Home
last modified time | relevance | path

Searched defs:has_concat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.concat.pass.cpp286 constexpr bool has_concat(int) { return true; } in has_concat() function
288 constexpr bool has_concat(long) { return false; } in has_concat() function
298 constexpr bool has_concat() { in has_concat() function
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.concat.pass.cpp269 constexpr bool has_concat(int) { return true; } in has_concat() function
271 constexpr bool has_concat(long) { return false; } in has_concat() function
281 constexpr bool has_concat() { in has_concat() function