Searched refs:std_allocator (Results  1 – 2 of 2) sorted by relevance
| /external/fmtlib/test/ | 
| D | format-test.cc | 314 using std_allocator = allocator_ref<std::allocator<char>>;  typedef 318       [](const char* str, basic_memory_buffer<char, 5, std_allocator>& buffer) {  in TEST() 320         basic_memory_buffer<char, 5, std_allocator> buffer2(std::move(buffer));  in TEST() 331   basic_memory_buffer<char, 5, std_allocator> buffer((std_allocator(&alloc)));  in TEST() 343   basic_memory_buffer<char, 4, std_allocator> buffer((std_allocator(&alloc)));  in TEST() 350   basic_memory_buffer<char, 4, std_allocator> buffer2(std::move(buffer));  in TEST()
  | 
| /external/sdv/vsomeip/third_party/boost/config/checks/ | 
| D | Jamfile.v2 | 192 obj std_allocator : test_case.cpp : <define>TEST_BOOST_NO_STD_ALLOCATOR ;
  |