Home
last modified time | relevance | path

Searched defs:MoveOnlyType (Results 1 – 6 of 6) 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/cronet/base/containers/
Dsmall_map_unittest.cc517 class MoveOnlyType { class
519 MoveOnlyType() : value_(0) {} in MoveOnlyType() function in base::__anon831c8bf70211::MoveOnlyType
520 explicit MoveOnlyType(V value) : value_(value) {} in MoveOnlyType() function in base::__anon831c8bf70211::MoveOnlyType
522 MoveOnlyType(MoveOnlyType&& other) { in MoveOnlyType() function in base::__anon831c8bf70211::MoveOnlyType
/external/libchrome/base/containers/
Dsmall_map_unittest.cc517 class MoveOnlyType { class
519 MoveOnlyType() : value_(0) {} in MoveOnlyType() function in base::__anon89ab71410211::MoveOnlyType
520 explicit MoveOnlyType(V value) : value_(value) {} in MoveOnlyType() function in base::__anon89ab71410211::MoveOnlyType
522 MoveOnlyType(MoveOnlyType&& other) { in MoveOnlyType() function in base::__anon89ab71410211::MoveOnlyType
/external/libchrome/base/
Dcancelable_callback_unittest.cc195 TEST(CancelableCallbackTest, MoveOnlyType) { in TEST() argument
/external/cronet/base/
Dcancelable_callback_unittest.cc194 TEST(CancelableCallbackTest, MoveOnlyType) { in TEST() argument
/external/pigweed/pw_function/
Dfunction_test.cc322 TEST(Function, MoveOnlyType) { in TEST() argument
323 class MoveOnlyType { in TEST() class