Home
last modified time | relevance | path

Searched refs:has_source_context (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtype.pb.cc418 if (from.has_source_context()) { in Type()
720 if (this->has_source_context()) { in SerializeWithCachedSizes()
782 if (this->has_source_context()) { in InternalSerializeWithCachedSizesToArray()
853 if (this->has_source_context()) { in ByteSizeLong()
898 if (from.has_source_context()) { in MergeFrom()
1747 if (from.has_source_context()) { in Enum()
2010 if (this->has_source_context()) { in SerializeWithCachedSizes()
2062 if (this->has_source_context()) { in InternalSerializeWithCachedSizesToArray()
2125 if (this->has_source_context()) { in ByteSizeLong()
2169 if (from.has_source_context()) { in MergeFrom()
Dapi.pb.cc219 if (from.has_source_context()) { in Api()
533 if (this->has_source_context()) { in SerializeWithCachedSizes()
605 if (this->has_source_context()) { in InternalSerializeWithCachedSizesToArray()
694 if (this->has_source_context()) { in ByteSizeLong()
744 if (from.has_source_context()) { in MergeFrom()
Dtype.pb.h382 bool has_source_context() const;
979 bool has_source_context() const;
1591 inline bool Type::has_source_context() const { in has_source_context() function
2193 inline bool Enum::has_source_context() const { in has_source_context() function
Dapi.pb.h256 bool has_source_context() const;
801 inline bool Api::has_source_context() const { in has_source_context() function
/external/rust/crates/protobuf/src/well_known_types/
Dtype_pb.rs161 pub fn has_source_context(&self) -> bool { in has_source_context() method
1187 pub fn has_source_context(&self) -> bool { in has_source_context() method
Dapi.rs163 pub fn has_source_context(&self) -> bool { in has_source_context() method