Searched refs:GenerateClientMethod (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/flatbuffers/grpc/src/compiler/ |
H A D | go_generator.cc | 229 static void GenerateClientMethod(const grpc_generator::Method *method, in GenerateClientMethod() function 377 GenerateClientMethod(method.get(), printer, vars); in GenerateService()
|
/aosp_15_r20/system/tools/aidl/ |
D | generate_rust.cpp | 297 void GenerateClientMethod(CodeWriter& out, const AidlInterface& iface, const AidlMethod& method, in GenerateClientMethod() function 976 GenerateClientMethod(*code_writer, *iface, *method, typenames, options, MethodKind::NORMAL); in GenerateRustInterface() 986 GenerateClientMethod(*code_writer, *iface, *method, typenames, options, in GenerateRustInterface()
|