Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h96 vector<grpc::string> GetAllComments() const { in GetAllComments() function
125 vector<grpc::string> GetAllComments() const { in GetAllComments() function
188 vector<grpc::string> GetAllComments() const { in GetAllComments() function
Dpython_generator.cc126 StringVector service_comments = service->GetAllComments(); in PrintBetaServicer()
138 StringVector method_comments = method->GetAllComments(); in PrintBetaServicer()
162 StringVector service_comments = service->GetAllComments(); in PrintBetaStub()
176 StringVector method_comments = method->GetAllComments(); in PrintBetaStub()
406 StringVector service_comments = service->GetAllComments(); in PrintStub()
472 StringVector service_comments = service->GetAllComments(); in PrintServicer()
485 StringVector method_comments = method->GetAllComments(); in PrintServicer()
Dschema_interface.h46 virtual std::vector<grpc::string> GetAllComments() const = 0;
/external/flatbuffers/src/
Didl_gen_grpc.cpp56 std::vector<grpc::string> GetAllComments() const { in GetAllComments() function in flatbuffers::FlatBufMethod
108 std::vector<grpc::string> GetAllComments() const { in GetAllComments() function in flatbuffers::FlatBufService
199 std::vector<grpc::string> GetAllComments() const { in GetAllComments() function in flatbuffers::FlatBufFile
/external/flatbuffers/grpc/src/compiler/
Dschema_interface.h61 virtual std::vector<grpc::string> GetAllComments() const = 0;
Djava_generator.cc256 return descriptor->GetAllComments(); in GrpcGetDocLinesForDescriptor()