Home
last modified time | relevance | path

Searched defs:KeyContainer (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/
Dhelpers.h183 using KeyContainer = std::vector<int, test_allocator<int>>; in test_emplace_exception_guarantee() local
210 using KeyContainer = EmplaceUnsafeContainer<int>; in test_emplace_exception_guarantee() local
276 using KeyContainer = ThrowOnEraseContainer<int>; in test_emplace_exception_guarantee() local
304 using KeyContainer = EmplaceUnsafeContainer<int>; in test_insert_range_exception_guarantee() local
330 using KeyContainer = ThrowOnEraseContainer<int>; in test_erase_exception_guarantee() local
348 using KeyContainer = std::vector<int>; in test_erase_exception_guarantee() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/
Dhelpers.h183 using KeyContainer = std::vector<int, test_allocator<int>>; in test_emplace_exception_guarantee() local
210 using KeyContainer = EmplaceUnsafeContainer<int>; in test_emplace_exception_guarantee() local
276 using KeyContainer = ThrowOnEraseContainer<int>; in test_emplace_exception_guarantee() local
304 using KeyContainer = EmplaceUnsafeContainer<int>; in test_insert_range_exception_guarantee() local
330 using KeyContainer = ThrowOnEraseContainer<int>; in test_erase_exception_guarantee() local
348 using KeyContainer = std::vector<int>; in test_erase_exception_guarantee() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/
Dswap_exception.pass.cpp36 using KeyContainer = ThrowOnMoveContainer<int>; in test_swap_exception_guarantee() typedef
51 using KeyContainer = std::vector<int>; in test_swap_exception_guarantee() typedef
Dextract.pass.cpp72 using KeyContainer = std::vector<int>; in main() typedef
Dreplace.pass.cpp60 using KeyContainer = std::vector<int>; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/
Dswap_exception.pass.cpp36 using KeyContainer = ThrowOnMoveContainer<int>; in test_swap_exception_guarantee() typedef
51 using KeyContainer = std::vector<int>; in test_swap_exception_guarantee() typedef
Dextract.pass.cpp72 using KeyContainer = std::vector<int>; in main() typedef
Dreplace.pass.cpp60 using KeyContainer = std::vector<int>; in main() typedef