Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dprotobuf_plugin.h89 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments() function
118 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments() function
181 std::string GetLeadingComments(const std::string prefix) const { in GetLeadingComments() function
Dschema_interface.h48 virtual std::string GetLeadingComments(const std::string prefix) const = 0;
Dcpp_generator.cc105 std::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue()
791 printer->Print(method->GetLeadingComments("//").c_str()); in PrintHeaderServerMethodSync()
1513 printer->Print(service->GetLeadingComments("//").c_str()); in PrintHeaderService()
1532 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
1539 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp52 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufMethod
116 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufService
231 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufFile
/third_party/flatbuffers/grpc/src/compiler/
Dschema_interface.h44 virtual grpc::string GetLeadingComments(const grpc::string prefix) const = 0;
Dcpp_generator.cc123 grpc::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue()
594 printer->Print(method->GetLeadingComments("//").c_str()); in PrintHeaderServerMethodSync()
916 printer->Print(service->GetLeadingComments("//").c_str()); in PrintHeaderService()
935 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()