Home
last modified time | relevance | path

Searched defs:GetTrailingComments (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h92 grpc::string GetTrailingComments(const grpc::string prefix) const { in GetTrailingComments() function
121 grpc::string GetTrailingComments(const grpc::string prefix) const { in GetTrailingComments() function
184 grpc::string GetTrailingComments(const grpc::string prefix) const { in GetTrailingComments() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h93 std::string GetTrailingComments(const std::string prefix) const { in GetTrailingComments() function
122 std::string GetTrailingComments(const std::string prefix) const { in GetTrailingComments() function
185 std::string GetTrailingComments(const std::string prefix) const { in GetTrailingComments() function
/external/flatbuffers/src/
Didl_gen_grpc.cpp54 grpc::string GetTrailingComments(const grpc::string) const { return ""; } in GetTrailingComments() function in flatbuffers::FlatBufMethod
108 grpc::string GetTrailingComments(const grpc::string) const { return ""; } in GetTrailingComments() function in flatbuffers::FlatBufService
203 grpc::string GetTrailingComments(const grpc::string) const { return ""; } in GetTrailingComments() function in flatbuffers::FlatBufFile
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go2915 func (x *SourceCodeInfo_Location) GetTrailingComments() string { func