Home
last modified time | relevance | path

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

/external/chromium_org/mojo/public/cpp/bindings/tests/
Darray_unittest.cc42 class MoveOnlyType { class
46 MoveOnlyType() : moved_(false), ptr_(this) { num_instances_++; } in MoveOnlyType() function in mojo::test::__anon5e3da1240111::MoveOnlyType
47 MoveOnlyType(RValue other) : moved_(true), ptr_(other.object->ptr()) { in MoveOnlyType() function in mojo::test::__anon5e3da1240111::MoveOnlyType