Home
last modified time | relevance | path

Searched defs:values_ (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DCounterMetric.h89 std::map<AttributeType, int64_t> values_; variable
DEventMetric.h126 std::map<AttributeType, std::unique_ptr<struct EventStatistics>> values_; variable
/frameworks/av/include/media/
DCounterMetric.h89 std::map<AttributeType, int64_t> values_; variable
DEventMetric.h126 std::map<AttributeType, std::unique_ptr<struct EventStatistics>> values_; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs568 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pb… field in Google.Protobuf.WellKnownTypes.ListValue
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs415 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new… field in UnitTest.Issues.TestProtos.NegativeEnumMessage
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h904 EnumValueDescriptor* values_; variable