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.h273 ::google::protobuf::Struct* mutable_struct_value();
622 inline ::google::protobuf::Struct* Value::mutable_struct_value() { in mutable_struct_value() function
Dstruct.pb.cc691 input, mutable_struct_value())); in MergePartialFromCodedStream()
913 mutable_struct_value()->::google::protobuf::Struct::MergeFrom(from.struct_value()); in MergeFrom()
1154 ::google::protobuf::Struct* Value::mutable_struct_value() { in mutable_struct_value() function in google::protobuf::Value
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1666 (*value.mutable_struct_value()->mutable_fields())["foo"].set_string_value( in TEST_P()