Searched refs:method_str (Results 1 – 4 of 4) sorted by relevance
128 VALUE method_name, method_str; in Message_method_missing() local143 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() local193 method_str = rb_id2str(SYM2ID(key)); in Message_initialize_kwarg()194 name = RSTRING_PTR(method_str); in Message_initialize_kwarg()
260 Handle<String> method_str = isolate->factory()->NewStringFromStaticChars( in RUNTIME_FUNCTION() local264 method_str, collator_obj)); in RUNTIME_FUNCTION()281 Handle<String> method_str = isolate->factory()->NewStringFromStaticChars( in RUNTIME_FUNCTION() local285 method_str, plural_rules_obj)); in RUNTIME_FUNCTION()323 Handle<String> method_str = isolate->factory()->NewStringFromStaticChars( in RUNTIME_FUNCTION() local327 method_str, plural_rules_obj)); in RUNTIME_FUNCTION()
197 char* method_str = grpc_slice_to_c_string(call_details.method); in test_keepalive_timeout() local203 gpr_free(method_str); in test_keepalive_timeout()
1032 const char *method_str = kEapMethodStrings[eap_method_idx]; in setEapMethodInternal() local1035 retrieved_method = eap_peer_get_type(method_str, &retrieved_vendor); in setEapMethodInternal()