Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dcontainer_test_util.cc33 MoveOnlyType::MoveOnlyType() : moved_(false), ptr_(this) { in MoveOnlyType() function in mojo::MoveOnlyType
37 MoveOnlyType::MoveOnlyType(MoveOnlyType&& other) in MoveOnlyType() function in mojo::MoveOnlyType
/external/libchrome/base/
Dcancelable_callback_unittest.cc195 TEST(CancelableCallbackTest, MoveOnlyType) { in TEST() argument