Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc114 static inline string MethodIdFieldName(const MethodDescriptor* method) { in MethodIdFieldName() function
729 vars["method_id_name"] = MethodIdFieldName(&*method); in PrintMethodHandlerClass()
763 vars["method_id_name"] = MethodIdFieldName(&*method); in PrintMethodHandlerClass()
797 vars["method_id_name"] = MethodIdFieldName(&*method); in PrintMethodHandlerClass()
929 vars["method_id_name"] = MethodIdFieldName(&*method); in PrintBindServiceMethodBody()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp144 static inline string MethodIdFieldName(const MethodDescriptor* method) { in MethodIdFieldName() function
891 (*vars)["method_id_name"] = MethodIdFieldName(method); in PrintMethodHandlerClass()
927 (*vars)["method_id_name"] = MethodIdFieldName(method); in PrintMethodHandlerClass()
963 (*vars)["method_id_name"] = MethodIdFieldName(method); in PrintMethodHandlerClass()
1108 (*vars)["method_id_name"] = MethodIdFieldName(method); in PrintBindServiceMethodBody()