Searched refs:mutable_fields (Results 1 – 8 of 8) sorted by relevance
61 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()
1384 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()
860 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()
137 mutable_fields();438 Struct::mutable_fields() { in mutable_fields() function
209 ::google::protobuf::Field* mutable_fields(int index);212 mutable_fields();936 inline ::google::protobuf::Field* Type::mutable_fields(int index) { in mutable_fields() function945 Type::mutable_fields() { in mutable_fields() function
556 Struct::mutable_fields() { in mutable_fields() function in google::protobuf::Struct
789 ::google::protobuf::Field* Type::mutable_fields(int index) { in mutable_fields() function in google::protobuf::Type798 Type::mutable_fields() { in mutable_fields() function in google::protobuf::Type
51 auto fieldMatcher = gaugeMetric->mutable_gauge_fields_filter()->mutable_fields(); in CreateStatsdConfigForPushedEvent()