Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1602 s->mutable_fields()->operator[]("k1").set_number_value(123); in TEST_P()
1603 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
1647 (*struct_type.mutable_object()->mutable_fields())["key"].set_null_value( in TEST_P()
1707 s->mutable_fields()->operator[]("k1").set_string_value("123"); in TEST_P()
1708 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
1709 s->mutable_fields()->operator[]("k3").set_string_value("-222222222"); in TEST_P()
1710 s->mutable_fields()->operator[]("k4").set_string_value("33333333"); in TEST_P()
1729 s->mutable_fields()->operator[]("k1").set_number_value(1.5); in TEST_P()
1730 s->mutable_fields()->operator[]("k2").set_number_value(100); in TEST_P()
1731 s->mutable_fields()->operator[]("k3").set_number_value(100); in TEST_P()
[all …]
Dprotostream_objectsource_test.cc1002 s->mutable_fields()->operator[]("k1").set_number_value(123); in TEST_P()
1003 s->mutable_fields()->operator[]("k2").set_bool_value(true); in TEST_P()
1018 s->mutable_fields()->operator[]("k1"); in TEST_P()
/third_party/protobuf/src/google/protobuf/
Dstruct.pb.h272 mutable_fields();
728 Struct::mutable_fields() { in mutable_fields() function
Dtype.pb.h308 PROTOBUF_NAMESPACE_ID::Field* mutable_fields(int index);
310 mutable_fields();
1429 inline PROTOBUF_NAMESPACE_ID::Field* Type::mutable_fields(int index) { in mutable_fields() function
1434 Type::mutable_fields() { in mutable_fields() function