Home
last modified time | relevance | path

Searched refs:annotation_ (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs9822 annotation_ = other.annotation_.Clone(); in GeneratedCodeInfo()
9835 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> annotation_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation>(); field in Google.Protobuf.Reflection.GeneratedCodeInfo
9842 get { return annotation_; }
9858 if(!annotation_.Equals(other.annotation_)) return false; in Equals()
9865 hash ^= annotation_.GetHashCode(); in GetHashCode()
9882 annotation_.WriteTo(output, _repeated_annotation_codec); in WriteTo()
9892 annotation_.WriteTo(ref output, _repeated_annotation_codec); in IBufferMessage.InternalWriteTo()
9902 size += annotation_ in CalculateSize()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc949 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo, annotation_),
11007 annotation_(arena) { in GeneratedCodeInfo()
11014 annotation_(from.annotation_) { in GeneratedCodeInfo()
11054 annotation_.Clear(); in Clear()
11132 for (const auto& msg : this->annotation_) { in ByteSizeLong()
11168 annotation_.MergeFrom(from.annotation_); in MergeFrom()
11192 annotation_.InternalSwap(&other->annotation_); in InternalSwap()
[all...]
H A Ddescriptor.pb.h6586 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > annotation_; member in PROTOBUF_FINAL
12818 return annotation_.size(); in _internal_annotation_size()
12824 annotation_.Clear(); in clear_annotation()
12828 return annotation_.Mutable(index); in mutable_annotation()
12833 return &annotation_; in mutable_annotation()
12836 return annotation_.Get(index); in _internal_annotation()
12843 return annotation_.Add(); in _internal_add_annotation()
12852 return annotation_; in annotation()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 100 milliseconds