Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c128 VALUE method_name, method_str; in Message_method_missing() local
143 method_str = rb_id2str(SYM2ID(method_name)); in Message_method_missing()
144 name = RSTRING_PTR(method_str); in Message_method_missing()
145 name_len = RSTRING_LEN(method_str); in Message_method_missing()
183 VALUE method_str; in Message_initialize_kwarg() local
193 method_str = rb_id2str(SYM2ID(key)); in Message_initialize_kwarg()
194 name = RSTRING_PTR(method_str); in Message_initialize_kwarg()
/external/v8/src/runtime/
Druntime-intl.cc260 Handle<String> method_str = isolate->factory()->NewStringFromStaticChars( in RUNTIME_FUNCTION() local
264 method_str, collator_obj)); in RUNTIME_FUNCTION()
281 Handle<String> method_str = isolate->factory()->NewStringFromStaticChars( in RUNTIME_FUNCTION() local
285 method_str, plural_rules_obj)); in RUNTIME_FUNCTION()
323 Handle<String> method_str = isolate->factory()->NewStringFromStaticChars( in RUNTIME_FUNCTION() local
327 method_str, plural_rules_obj)); in RUNTIME_FUNCTION()
/external/grpc-grpc/test/core/end2end/tests/
Dkeepalive_timeout.cc197 char* method_str = grpc_slice_to_c_string(call_details.method); in test_keepalive_timeout() local
203 gpr_free(method_str); in test_keepalive_timeout()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dsta_network.cpp1032 const char *method_str = kEapMethodStrings[eap_method_idx]; in setEapMethodInternal() local
1035 retrieved_method = eap_peer_get_type(method_str, &retrieved_vendor); in setEapMethodInternal()