HomeSort by relevance Sort by last modified time
    Searched defs:__matches (Results 1 - 3 of 3) sorted by null

  /development/vndk/tools/header-checker/tests/input/
example2.h 16 static constexpr bool __matches[] = {std::is_same<_T1, _T2>::value}; member in struct:__find_exactly_one_check
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 4292 auto __matches = std::count(__first2, __last2, *__scan); local
4341 auto __matches = std::count_if(__first2, __last2, local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 4292 auto __matches = std::count(__first2, __last2, *__scan); local
4341 auto __matches = std::count_if(__first2, __last2, local
    [all...]

Completed in 285 milliseconds