Home
last modified time | relevance | path

Searched defs:trailing_comments (Results 1 – 20 of 20) sorted by relevance

/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php98 protected $trailing_comments = null; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php98 protected $trailing_comments = null; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php98 protected $trailing_comments = null; variable in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
/external/perfetto/src/tools/proto_merger/
Dproto_file.h38 std::vector<std::string> trailing_comments; member
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto802 optional string trailing_comments = 4; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto859 optional string trailing_comments = 4; field
Ddescriptor_sv.proto861 optional string trailing_comments = 4 [ctype = STRING_PIECE]; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto892 optional string trailing_comments = 4; field
Ddescriptor.h161 std::string trailing_comments; member
Ddescriptor.pb.h14329 inline const std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function
14370 inline void SourceCodeInfo_Location::set_allocated_trailing_comments(std::string* trailing_comments in set_allocated_trailing_comments()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto843 optional string trailing_comments = 4; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto892 optional string trailing_comments = 4; field
Ddescriptor.h161 std::string trailing_comments; member
Ddescriptor.pb.h14329 inline const std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function
14370 inline void SourceCodeInfo_Location::set_allocated_trailing_comments(std::string* trailing_comments in set_allocated_trailing_comments()
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto882 optional string trailing_comments = 4; field
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto892 optional string trailing_comments = 4; field
Ddescriptor.h161 std::string trailing_comments; member
Ddescriptor.pb.h14329 inline const std::string& SourceCodeInfo_Location::trailing_comments() const { in trailing_comments() function
14370 inline void SourceCodeInfo_Location::set_allocated_trailing_comments(std::string* trailing_comments in set_allocated_trailing_comments()
/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs7474 pub trailing_comments: ::std::option::Option<::std::string::String>, field
7531 pub fn trailing_comments(&self) -> &str { in trailing_comments() method
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs8588 trailing_comments: crate::SingularField<::std::string::String>, field