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

  /external/libcxx/test/support/
container_test_types.h 16 // * test-types: 'CopyInsertable', 'MoveInsertable' and 'EmplaceConstructible' -
53 * with 'Args = [CopyInsertable<1> const&, CopyInsertible<2>&&]'
330 // 'CopyInsertable', 'MoveInsertable' and 'EmplaceConstructible' test types
334 struct CopyInsertable {
339 explicit CopyInsertable(int val) : data(val), copied_once(false),
347 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true)
352 CopyInsertable(CopyInsertable const& other) : data(other.data),
360 CopyInsertable(CopyInsertable& other) : data(other.data), copied_once(true)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 16 // * test-types: 'CopyInsertable', 'MoveInsertable' and 'EmplaceConstructible' -
53 * with 'Args = [CopyInsertable<1> const&, CopyInsertible<2>&&]'
330 // 'CopyInsertable', 'MoveInsertable' and 'EmplaceConstructible' test types
334 struct CopyInsertable {
339 explicit CopyInsertable(int val) : data(val), copied_once(false),
347 CopyInsertable() : data(0), copied_once(false), constructed_under_allocator(true)
352 CopyInsertable(CopyInsertable const& other) : data(other.data),
360 CopyInsertable(CopyInsertable& other) : data(other.data), copied_once(true)
    [all...]

Completed in 724 milliseconds