Home
last modified time | relevance | path

Searched refs:exp_ptr (Results 1 – 1 of 1) sorted by relevance

/system/libbase/
Dexpected_test.cpp863 typedef expected<std::unique_ptr<int>,std::unique_ptr<int>> exp_ptr; in TEST() typedef
864 exp_ptr e(std::make_unique<int>(3)); in TEST()
865 exp_ptr e2(unexpected(std::make_unique<int>(4))); in TEST()