Home
last modified time | relevance | path

Searched refs:METHOD_ENUM_GETTER (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c122 METHOD_ENUM_GETTER = 5, enumerator
233 accessor_type = METHOD_ENUM_GETTER; in extract_method_call()
344 } else if (accessor_type == METHOD_ENUM_GETTER) { in Message_method_missing()