Searched refs:MessageFullJavaName (Results 1 – 1 of 1) sorted by relevance
199 static inline std::string MessageFullJavaName(const Descriptor* desc) { in MessageFullJavaName() function451 (*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 …]