Home
last modified time | relevance | path

Searched defs:GetLeadingComments (Results 1 – 4 of 4) 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
/external/rust/crates/grpcio-sys/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
/external/flatbuffers/src/
Didl_gen_grpc.cpp52 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufMethod
106 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufService
201 grpc::string GetLeadingComments(const grpc::string) const { return ""; } in GetLeadingComments() function in flatbuffers::FlatBufFile
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2549 func (m *SourceCodeInfo_Location) GetLeadingComments() string { func