Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dstruct.pb.h282 ::google::protobuf::ListValue* mutable_list_value();
670 inline ::google::protobuf::ListValue* Value::mutable_list_value() { in mutable_list_value() function
Dstruct.pb.cc704 input, mutable_list_value())); in MergePartialFromCodedStream()
917 mutable_list_value()->::google::protobuf::ListValue::MergeFrom(from.list_value()); in MergeFrom()
1202 ::google::protobuf::ListValue* Value::mutable_list_value() { in mutable_list_value() function in google::protobuf::Value
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1694 value.mutable_list_value()->add_values()->set_string_value("hello"); in TEST_P()