Home
last modified time | relevance | path

Searched refs:other_list (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-list.cc81 List<int, ZeroingAllocationPolicy> other_list(4); in TEST() local
84 list.AddAll(other_list); in TEST()
91 other_list.Add(0); in TEST()
92 other_list.Add(1); in TEST()
93 other_list.Add(2); in TEST()
96 list.AddAll(other_list); in TEST()
/external/chromium/base/
Dvalues.cc828 const ListValue* other_list = in Equals() local
831 for (lhs_it = begin(), rhs_it = other_list->begin(); in Equals()
832 lhs_it != end() && rhs_it != other_list->end(); in Equals()
837 if (lhs_it != end() || rhs_it != other_list->end()) in Equals()