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

  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
parse_html_deps.py 66 open_tags.append(_Tag(cur.name, cur.attrs))
196 class _Tag(object):
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
_rope.h 345 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function};
352 _Tag _M_tag:8;
378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 101 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
102 _M_construct(__beg, __end, _Tag());
rc_string_base.h 232 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
233 return _S_construct(__beg, __end, __a, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 101 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
102 _M_construct(__beg, __end, _Tag());
rc_string_base.h 232 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
233 return _S_construct(__beg, __end, __a, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 101 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
102 _M_construct(__beg, __end, _Tag());
rc_string_base.h 232 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
233 return _S_construct(__beg, __end, __a, _Tag());
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h 108 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
109 _M_construct(__beg, __end, _Tag());
rc_string_base.h 232 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
233 return _S_construct(__beg, __end, __a, _Tag());
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 123 { typedef _IteCat _Tag; };
127 { typedef input_iterator_tag _Tag; };
130 { typedef output_iterator_tag _Tag; };
133 { typedef forward_iterator_tag _Tag; };
136 { typedef bidirectional_iterator_tag _Tag; };
139 { typedef random_access_iterator_tag _Tag; };
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
_rope.h 345 enum _Tag {_S_leaf, _S_concat, _S_substringfn, _S_function};
352 _Tag _M_tag:8;
378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
58 return __distance_fw(__first, __last, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
58 return __distance_fw(__first, __last, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
58 return __distance_fw(__first, __last, _Tag());
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable_policy.h 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
58 return __distance_fw(__first, __last, _Tag());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 78 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
79 return __distance_fw(__first, __last, _Tag());
    [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/
hashtable_policy.h 78 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
79 return __distance_fw(__first, __last, _Tag());
    [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/
hashtable_policy.h 78 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
79 return __distance_fw(__first, __last, _Tag());
    [all...]
basic_string.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h     [all...]
hashtable_policy.h 78 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
79 return __distance_fw(__first, __last, _Tag());
    [all...]

Completed in 809 milliseconds