Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c146 static int extract_method_call(VALUE method_name, MessageHeader* self, in extract_method_call() function
298 accessor_type = extract_method_call(argv[0], self, &f, &o); in Message_method_missing()
391 accessor_type = extract_method_call(argv[0], self, &f, &o); in Message_respond_to_missing()