Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dprotobuf_plugin.h97 vector<std::string> GetAllComments() const { in GetAllComments() function
126 vector<std::string> GetAllComments() const { in GetAllComments() function
189 vector<std::string> GetAllComments() const { in GetAllComments() function
Dpython_generator.cc133 StringVector service_comments = service->GetAllComments(); in PrintBetaServicer()
145 StringVector method_comments = method->GetAllComments(); in PrintBetaServicer()
169 StringVector service_comments = service->GetAllComments(); in PrintBetaStub()
183 StringVector method_comments = method->GetAllComments(); in PrintBetaStub()
417 StringVector service_comments = service->GetAllComments(); in PrintStub()
485 StringVector service_comments = service->GetAllComments(); in PrintServicer()
498 StringVector method_comments = method->GetAllComments(); in PrintServicer()
595 StringVector service_comments = service->GetAllComments(); in PrintServiceClass()
Dschema_interface.h50 virtual std::vector<std::string> GetAllComments() const = 0;
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp56 std::vector<grpc::string> GetAllComments() const { in GetAllComments() function in flatbuffers::FlatBufMethod
120 std::vector<grpc::string> GetAllComments() const { in GetAllComments() function in flatbuffers::FlatBufService
235 std::vector<grpc::string> GetAllComments() const { in GetAllComments() function in flatbuffers::FlatBufFile
/third_party/flatbuffers/grpc/src/compiler/
Dschema_interface.h46 virtual std::vector<grpc::string> GetAllComments() const = 0;
Djava_generator.cc256 return descriptor->GetAllComments(); in GrpcGetDocLinesForDescriptor()