Searched refs:accessor_method (Results 1 – 2 of 2) sorted by relevance
487 def get_access_mode(accessor_method): argument489 return re.sub('([A-Z])', r'_\1', accessor_method).upper()492 def get_access_mode_form(accessor_method): argument503 if accessor_method.startswith(prefix):505 raise ValueError(accessor_method)
144 static const char* GetReturnTypeDescriptor(const char* accessor_method);