Home
last modified time | relevance | path

Searched refs:GetAsList (Results 1 – 13 of 13) sorted by relevance

/external/libbrillo/brillo/
Dvalue_conversion.h52 return in_value.GetAsList(out_value); in FromValue()
72 if (!in_value.GetAsList(&list)) in FromValue()
Dvalue_conversion.cc25 if (!in_value.GetAsList(&list)) in FromValue()
/external/libchrome/base/
Dvalues.h89 virtual bool GetAsList(ListValue** out_value);
90 virtual bool GetAsList(const ListValue** out_value) const;
502 bool GetAsList(ListValue** out_value) override;
503 bool GetAsList(const ListValue** out_value) const override;
Dvalues.cc108 bool Value::GetAsList(ListValue**) { in GetAsList() function in base::Value
112 bool Value::GetAsList(const ListValue**) const { in GetAsList() function in base::Value
855 if (value && value->GetAsList(&out)) { in From()
1113 bool ListValue::GetAsList(ListValue** out_value) { in GetAsList() function in base::ListValue
1119 bool ListValue::GetAsList(const ListValue** out_value) const { in GetAsList() function in base::ListValue
Dvalues_unittest.cc523 ASSERT_TRUE(copy_value->GetAsList(&copy_list)); in TEST()
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc289 value.GetAsList(&list_value); in SetBaseValueWithCopiedName()
343 value.GetAsList(&list_value); in AppendBaseValue()
382 } else if (stack.back()->GetAsList(&cur_list)) { in ToBaseValue()
Dtrace_event_memory_overhead.cc105 value.GetAsList(&list_value); in AddValue()
Dtrace_event_unittest.cc203 ASSERT_TRUE(root->GetAsList(&root_list)); in OnTraceDataCollected()
/external/libchrome/base/json/
Djson_value_converter.h258 if (!value.GetAsList(&list)) { in Convert()
294 if (!value.GetAsList(&list)) in Convert()
331 if (!value.GetAsList(&list)) in Convert()
Djson_writer.cc128 bool result = node.GetAsList(&list); in BuildJSONString()
Djson_parser_unittest.cc71 EXPECT_TRUE(value->GetAsList(&list)); in TEST_F()
/external/libchrome/dbus/
Dvalues_util.cc284 value.GetAsList(&list); in AppendValueData()
/external/libchrome/base/test/
Dtrace_event_analyzer.cc708 if (!root.get() || !root->GetAsList(&root_list)) in ParseEventsFromJson()