Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__algorithm/
Dcopy_n.h31 typedef decltype(_VSTD::__convert_to_integral(__orig_n)) _IntegralSize; in copy_n() typedef
54 typedef decltype(_VSTD::__convert_to_integral(__orig_n)) _IntegralSize; in copy_n() typedef
Dgenerate_n.h26 typedef decltype(_VSTD::__convert_to_integral(__orig_n)) _IntegralSize; in generate_n() typedef
Dfor_each_n.h28 typedef decltype(_VSTD::__convert_to_integral(__orig_n)) _IntegralSize; in for_each_n() typedef