Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A 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
/aosp_15_r20/external/flatbuffers/src/
H A 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
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go3228 func (x *SourceCodeInfo_Location) GetLeadingComments() string { func