/frameworks/av/include/media/ |
D | CounterMetric.h | 66 if (values_.find(attribute) == values_.end()) { in Increment() 67 values_[attribute] = 1; in Increment() 69 values_[attribute] = values_[attribute] + 1; in Increment() 79 for (auto it = values_.begin(); it != values_.end(); it++) { in ExportValues() 89 std::map<AttributeType, int64_t> values_; variable
|
D | EventMetric.h | 87 if (values_.find(attribute) != values_.end()) { in Record() 88 EventStatistics* stats = values_[attribute].get(); in Record() 106 values_[attribute] = std::move(stats); in Record() 116 for (auto it = values_.begin(); it != values_.end(); it++) { in ExportValues() 126 std::map<AttributeType, std::unique_ptr<struct EventStatistics>> values_; variable
|
/frameworks/av/media/libmedia/include/media/ |
D | CounterMetric.h | 66 if (values_.find(attribute) == values_.end()) { in Increment() 67 values_[attribute] = 1; in Increment() 69 values_[attribute] = values_[attribute] + 1; in Increment() 79 for (auto it = values_.begin(); it != values_.end(); it++) { in ExportValues() 89 std::map<AttributeType, int64_t> values_; variable
|
D | EventMetric.h | 87 if (values_.find(attribute) != values_.end()) { in Record() 88 EventStatistics* stats = values_[attribute].get(); in Record() 106 values_[attribute] = std::move(stats); in Record() 116 for (auto it = values_.begin(); it != values_.end(); it++) { in ExportValues() 126 std::map<AttributeType, std::unique_ptr<struct EventStatistics>> values_; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 556 values_ = other.values_.Clone(); in ListValue() 568 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pb… field in Google.Protobuf.WellKnownTypes.ListValue 574 get { return values_; } 590 if(!values_.Equals(other.values_)) return false; in Equals() 597 hash ^= values_.GetHashCode(); in GetHashCode() 608 values_.WriteTo(output, _repeated_values_codec); in WriteTo() 614 size += values_.CalculateSize(_repeated_values_codec); in CalculateSize() 623 values_.Add(other.values_); in MergeFrom() 635 values_.AddEntriesFrom(input, _repeated_values_codec); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | struct.pb.h | 408 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value > values_; 726 return values_.size(); in values_size() 729 values_.Clear(); in clear_values() 733 return values_.Get(index); in values() 737 return values_.Mutable(index); in mutable_values() 741 return values_.Add(); in add_values() 746 return &values_; in mutable_values() 751 return values_; in values()
|
D | struct.pb.cc | 96 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, values_), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto() 1383 values_.Clear(); in Clear() 1499 values_.MergeFrom(from.values_); in MergeFrom() 1526 values_.UnsafeArenaSwap(&other->values_); in InternalSwap() 1544 return values_.size(); in values_size() 1547 values_.Clear(); in clear_values() 1551 return values_.Get(index); in values() 1555 return values_.Mutable(index); in mutable_values() 1559 return values_.Add(); in add_values() 1564 return &values_; in mutable_values() [all …]
|
D | descriptor.h | 904 EnumValueDescriptor* values_; variable 1850 return static_cast<int>(this - type_->values_); in index()
|
D | descriptor.cc | 3527 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholder() 3529 EnumValueDescriptor* placeholder_value = &placeholder_enum->values_[0]; in NewPlaceholder() 5036 CrossLinkEnumValue(&enum_type->values_[i], proto.value(i)); in CrossLinkEnum()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestIssues.cs | 391 values_ = other.values_.Clone(); in NegativeEnumMessage() 415 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new… field in UnitTest.Issues.TestProtos.NegativeEnumMessage 418 get { return values_; } 445 if(!values_.Equals(other.values_)) return false; in Equals() 454 hash ^= values_.GetHashCode(); in GetHashCode() 470 values_.WriteTo(output, _repeated_values_codec); in WriteTo() 480 size += values_.CalculateSize(_repeated_values_codec); in CalculateSize() 493 values_.Add(other.values_); in MergeFrom() 511 values_.AddEntriesFrom(input, _repeated_values_codec); in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 640 const int32_t *values_; 690 values_ = values; 723 if (values_[i] == number) { 751 *outValue = values_[i]; 763 int32_t value = values_[i]; 783 if (values_[valueDescriptorIndex] == number) {
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 1668 C2ParamFieldValues(const C2ParamField ¶mOrField_, const C2FieldSupportedValues &values_) 1670 values(std::make_unique<C2FieldSupportedValues>(values_)) { } 1675 …amFieldValues(const C2ParamField ¶mOrField_, std::unique_ptr<C2FieldSupportedValues> &&values_) 1677 values(std::move(values_)) { }
|