Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c117 METHOD_UNKNOWN = 0, enumerator
241 return METHOD_UNKNOWN; in extract_method_call()
249 return METHOD_UNKNOWN; in extract_method_call()
295 if (accessor_type == METHOD_UNKNOWN || (o == NULL && f == NULL) ) { in Message_method_missing()
380 if (accessor_type == METHOD_UNKNOWN) { in Message_respond_to_missing()