Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h88 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments() function
117 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments() function
180 grpc::string GetLeadingComments(const grpc::string prefix) const { in GetLeadingComments() function
Dschema_interface.h44 virtual grpc::string GetLeadingComments(const grpc::string prefix) const = 0;
Dcpp_generator.cc103 grpc::string leading_comments = file->GetLeadingComments("//"); in GetHeaderPrologue()
675 printer->Print(method->GetLeadingComments("//").c_str()); in PrintHeaderServerMethodSync()
1041 printer->Print(service->GetLeadingComments("//").c_str()); in PrintHeaderService()
1060 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
1067 printer->Print(service->method(i)->GetLeadingComments("//").c_str()); in PrintHeaderService()
/external/flatbuffers/src/
Didl_gen_grpc.cpp52 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufMethod
104 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufService
195 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufFile
/external/flatbuffers/grpc/src/compiler/
Dschema_interface.h59 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()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2549 func (m *SourceCodeInfo_Location) GetLeadingComments() string { func
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2476 func (m *SourceCodeInfo_Location) GetLeadingComments() string { func
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go1264 for _, line := range strings.Split(strings.TrimSuffix(loc.GetLeadingComments(), "\n"), "\n") {