Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dstruct.pb.cc637 mutable_struct_value()->PROTOBUF_NAMESPACE_ID::Struct::MergeFrom(from.struct_value()); in Value()
774 ptr = ctx->ParseMessage(mutable_struct_value(), ptr); in _InternalParse()
876 input, mutable_struct_value())); in MergePartialFromCodedStream()
1121 mutable_struct_value()->PROTOBUF_NAMESPACE_ID::Struct::MergeFrom(from.struct_value()); in MergeFrom()
Dstruct.pb.h506 PROTOBUF_NAMESPACE_ID::Struct* mutable_struct_value();
1012 inline PROTOBUF_NAMESPACE_ID::Struct* Value::mutable_struct_value() { in mutable_struct_value() function
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc2189 (*value.mutable_struct_value()->mutable_fields())["foo"].set_string_value( in TEST_P()