Searched refs:other_list (Results 1 – 5 of 5) sorted by relevance
83 List<int, ZeroingAllocationPolicy> other_list(4); in TEST() local86 list.AddAll(other_list); in TEST()93 other_list.Add(0); in TEST()94 other_list.Add(1); in TEST()95 other_list.Add(2); in TEST()98 list.AddAll(other_list); in TEST()
472 ScopedPyObjectPtr other_list( in RichCompare() local475 if (other_list == NULL) { in RichCompare()478 return PyObject_RichCompare(list, other_list, opid); in RichCompare()
1114 const ListValue* other_list = in Equals() local1117 for (lhs_it = begin(), rhs_it = other_list->begin(); in Equals()1118 lhs_it != end() && rhs_it != other_list->end(); in Equals()1123 if (lhs_it != end() || rhs_it != other_list->end()) in Equals()
1176 const ListValue* other_list = in Equals() local1179 for (lhs_it = begin(), rhs_it = other_list->begin(); in Equals()1180 lhs_it != end() && rhs_it != other_list->end(); in Equals()1185 if (lhs_it != end() || rhs_it != other_list->end()) in Equals()
1023 cond_av_list_t *other_list; in __cil_insert_type_rule() local1028 other_list = cond_node->false_list; in __cil_insert_type_rule()1031 other_list = cond_node->true_list; in __cil_insert_type_rule()1034 search_datum = cil_cond_av_list_search(&avtab_key, other_list); in __cil_insert_type_rule()