Searched refs:extract_method_call (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | message.c | 231 static int extract_method_call(VALUE method_name, Message* self, in extract_method_call() function 448 accessor_type = extract_method_call(argv[0], self, &f, &o); in Message_method_missing() 486 accessor_type = extract_method_call(argv[0], self, &f, &o); in Message_respond_to_missing()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | message.c | 231 static int extract_method_call(VALUE method_name, Message* self, in extract_method_call() function 448 accessor_type = extract_method_call(argv[0], self, &f, &o); in Message_method_missing() 486 accessor_type = extract_method_call(argv[0], self, &f, &o); in Message_respond_to_missing()
|