Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcallable_types.h19 constexpr bool returns_true() { return true; } in returns_true() function
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp27 bool returns_true() { return true; } in returns_true() function