Searched refs:SetAlloc (Results 1 – 5 of 5) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/debug/containers/ |
D | associative_containers.pass.cpp | 45 using SetAlloc = test_allocator<int>; in main() typedef 50 std::set<int, std::less<int>, SetAlloc>, CT_Set>::run(); in main() 52 std::multiset<int, std::less<int>, SetAlloc>, CT_MultiSet>::run(); in main()
|
D | unord_containers.pass.cpp | 44 using SetAlloc = test_allocator<int>; in main() typedef 51 std::unordered_set<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main() 57 std::unordered_multiset<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
|
/external/libcxx/test/libcxx/debug/containers/ |
D | db_associative_container_tests.pass.cpp | 57 using SetAlloc = test_allocator<int>; in main() typedef 62 std::set<int, std::less<int>, SetAlloc>, CT_Set>::run(); in main() 64 std::multiset<int, std::less<int>, SetAlloc>, CT_MultiSet>::run(); in main()
|
D | db_unord_container_tests.pass.cpp | 55 using SetAlloc = test_allocator<int>; in main() typedef 62 std::unordered_set<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main() 68 std::unordered_multiset<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | side_effect_analysis.cc | 94 void SetAlloc() { effects_.set(kAlloc); } in SetAlloc() function in mlir::TF::__anone89009640111::SideEffects 162 side_effects.SetAlloc(); in GetSideEffectsFromEffectInstance()
|