Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c119 METHOD_SETTER = 2, enumerator
165 accessor_type = METHOD_SETTER; in extract_method_call()
190 (accessor_type == METHOD_GETTER || accessor_type == METHOD_SETTER) && in extract_method_call()
206 if (accessor_type == METHOD_SETTER) { in extract_method_call()
297 } else if (accessor_type == METHOD_SETTER || accessor_type == METHOD_WRAPPER_SETTER) { in Message_method_missing()
308 if (accessor_type == METHOD_SETTER) { in Message_method_missing()
326 } else if (accessor_type == METHOD_SETTER) { in Message_method_missing()
383 return accessor_type == METHOD_SETTER ? Qfalse : Qtrue; in Message_respond_to_missing()