Home
last modified time | relevance | path

Searched refs:find_me (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/container/test/
Dset_test.cpp364 const test::non_copymovable_int find_me(2); in test_heterogeneous_lookups() local
367 if(*set1.find(find_me) != 2) in test_heterogeneous_lookups()
369 if(*cset1.find(find_me) != 2) in test_heterogeneous_lookups()
371 if(*mset1.find(find_me) != 2) in test_heterogeneous_lookups()
373 if(*cmset1.find(find_me) != 2) in test_heterogeneous_lookups()
377 if(set1.count(find_me) != 1) in test_heterogeneous_lookups()
379 if(cset1.count(find_me) != 1) in test_heterogeneous_lookups()
381 if(mset1.count(find_me) != 2) in test_heterogeneous_lookups()
383 if(cmset1.count(find_me) != 2) in test_heterogeneous_lookups()
387 if(!set1.contains(find_me)) in test_heterogeneous_lookups()
[all …]
Dmap_test.cpp290 const test::non_copymovable_int find_me(2); in test_heterogeneous_lookups() local
293 if(map1.find(find_me)->second != 'd') in test_heterogeneous_lookups()
295 if(cmap1.find(find_me)->second != 'd') in test_heterogeneous_lookups()
297 if(mmap1.find(find_me)->second != 'c') in test_heterogeneous_lookups()
299 if(cmmap1.find(find_me)->second != 'c') in test_heterogeneous_lookups()
303 if(map1.count(find_me) != 1) in test_heterogeneous_lookups()
305 if(cmap1.count(find_me) != 1) in test_heterogeneous_lookups()
307 if(mmap1.count(find_me) != 2) in test_heterogeneous_lookups()
309 if(cmmap1.count(find_me) != 2) in test_heterogeneous_lookups()
313 if(!map1.contains(find_me)) in test_heterogeneous_lookups()
[all …]
Dflat_map_test.cpp497 const test::non_copymovable_int find_me(2); in test_heterogeneous_lookups() local
500 if(map1.find(find_me)->second != 'd') in test_heterogeneous_lookups()
502 if(cmap1.find(find_me)->second != 'd') in test_heterogeneous_lookups()
504 if(mmap1.find(find_me)->second != 'c') in test_heterogeneous_lookups()
506 if(cmmap1.find(find_me)->second != 'c') in test_heterogeneous_lookups()
510 if(map1.count(find_me) != 1) in test_heterogeneous_lookups()
512 if(cmap1.count(find_me) != 1) in test_heterogeneous_lookups()
514 if(mmap1.count(find_me) != 2) in test_heterogeneous_lookups()
516 if(cmmap1.count(find_me) != 2) in test_heterogeneous_lookups()
520 if(!map1.contains(find_me)) in test_heterogeneous_lookups()
[all …]
Dflat_set_test.cpp515 const test::non_copymovable_int find_me(2); in test_heterogeneous_lookups() local
518 if(*set1.find(find_me) != 2) in test_heterogeneous_lookups()
520 if(*cset1.find(find_me) != 2) in test_heterogeneous_lookups()
522 if(*mset1.find(find_me) != 2) in test_heterogeneous_lookups()
524 if(*cmset1.find(find_me) != 2) in test_heterogeneous_lookups()
528 if(set1.count(find_me) != 1) in test_heterogeneous_lookups()
530 if(cset1.count(find_me) != 1) in test_heterogeneous_lookups()
532 if(mset1.count(find_me) != 2) in test_heterogeneous_lookups()
534 if(cmset1.count(find_me) != 2) in test_heterogeneous_lookups()
538 if(!set1.contains(find_me)) in test_heterogeneous_lookups()
[all …]