Home
last modified time | relevance | path

Searched refs:mutable_struct_value (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dstruct.pb.h485 PROTOBUF_NAMESPACE_ID::Struct* mutable_struct_value();
1016 inline PROTOBUF_NAMESPACE_ID::Struct* Value::mutable_struct_value() { in mutable_struct_value() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc2232 (*value.mutable_struct_value()->mutable_fields())["foo"].set_string_value( in TEST_P()