Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A 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
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_grpc.cpp54 grpc::string GetTrailingComments(const grpc::string) const { return ""; } in GetTrailingComments() function in flatbuffers::FlatBufMethod
118 grpc::string GetTrailingComments(const grpc::string) const { return ""; } in GetTrailingComments() function in flatbuffers::FlatBufService
233 grpc::string GetTrailingComments(const grpc::string) const { return ""; } in GetTrailingComments() function in flatbuffers::FlatBufFile
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go3235 func (x *SourceCodeInfo_Location) GetTrailingComments() string { func