Home
last modified time | relevance | path

Searched defs:ValueContainer (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/
Dhelpers.h228 using ValueContainer = std::vector<int, test_allocator<int>>; in test_emplace_exception_guarantee() local
256 using ValueContainer = EmplaceUnsafeContainer<int>; in test_emplace_exception_guarantee() local
277 using ValueContainer = std::vector<int, test_allocator<int>>; in test_emplace_exception_guarantee() local
305 using ValueContainer = std::vector<int>; in test_insert_range_exception_guarantee() local
331 using ValueContainer = std::vector<int>; in test_erase_exception_guarantee() local
349 using ValueContainer = ThrowOnEraseContainer<int>; in test_erase_exception_guarantee() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/
Dhelpers.h228 using ValueContainer = std::vector<int, test_allocator<int>>; in test_emplace_exception_guarantee() local
256 using ValueContainer = EmplaceUnsafeContainer<int>; in test_emplace_exception_guarantee() local
277 using ValueContainer = std::vector<int, test_allocator<int>>; in test_emplace_exception_guarantee() local
305 using ValueContainer = std::vector<int>; in test_insert_range_exception_guarantee() local
331 using ValueContainer = std::vector<int>; in test_erase_exception_guarantee() local
349 using ValueContainer = ThrowOnEraseContainer<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.cpp37 using ValueContainer = std::vector<int>; in test_swap_exception_guarantee() typedef
52 using ValueContainer = ThrowOnMoveContainer<int>; in test_swap_exception_guarantee() typedef
Dextract.pass.cpp73 using ValueContainer = ThrowOnMoveContainer<int>; in main() typedef
Dreplace.pass.cpp61 using ValueContainer = ThrowOnMoveContainer<int>; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/
Dswap_exception.pass.cpp37 using ValueContainer = std::vector<int>; in test_swap_exception_guarantee() typedef
52 using ValueContainer = ThrowOnMoveContainer<int>; in test_swap_exception_guarantee() typedef
Dextract.pass.cpp73 using ValueContainer = ThrowOnMoveContainer<int>; in main() typedef
Dreplace.pass.cpp61 using ValueContainer = ThrowOnMoveContainer<int>; in main() typedef
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DValueContainer.java36 interface ValueContainer { interface
/external/sdv/vsomeip/third_party/boost/intrusive/test/
Ditestvalue.hpp201 struct ValueContainer< testvalue<Hooks> > struct
203 typedef boost::container::vector< testvalue<Hooks> > type;
Dbptr_value.hpp208 struct ValueContainer< BPtr_Value > struct
210 typedef bounded_reference_cont< BPtr_Value > type;