Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
H A Djava_generator.cpp199 static inline std::string MessageFullJavaName(const Descriptor* desc) { in MessageFullJavaName() function
451 (*vars)["input_type"] = MessageFullJavaName(method->input_type()); in PrintMethodFields()
452 (*vars)["output_type"] = MessageFullJavaName(method->output_type()); in PrintMethodFields()
663 (*vars)["input_type"] = MessageFullJavaName(method->input_type()); in PrintStub()
664 (*vars)["output_type"] = MessageFullJavaName(method->output_type()); in PrintStub()
900 (*vars)["input_type"] = MessageFullJavaName(method->input_type()); in PrintMethodHandlerClass()
901 (*vars)["output_type"] = MessageFullJavaName(method->output_type()); in PrintMethodHandlerClass()
934 (*vars)["input_type"] = MessageFullJavaName(method->input_type()); in PrintMethodHandlerClass()
935 (*vars)["output_type"] = MessageFullJavaName(method->output_type()); in PrintMethodHandlerClass()
1074 (*vars)["input_type"] = MessageFullJavaName(method->input_type()); in PrintBindServiceMethod()
[all …]