HomeSort by relevance Sort by last modified time
    Searched refs:i_ (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium/chrome/browser/sync/util/
dbgq.h 12 // puts the elements into the array in reverse, so you can just look at the i_
18 DebugQueue() : i_(array_) { }
20 i_ = (array_ == i_ ? array_ + size - 1 : i_ - 1);
21 *i_ = t;
24 T* i_; // Points to the newest element in the queue. member in class:DebugQueue
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/
op_arrow.fail.cpp 21 int i_; member in struct:A
23 A() : i_(7) {}
29 assert(p->i_ == 7);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
op_arrow.pass.cpp 21 int i_; member in struct:A
23 A() : i_(7) {}
29 assert(p->i_ == 7);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
apply_wrap.hpp 87 # define i_ BOOST_PP_FRAME_ITERATION(1)
92 #define AUX778076_MSVC_DTW_NAME BOOST_PP_CAT(msvc_apply,i_)
94 #define AUX778076_MSVC_DTW_ARITY i_
98 typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T)
100 struct BOOST_PP_CAT(apply_wrap,i_)
103 typedef typename BOOST_PP_CAT(msvc_apply,i_)<F>::template result_<
104 AUX778076_APPLY_WRAP_PARAMS(i_, T)
112 int N, typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T
    [all...]
bind.hpp 369 # define i_ BOOST_PP_FRAME_ITERATION(1)
374 template< template< BOOST_MPL_PP_PARAMS(i_, typename T) > class F, typename Tag >
375 struct BOOST_PP_CAT(quote,i_);
377 template< BOOST_MPL_PP_PARAMS(i_, typename T) > struct AUX778076_SPEC_NAME;
380 typename Tag AUX778076_BIND_N_PARAMS(i_, typename T)
382 struct BOOST_PP_CAT(bind,i_)<
383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag>
384 AUX778076_BIND_N_PARAMS(i_,T)
394 # define BOOST_PP_ITERATION_PARAMS_2 (3,(1, i_, <boost/mpl/bind.hpp>))
399 , BOOST_MPL_PP_EXT_PARAMS(2, BOOST_PP_INC(i_), t
    [all...]
quote.hpp 119 #define i_ BOOST_PP_FRAME_ITERATION(1)
122 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F
125 struct BOOST_PP_CAT(quote,i_)
127 template< BOOST_MPL_PP_PARAMS(i_, typename U) > struct apply
131 F< BOOST_MPL_PP_PARAMS(i_, U) >
132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
137 F< BOOST_MPL_PP_PARAMS(i_, U) >
138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value >
144 ::template result_< F< BOOST_MPL_PP_PARAMS(i_, U) >
    [all...]
apply.hpp 143 # define i_ BOOST_PP_FRAME_ITERATION(1)
146 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T)
148 struct BOOST_PP_CAT(apply,i_)
150 : BOOST_PP_CAT(apply_wrap,i_)<
152 AUX778076_APPLY_N_COMMA_PARAMS(i_, T)
157 typedef typename BOOST_PP_CAT(apply_wrap,i_)<
159 AUX778076_APPLY_N_COMMA_PARAMS(i_, T)
163 BOOST_PP_INC(i_)
164 , BOOST_PP_CAT(apply,i_)
165 , (F AUX778076_APPLY_N_COMMA_PARAMS(i_,T)
    [all...]
placeholders.hpp 81 #define i_ BOOST_PP_FRAME_ITERATION(1)
85 typedef arg<i_> BOOST_PP_CAT(_,i_);
91 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(BOOST_PP_CAT(_,i_))
94 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::BOOST_PP_CAT(_,i_);
99 #undef i_
apply_fwd.hpp 99 #define i_ BOOST_PP_FRAME_ITERATION(1)
102 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T)
104 struct BOOST_PP_CAT(apply,i_);
106 #undef i_
bind_fwd.hpp 91 #define i_ BOOST_PP_FRAME_ITERATION(1)
94 typename F AUX778076_BIND_N_PARAMS(i_, typename T)
96 struct BOOST_PP_CAT(bind,i_);
98 #undef i_
arg.hpp 89 #define i_ BOOST_PP_FRAME_ITERATION(1)
91 #if i_ > 0
93 template<> struct arg<i_>
95 BOOST_STATIC_CONSTANT(int, value = i_);
96 typedef arg<BOOST_PP_INC(i_)> next;
105 typedef BOOST_PP_CAT(U,i_) type;
128 #endif // i_ > 0
130 #undef i_
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 63 # define AUX778076_LAMBDA_PARAMS(i_, param) \
64 BOOST_MPL_PP_PARAMS(i_, param) \
74 # define AUX778076_BIND_N_PARAMS(i_, param) \
75 BOOST_PP_COMMA_IF(i_) \
76 BOOST_MPL_PP_PARAMS(i_, param) \
234 #define i_ BOOST_PP_FRAME_ITERATION(1)
236 #if i_ > 0
240 # define AUX778076_RESULT(unused, i_, T) \
241 BOOST_PP_COMMA_IF(i_) \
242 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::result_
    [all...]
