Home
last modified time | relevance | path

Searched refs:mutable_fields (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/cmds/statsd/tests/metrics/
DGaugeMetricProducer_test.cpp61 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
96 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
275 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
352 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
404 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
572 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
658 auto gaugeFieldMatcher = metric.mutable_gauge_fields_filter()->mutable_fields(); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1384 s->mutable_fields()->operator[]("k1").set_number_value(123); in TEST_P()
1385 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
1466 s->mutable_fields()->operator[]("k1").set_number_value(123); in TEST_P()
1467 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
1468 s->mutable_fields()->operator[]("k3").set_string_value("-222222222"); in TEST_P()
1469 s->mutable_fields()->operator[]("k4").set_string_value("33333333"); in TEST_P()
1783 (*value.mutable_struct_value()->mutable_fields())["foo"].set_string_value( in TEST_P()
Dprotostream_objectsource_test.cc860 s->mutable_fields()->operator[]("k1").set_number_value(123); in TEST_P()
861 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
876 s->mutable_fields()->operator[]("k1"); in TEST_P()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.h137 mutable_fields();
438 Struct::mutable_fields() { in mutable_fields() function
Dtype.pb.h209 ::google::protobuf::Field* mutable_fields(int index);
212 mutable_fields();
936 inline ::google::protobuf::Field* Type::mutable_fields(int index) { in mutable_fields() function
945 Type::mutable_fields() { in mutable_fields() function
Dstruct.pb.cc556 Struct::mutable_fields() { in mutable_fields() function in google::protobuf::Struct
Dtype.pb.cc789 ::google::protobuf::Field* Type::mutable_fields(int index) { in mutable_fields() function in google::protobuf::Type
798 Type::mutable_fields() { in mutable_fields() function in google::protobuf::Type
/frameworks/base/cmds/statsd/tests/e2e/
DGaugeMetric_e2e_push_test.cpp51 auto fieldMatcher = gaugeMetric->mutable_gauge_fields_filter()->mutable_fields(); in CreateStatsdConfigForPushedEvent()