Home
last modified time | relevance | path

Searched refs:annotation_ (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dprong.h36 SerializedAnnotation annotation_; variable
43 : instrumentation_key_(instrumentation_key), annotation_(annotation), in instrumentation_key_()
Dclearcutserializer.cpp62 if(p->annotation_.size()>0) { in writeAnnotation()
64 pb_encode_string(stream, &p->annotation_[0], p->annotation_.size()); in writeAnnotation()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5681 annotation_ = other.annotation_.Clone(); in GeneratedCodeInfo()
5693 …global::Google.Protobuf.Reflection.GeneratedCodeInfo.Types.Annotation> annotation_ = new pbc::Repe… field in Google.Protobuf.Reflection.GeneratedCodeInfo
5700 get { return annotation_; }
5716 if(!annotation_.Equals(other.annotation_)) return false; in Equals()
5723 hash ^= annotation_.GetHashCode(); in GetHashCode()
5734 annotation_.WriteTo(output, _repeated_annotation_codec); in WriteTo()
5740 size += annotation_.CalculateSize(_repeated_annotation_codec); in CalculateSize()
5749 annotation_.Add(other.annotation_); in MergeFrom()
5761 annotation_.AddEntriesFrom(input, _repeated_annotation_codec); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h3837 …google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeInfo_Annotation > annotation_;
7883 return annotation_.size(); in annotation_size()
7886 annotation_.Clear(); in clear_annotation()
7890 return annotation_.Get(index); in annotation()
7894 return annotation_.Mutable(index); in mutable_annotation()
7898 return annotation_.Add(); in add_annotation()
7903 return &annotation_; in mutable_annotation()
7908 return annotation_; in annotation()
Ddescriptor.pb.cc551 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(GeneratedCodeInfo, annotation_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
15326 annotation_.Clear(); in Clear()
15460 annotation_.MergeFrom(from.annotation_); in MergeFrom()
15490 annotation_.UnsafeArenaSwap(&other->annotation_); in InternalSwap()
15645 return annotation_.size(); in annotation_size()
15648 annotation_.Clear(); in clear_annotation()
15652 return annotation_.Get(index); in annotation()
15656 return annotation_.Mutable(index); in mutable_annotation()
15660 return annotation_.Add(); in add_annotation()
15665 return &annotation_; in mutable_annotation()
[all …]