Home
last modified time | relevance | path

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

/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
/external/protobuf/src/google/protobuf/
Dstruct.proto77 ListValue list_value = 6; field
Dstruct.pb.h664 inline const ::google::protobuf::ListValue& Value::list_value() const { in list_value() function
690 inline void Value::set_allocated_list_value(::google::protobuf::ListValue* list_value) { in set_allocated_list_value()
Dstruct.pb.cc1196 const ::google::protobuf::ListValue& Value::list_value() const { in list_value() function in google::protobuf::Value
1222 void Value::set_allocated_list_value(::google::protobuf::ListValue* list_value) { in set_allocated_list_value()
/external/golang-protobuf/ptypes/struct/
Dstruct.proto77 ListValue list_value = 6; field
/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_unittest.cc66 std::vector<std::string> list_value; in TEST() local
224 std::vector<std::string> list_value; in TEST() local
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto61 ListValue list_value = 51; field
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto192 google.protobuf.ListValue list_value = 3; field
/external/tensorflow/tensorflow/python/saved_model/
Dnested_structure_coder.py123 def do_encode(self, list_value, encode_fn): argument
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1265 const AttrValue::ListValue& list_value = GetListAttr(node, list); in GetOutputNamesFromNodeDef() local
1314 const AttrValue::ListValue& list_value = GetListAttr(node, list); in GetOutputTypesFromNodeDef() local
/external/libchrome/base/
Dvalues_unittest.cc1635 ListValue list_value; in TEST() local
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc223 AttrValue list_value; in TEST() local