template_arity.hpp 71 # define AUX778076_MAX_ARITY_OP(unused, state, i_) \
72 ( BOOST_PP_CAT(C,i_) > 0 ? BOOST_PP_CAT(C,i_) : state ) \
105 # define AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION(unused, i_, F) \
106 BOOST_PP_COMMA_IF(i_) template_arity_impl<F,BOOST_PP_INC(i_)>::value \
179 #define i_ BOOST_PP_FRAME_ITERATION(1)
182 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F
183 , BOOST_MPL_PP_PARAMS(i_, typename T)
185 typename arity_tag<i_>::typ
    [all...]
advance_forward.hpp 86 #define i_ BOOST_PP_FRAME_ITERATION(1)
95 #if i_ > 0
97 (3,(1, i_, <boost/mpl/aux_/advance_forward.hpp>))
100 typedef BOOST_PP_CAT(iter,i_) type;
112 #undef i_
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
arrow.pass.cpp 23 int i_; member in struct:A
28 return is >> a.d_ >> a.i_;
36 assert(i->i_ == 23);
  /dalvik/vm/
IndirectRefTable.h 205 table_(table), i_(i), capacity_(capacity) {
210 ++i_;
216 return &table_[i_].obj;
220 return (i_ == rhs.i_ && table_ == rhs.table_);
226 while (i_ < capacity_ && (table_[i_].obj == NULL
227 || table_[i_].obj == kClearedJniWeakGlobal)) {
228 ++i_;
233 size_t i_; member in class:iref_iterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace_back.pass.cpp 23 int i_; member in class:A
30 : i_(i), d_(d) {}
33 : i_(a.i_),
36 a.i_ = 0;
42 i_ = a.i_;
44 a.i_ = 0;
49 int geti() const {return i_;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_pred.pass.cpp 31 int& i_; member in class:Pred
33 explicit Pred(int& i) : i_(i) {}
35 bool operator()() {return i_ != 0;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_pred.pass.cpp 35 int& i_; member in class:Pred
37 explicit Pred(int& i) : i_(i) {}
39 bool operator()() {return i_ != 0;}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivialially_copyable.pass.cpp 37 int i_; member in struct:A
42 int i_; member in struct:B
43 ~B() {assert(i_ == 0);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/
piecewise_construct.pass.cpp 23 int i_; member in class:A
26 A(int i, char c) : i_(i), c_(c) {}
27 int get_i() const {return i_;}
  /art/runtime/
indirect_reference_table.h 210 : table_(table), i_(i), capacity_(capacity) {
215 ++i_;
221 return &table_[i_];
225 return (i_ == rhs.i_ && table_ == rhs.table_);
231 while (i_ < capacity_ && (table_[i_] == NULL || table_[i_] == kClearedJniWeakGlobal)) {
232 ++i_;
237 size_t i_; member in class:art::IrtIterator
    [all...]
  /external/clang/test/CodeGenCXX/
constructor-destructor-return-this.cpp 26 int *i_; member in class:B
29 B::B(int *i) : i_(i) { }
  /external/stlport/test/unit/
rawriter_test.cpp 14 X(int i_ = 0) : i(i_) {}
  /ndk/tests/device/test-gnustl-full/unit/
rawriter_test.cpp 14 X(int i_ = 0) : i(i_) {}

Completed in 5053 milliseconds

1 2 3