Home
last modified time | relevance | path

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

/aosp12/system/libbase/
H A Dexpected_test.cpp92 exp_string e3(std::string("hello")); in TEST()
93 exp_string e4 = std::move(e3); in TEST()
129 exp_string e3 = std::string("hello"); in TEST()
146 exp_string e = std::move(hello); in TEST()
171 exp_string e3 = unexp3; in TEST()
207 exp_string e2({'a', 'b', 'c'}); in TEST()
266 exp_string e3 = "hello"; in TEST()
287 exp_string e3 = "hello"; in TEST()
300 exp_string e = "hello"; in TEST()
310 exp_string e = "hello"; in TEST()
[all …]