Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.stub.php6 function thrift_protocol_write_binary(object $protocol, string $method_name, int $msgtype, object $…
Dphp_thrift_protocol.cpp852 void protocol_writeMessageBegin(zval* transport, zend_string* method_name, int32_t msgtype, int32_t… in protocol_writeMessageBegin()
1024 zend_string *method_name; in PHP_FUNCTION() local
/thrift-3.4.0/test/php/
DTestClient.php530 $method_name = "Void"; variable
531 $method_name = "test$method_name"; variable
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_c_glib_generator.cc1892 string method_name = initial_caps_to_underscores((*function_iter)->get_name()); in generate_service_handler() local
1933 string method_name = initial_caps_to_underscores((*function_iter)->get_name()); in generate_service_handler() local
1969 string method_name = initial_caps_to_underscores(function_name); in generate_service_handler() local
2013 string method_name = initial_caps_to_underscores((*function_iter)->get_name()); in generate_service_handler() local
2043 string method_name = initial_caps_to_underscores(function_name); in generate_service_handler() local
Dt_php_generator.cc1257 std::string method_name, in generate_php_struct_required_validator()