HomeSort by relevance Sort by last modified time
    Searched refs:Alloc2 (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Support/
AllocatorTest.cpp 33 BumpPtrAllocator Alloc2 = std::move(Alloc);
35 EXPECT_EQ(1U, Alloc2.GetNumSlabs());
44 Alloc = std::move(Alloc2);
45 EXPECT_EQ(0U, Alloc2.GetNumSlabs());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 373 template<class CharT, class Traits, class Alloc1, class Alloc2>
376 , std::basic_string<CharT,Traits,Alloc2>
382 template<class CharT, class Traits, class Alloc1, class Alloc2>
385 , ::boost::container::basic_string<CharT,Traits,Alloc2>
391 template<class CharT, class Traits, class Alloc1, class Alloc2>
394 , ::std::basic_string<CharT,Traits,Alloc2>
400 template<class CharT, class Traits, class Alloc1, class Alloc2>
403 , ::boost::container::basic_string<CharT,Traits,Alloc2>
    [all...]

Completed in 7578 milliseconds