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

  /system/security/keystore/
auth_token_table.cpp 70 template <typename Container> typename Container::iterator min_element(Container& container) { function in namespace:keystore
71 return std::min_element(container.begin(), container.end());
90 *min_element(entries_) = std::move(new_entry);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h 2273 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2280 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2323 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2333 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2343 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2354 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h 2273 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2280 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2323 min_element(_FIterator __begin, _FIterator __end, function in namespace:__parallel
2333 min_element(_FIterator __begin, _FIterator __end) function in namespace:__parallel
2343 min_element(_FIterator __begin, _FIterator __end, _Compare __comp, function in namespace:__parallel
2354 min_element(_FIterator __begin, _FIterator __end, _Compare __comp) function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 6219 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6247 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [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 6219 min_element(_ForwardIterator __first, _ForwardIterator __last) function
6247 min_element(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 362 milliseconds