Home
last modified time | relevance | path

Searched defs:list_value (Results 1 – 25 of 28) 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/golang-protobuf/ptypes/struct/
Dstruct.proto76 ListValue list_value = 6; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/python/google/protobuf/internal/
Dfactory_test1.proto54 repeated string list_value = 5; field
Dfactory_test2.proto62 repeated string list_value = 11; field
/external/protobuf/src/google/protobuf/
Dstruct.proto76 ListValue list_value = 6; field
Dstruct.pb.cc569 Value::_Internal::list_value(const Value* msg) { in list_value() function in Value::_Internal
587 void Value::set_allocated_list_value(PROTOBUF_NAMESPACE_ID::ListValue* list_value) { in set_allocated_list_value()
Dstruct.pb.h1052 inline const PROTOBUF_NAMESPACE_ID::ListValue& Value::list_value() const { in list_value() function
1069 …ine void Value::unsafe_arena_set_allocated_list_value(PROTOBUF_NAMESPACE_ID::ListValue* list_value in unsafe_arena_set_allocated_list_value()
/external/protobuf/python/google/protobuf/internal/
Dfactory_test1.proto55 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_memory_overhead.cc129 const ListValue* list_value = nullptr; in AddValue() local
Dtrace_event_argument_unittest.cc111 auto list_value = WrapUnique(new ListValue); in TEST() local
Dtrace_event_argument.cc291 const ListValue* list_value; in SetBaseValueWithCopiedName() local
345 const ListValue* list_value; in AppendBaseValue() local
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto68 ListValue list_value = 51; field
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto175 google.protobuf.ListValue list_value = 3; field
/external/libchrome/components/json_schema/
Djson_schema_validator.cc105 const base::ListValue* list_value = nullptr; in IsValidSchema() local
/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py136 def do_encode(self, list_value, encode_fn): argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc765 void PopulateListValue(upb_arena* arena, google_protobuf_ListValue* list_value, in PopulateListValue()
810 google_protobuf_ListValue* list_value = in PopulateMetadataValue() local
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_pb.rs205 list_value(ListValue), enumerator
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer_test.cc1126 AttrValue_ListValue* list_value = in SetUpCallFromList() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc625 const AttrValue::ListValue& list_value = GetListAttr(node, list); in GetOutputNamesFromNodeDef() local
674 const AttrValue::ListValue& list_value = GetListAttr(node, list); in GetOutputTypesFromNodeDef() local

12