/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 94 typedef _STLP_NON_DBG_TREE _Base; 96 _Base _M_non_dbg_impl; 100 __IMPORT_CONTAINER_TYPEDEFS(_Base) 101 typedef typename _Base::key_type key_type; 105 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator; 106 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator; 117 typedef typename _Base::iterator _Base_iterator; 118 typedef typename _Base::const_iterator _Base_const_iterator; 132 _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
|
_hashtable.h | 93 typedef _STLP_NON_DBG_HT _Base; 100 _Base _M_non_dbg_impl; 108 __IMPORT_CONTAINER_TYPEDEFS(_Base) 110 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstTraits> > iterator; 111 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator; 112 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_NonConstLocalTraits> > local_iterator; 114 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_ConstLocalTraits> > const_local_iterator; 117 typedef typename _Base::iterator _Base_iterator; 118 typedef typename _Base::const_iterator _Base_const_iterator; 155 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)) [all...] |
_iterator.h | 199 typedef _DBG_iter_base<_Container> _Base; 201 typedef typename _Base::value_type value_type; 202 typedef typename _Base::difference_type difference_type; 206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator; 207 typedef typename _Base::_Const_iterator _Const_iterator; 216 typedef typename _Base::iterator_category iterator_category; 218 typedef typename _Base::_Iterator_category _Iterator_category; 237 (_Base&)*this = __rhs; 242 (_Base&)*this = __rhs;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 140 typedef typename _Base::argument_type argument_type; 165 bool> _Base; 167 typedef typename _Base::first_argument_type first_argument_type; 168 typedef typename _Base::second_argument_type second_argument_type; 192 typename __BINARY_ARG(_Operation, result_type) > _Base; 194 typedef typename _Base::argument_type argument_type; 195 typedef typename _Base::result_type result_type; 227 typename __BINARY_ARG(_Operation, result_type)> _Base; 229 typedef typename _Base::argument_type argument_type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 55 template <typename, typename, typename> class _Base> 57 : private _Base<_CharT, _Traits, _Alloc> 59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
rb_tree | 83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base; 84 typedef typename _Base::allocator_type allocator_type; 88 : _Base(__comp, __a) { }
|
string_conversions.h | 52 typename... _Base> 54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), 56 _Base... __base)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 55 template <typename, typename, typename> class _Base> 57 : private _Base<_CharT, _Traits, _Alloc> 59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
rb_tree | 83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base; 84 typedef typename _Base::allocator_type allocator_type; 88 : _Base(__comp, __a) { }
|
string_conversions.h | 52 typename... _Base> 54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), 56 _Base... __base)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring.h | 55 template <typename, typename, typename> class _Base> 57 : private _Base<_CharT, _Traits, _Alloc> 59 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
rb_tree | 83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base; 84 typedef typename _Base::allocator_type allocator_type; 88 : _Base(__comp, __a) { }
|
string_conversions.h | 52 typename... _Base> 54 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), 56 _Base... __base)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring.h | 70 template <typename, typename, typename> class _Base> 72 : private _Base<_CharT, _Traits, _Alloc> 74 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; [all...] |
rb_tree | 83 typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> _Base; 84 typedef typename _Base::allocator_type allocator_type; 88 : _Base(__comp, __a) { }
|
/external/chromium-trace/catapult/third_party/html5lib-python/doc/ |
html5lib.treebuilders.rst | 12 :mod:`_base` Module 15 .. automodule:: html5lib.treebuilders._base
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
genshistream.py | 7 from . import _base 12 class TreeWalker(_base.TreeWalker):
|
pulldom.py | 6 from . import _base 11 class TreeWalker(_base.TreeWalker):
|
/external/clang/test/CodeGenCXX/ |
lpad-linetable.cpp | 41 typedef _Vector_base<_Tp, _Alloc> _Base; 47 : _Base(__a)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_hashtable.h | 93 typedef _STLP_NON_DBG_HT _Base; 100 _Base _M_non_dbg_impl; 108 __IMPORT_CONTAINER_TYPEDEFS(_Base) 110 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_NonConstTraits> > iterator; 111 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator; 112 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_NonConstLocalTraits> > local_iterator; 114 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_ConstLocalTraits> > const_local_iterator; 117 typedef typename _Base::iterator _Base_iterator; 118 typedef typename _Base::const_iterator _Base_const_iterator; 155 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)) [all...] |
_iterator.h | 199 typedef _DBG_iter_base<_Container> _Base; 201 typedef typename _Base::value_type value_type; 202 typedef typename _Base::difference_type difference_type; 206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator; 207 typedef typename _Base::_Const_iterator _Const_iterator; 216 typedef typename _Base::iterator_category iterator_category; 218 typedef typename _Base::_Iterator_category _Iterator_category; 237 (_Base&)*this = __rhs; 242 (_Base&)*this = __rhs;
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fgetln.c | 49 if ((p = realloc(fp->_lb._base, newsize)) == NULL) 51 fp->_lb._base = p; 115 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, 129 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, 136 ret = (char *)fp->_lb._base;
|
makebuf.c | 57 fp->_bf._base = fp->_p = fp->_nbuf; 64 fp->_bf._base = fp->_p = fp->_nbuf; 69 fp->_bf._base = fp->_p = p;
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/ |
lint.py | 3 from . import _base 14 class Filter(_base.Filter): 18 for token in _base.Filter.__iter__(self):
|