Home
last modified time | relevance | path

Searched defs:list_value (Results 1 – 25 of 38) sorted by relevance

12

/external/libchrome/dbus/
Dvalues_util.cc26 bool PopListElements(MessageReader* reader, base::ListValue* list_value) { in PopListElements()
187 std::unique_ptr<base::ListValue> list_value(new base::ListValue); in PopDataAsValue() local
197 std::unique_ptr<base::ListValue> list_value(new base::ListValue); in PopDataAsValue() local
Dvalues_util_unittest.cc201 std::unique_ptr<base::ListValue> list_value(new base::ListValue); in TEST() local
224 std::unique_ptr<base::ListValue> list_value(new base::ListValue); in TEST() local
252 base::ListValue list_value; in TEST() local
519 auto list_value = std::make_unique<base::ListValue>(); in TEST() local
566 auto list_value = std::make_unique<base::ListValue>(); in TEST() local
609 std::unique_ptr<base::ListValue> list_value(new base::ListValue()); in TEST() local
653 std::unique_ptr<base::ListValue> list_value(new base::ListValue()); in TEST() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Dstruct.proto76 ListValue list_value = 6; field
Dstruct.pb.h1045 inline const ::PROTOBUF_NAMESPACE_ID::ListValue& Value::list_value() const { in list_value() function
1060 …ne void Value::unsafe_arena_set_allocated_list_value(::PROTOBUF_NAMESPACE_ID::ListValue* list_valu… in unsafe_arena_set_allocated_list_value()
Dstruct.pb.cc411 Value::_Internal::list_value(const Value* msg) { in list_value() function in Value::_Internal
429 void Value::set_allocated_list_value(::PROTOBUF_NAMESPACE_ID::ListValue* list_value) { in set_allocated_list_value()
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dstruct.proto76 ListValue list_value = 6; field
/external/protobuf/src/google/protobuf/
Dstruct.proto76 ListValue list_value = 6; field
Dstruct.pb.h1060 inline const ::PROTOBUF_NAMESPACE_ID::ListValue& Value::list_value() const { in list_value() function
1075 …ne void Value::unsafe_arena_set_allocated_list_value(::PROTOBUF_NAMESPACE_ID::ListValue* list_valu… in unsafe_arena_set_allocated_list_value()
Dstruct.pb.cc423 Value::_Internal::list_value(const Value* msg) { in list_value() function in Value::_Internal
441 void Value::set_allocated_list_value(::PROTOBUF_NAMESPACE_ID::ListValue* list_value) { in set_allocated_list_value()
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dfactory_test1.proto54 repeated string list_value = 5; field
Dfactory_test2.proto63 repeated string list_value = 11; field
/external/protobuf/python/google/protobuf/internal/
Dfactory_test1.proto54 repeated string list_value = 5; field
Dfactory_test2.proto63 repeated string list_value = 11; field
/external/libbrillo/policy/tests/
Dlibpolicy_test.cc66 std::vector<std::string> list_value; in TEST() local
224 std::vector<std::string> list_value; in TEST() local
/external/libchrome/base/test/
Dvalues_test_util.cc44 const ListValue* list_value = nullptr; in ExpectDictListValue() local
/external/libchrome/components/policy/core/common/
Dpolicy_proto_decoders.cc80 auto list_value = std::make_unique<base::ListValue>(); in DecodeStringListProto() local
Dschema_unittest.cc875 base::ListValue* list_value = in TEST() local
903 base::ListValue* list_value = in TEST() local
/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc111 auto list_value = WrapUnique(new ListValue); in TEST() local
Dtrace_event_memory_overhead.cc129 const ListValue* list_value = nullptr; in AddValue() local
Dtrace_event_argument.cc291 const ListValue* list_value; in SetBaseValueWithCopiedName() local
345 const ListValue* list_value; in AppendBaseValue() local
/external/cronet/components/metrics/
Dunsent_log_store.cc56 explicit LogsPrefWriter(base::Value::List* list_value) in LogsPrefWriter()
436 void UnsentLogStore::ReadLogsFromPrefList(const base::Value::List& list_value) { in ReadLogsFromPrefList()
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto68 ListValue list_value = 51; field
/external/cronet/components/prefs/
Dpref_member.cc221 base::Value::List list_value; in UpdatePref() local
/external/cronet/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto175 google.protobuf.ListValue list_value = 3; field
/external/angle/build/gn_ast/
Dgn_ast.py180 def list_value(self): member in AssignmentWrapper

12