Home
last modified time | relevance | path

Searched defs:common_range (Results 1 – 5 of 5) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__ranges/
Dconcepts.h120 concept common_range = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; variable
/external/cronet/tot/third_party/libc++/src/include/__ranges/
Dconcepts.h120 concept common_range = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__ranges/
Dconcepts.h120 concept common_range = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__ranges/
Dconcepts.h120 concept common_range = range<_Tp> && same_as<iterator_t<_Tp>, sentinel_t<_Tp>>; variable
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Dset_algo.hpp27 bool common_range(IteratorT& lwb, IteratorT& upb, ObjectT& x1, const ConstObjectT& x2) in common_range() function