Searched refs:accessor_method (Results 1 – 2 of 2) sorted by relevance
709 def get_access_mode(accessor_method): argument711 return re.sub('([A-Z])', r'_\1', accessor_method).upper()714 def get_access_mode_form(accessor_method): argument725 if accessor_method.startswith(prefix):727 raise ValueError(accessor_method)
168 static const char* GetReturnTypeDescriptor(const char* accessor_method);