Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 41) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dnext_prior.hpp29 struct next struct
31 typedef typename T::next type;
Dbind.hpp140 typedef Arg next; typedef
149 typedef typename Arg::next next; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Darg.hpp34 typedef arg<2> next; typedef
52 typedef arg<3> next; typedef
70 typedef arg<4> next; typedef
88 typedef arg<5> next; typedef
106 typedef arg<6> next; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dnext_prior.hpp30 inline T next(T x) { return ++x; } in next() function
33 inline T next(T x, Distance n) in next() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
Diterator.hpp43 struct next< l_iter<Node> > struct
45 typedef l_iter< typename Node::next > type;
68 typedef l_iter next; typedef
Ditem.hpp40 typedef Next next; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dintegral_wrapper.hpp64 typedef AUX_WRAPPER_INST(next_value) next; typedef
69 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N + 1)) ) next; typedef
72 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value + 1)) ) next; typedef
/ndk/sources/third_party/googletest/googletest/samples/
Dsample3-inl.h57 QueueNode* next() { return next_; } in next() function
58 const QueueNode* next() const { return next_; } in next() function
87 QueueNode<E>* next = node->next(); in Clear() local
/ndk/sources/host-tools/make-3.81/
Ddep.h38 struct dep *next; member
53 struct nameseq *next; member
Drule.h23 struct rule *next; member
Dvpath.c31 struct vpath *next; /* Pointer to next struct in the linked list. */ member
183 struct vpath *next = path->next; in construct_vpath_list() local
Dimplicit.c71 struct idep *next; /* struct dep -compatible interface */ member
813 struct dep *next = dep->next; in pattern_search() local
Drule.c85 struct rule *next = rule->next; in count_implicit_rule_limits() local
412 struct rule *next = rule->next; in freerule() local
Djob.h42 struct child *next; /* Link in the chain. */ member
Dvariable.h93 struct variable_set_list *next; /* Link in the chain. */ member
101 struct pattern_var *next; member
Dstrcache.c32 struct strcache *next; /* The next block of strings. */ member
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
Diterator.hpp52 typedef v_iter<Vector,next_> next; typedef
65 struct next< v_iter<Vector,n_> > struct
67 typedef v_iter<Vector,(n_ + 1)> type;
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py85 def next (self): member in RbtreeIterator
165 def next (self): member in DequePrinter.Iterator
231 def next (self): member in ListPrinter.Iterator
277 def next (self): member in MapPrinter.Iterator
322 def next (self): member in SetPrinter.Iterator
360 def next (self): member in SlistPrinter.Iterator
447 def next (self): member in VectorPrinter.Iterator
544 def next (self): member in UnorderedMapPrinter.Iterator
596 def next (self): member in UnorderedSetPrinter.Iterator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp62 explicit translate_exception_base( boost::scoped_ptr<translate_exception_base>& next ) in translate_exception_base()
208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next ) in translate_exception()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dforeach.hpp164 next( static_any_t cur, C&, mpl::false_ ) in next() function
173 next( static_any_t cur, C const&, mpl::true_ ) in next() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind_AppleExtras.cpp31 libgcc_object *next; member
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c60 struct exit_function_list *next; member
/ndk/sources/android/support/tests/minitest/
Dminitest.cc14 TestInfo* next; member
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp106 S next = ceil(s); in nearbyint() local
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c389 const char *next; local
1223 struct globlink *next; member

12