HomeSort by relevance Sort by last modified time
    Searched refs:iterator_category (Results 276 - 300 of 306) sorted by null

<<111213

  /external/llvm/include/llvm/ADT/
DenseMap.h 998 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::DenseMapIterator
    [all...]
ImmutableSet.h 818 typename T::TreeTy::iterator>::iterator_category,
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 46 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) function
_string.h 37 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 46 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) function
_string.h 37 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 163 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
236 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 163 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
236 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h 163 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
236 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
basic_string.h     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 467 typedef std::random_access_iterator_tag iterator_category;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 237 typedef std::random_access_iterator_tag iterator_category;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_tree.h 178 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
250 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
basic_string.h     [all...]
stl_algo.h     [all...]
  /external/libunwind_llvm/src/
UnwindCursor.hpp 647 typedef std::random_access_iterator_tag iterator_category; typedef in struct:libunwind::EHABISectionIterator
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 93 typedef typename std::iterator_traits<Iter>::iterator_category Category;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 633 typedef std::random_access_iterator_tag iterator_category; typedef in struct:libunwind::EHABISectionIterator
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 729 typedef std::forward_iterator_tag iterator_category;
    [all...]
DeclCXX.h 2928 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::UsingDecl::shadow_iterator
    [all...]
DeclObjC.h 1273 typedef std::input_iterator_tag iterator_category; typedef in class:clang::ObjCInterfaceDecl::filtered_category_iterator
    [all...]
DeclTemplate.h 657 EntryType>::iterator>::iterator_category,
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 96 typedef typename std::iterator_traits<Iter>::iterator_category Category;
    [all...]

Completed in 2969 milliseconds

<<111213