HomeSort by relevance Sort by last modified time
    Searched refs:other_list (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
test-list.cc 83 List<int, ZeroingAllocationPolicy> other_list(4);
85 // Add no elements to list since other_list is empty.
86 list.AddAll(other_list);
92 // Add three elements to other_list.
93 other_list.Add(0);
94 other_list.Add(1);
95 other_list.Add(2);
97 // Copy the three elements from other_list to list.
98 list.AddAll(other_list);
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 472 ScopedPyObjectPtr other_list(
475 if (other_list == NULL) {
478 return PyObject_RichCompare(list, other_list, opid);
  /external/libweave/third_party/chromium/base/
values.cc 1114 const ListValue* other_list = local
1117 for (lhs_it = begin(), rhs_it = other_list->begin();
1118 lhs_it != end() && rhs_it != other_list->end();
1123 if (lhs_it != end() || rhs_it != other_list->end())
  /external/libchrome/base/
values.cc 1176 const ListValue* other_list = local
1179 for (lhs_it = begin(), rhs_it = other_list->begin();
1180 lhs_it != end() && rhs_it != other_list->end();
1185 if (lhs_it != end() || rhs_it != other_list->end())
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 1023 cond_av_list_t *other_list; local
1028 other_list = cond_node->false_list;
1031 other_list = cond_node->true_list;
1034 search_datum = cil_cond_av_list_search(&avtab_key, other_list);
    [all...]

Completed in 2676 milliseconds