Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/containers/
H A Dsmall_map_unittest.cc517 class MoveOnlyType { class
519 MoveOnlyType() : value_(0) {} in MoveOnlyType() function in base::__anon0c9d55e30211::MoveOnlyType
520 explicit MoveOnlyType(V value) : value_(value) {} in MoveOnlyType() function in base::__anon0c9d55e30211::MoveOnlyType
522 MoveOnlyType(MoveOnlyType&& other) { in MoveOnlyType() function in base::__anon0c9d55e30211::MoveOnlyType
/aosp_15_r20/external/cronet/base/containers/
H A Dsmall_map_unittest.cc517 class MoveOnlyType { class
519 MoveOnlyType() : value_(0) {} in MoveOnlyType() function in base::__anone57de3d90211::MoveOnlyType
520 explicit MoveOnlyType(V value) : value_(value) {} in MoveOnlyType() function in base::__anone57de3d90211::MoveOnlyType
522 MoveOnlyType(MoveOnlyType&& other) { in MoveOnlyType() function in base::__anone57de3d90211::MoveOnlyType
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A 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
/aosp_15_r20/external/pigweed/pw_function/
H A Dfunction_test.cc322 TEST(Function, MoveOnlyType) { in TEST() argument
323 class MoveOnlyType { in TEST() class
/aosp_15_r20/external/libchrome/base/
H A Dcancelable_callback_unittest.cc195 TEST(CancelableCallbackTest, MoveOnlyType) { in TEST() argument
/aosp_15_r20/external/cronet/base/
H A Dcancelable_callback_unittest.cc253 TEST(CancelableCallbackTest, MoveOnlyType) { in TEST() argument
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc831 TEST(InvokeArgumentTest, MoveOnlyType) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-more-actions_test.cc831 TEST(InvokeArgumentTest, MoveOnlyType) { in TEST() argument