Home
last modified time | relevance | path

Searched defs:ResultT (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/fuzzing/
Drandom.pass.cpp38 using ResultT = typename Dist::result_type; typedef
92 using ResultT = typename Dist::result_type; typedef
108 using ResultT = typename Dist::result_type; typedef
124 using ResultT = typename Dist::result_type; typedef
140 using ResultT = Dist::result_type; typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
Dranges_partial_sort_copy.pass.cpp128 using ResultT = std::ranges::partial_sort_copy_result<Iter, OutIter>; in test_one() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dranges_partition_copy.pass.cpp125 using ResultT = std::ranges::partition_copy_result<Iter, OutIter1, OutIter2>; in test_one() typedef