Home
last modified time | relevance | path

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

/aosp_15_r20/system/libbase/
H A Dexpected_test.cpp30 typedef expected<std::string, std::string> exp_string; typedef
92 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()
155 exp_string e2 = "hello"; // char* to std::string in TEST()
170 exp_string::unexpected_type unexp3 = unexpected(std::string("error")); in TEST()
171 exp_string e3 = unexp3; in TEST()
189 exp_string e3 = unexpected(std::string("error")); in TEST()
203 exp_string e(std::in_place, 5, 'a'); in TEST()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUnaryOpsKernel.cu42 static const auto exp_string = jiterator_stringify( in exp_kernel_cuda() local
52 /*arity=*/1>(iter, exp_string); in exp_kernel_cuda()