/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
eval_if.hpp | 37 typedef typename if_<C,F1,F2>::type f_; typedef in struct:boost::mpl::eval_if 38 typedef typename f_::type type; 59 typedef typename if_c<C,F1,F2>::type f_; typedef in struct:boost::mpl::eval_if_c 60 typedef typename f_::type type;
|
advance.hpp | 45 >::type f_; typedef in struct:boost::mpl::advance_impl::apply 47 typedef typename apply_wrap1<f_,Iterator>::type type;
|
bind.hpp | 169 typedef bind<F,AUX778076_BIND_PARAMS(T)> f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 170 typedef typename AUX778076_APPLY<f_, AUX778076_BIND_PARAMS(U)>::type type; 400 >::type f_; 403 typedef typename f_::type type; 427 typedef typename aux::resolve_bind_arg<a0,AUX778076_BIND_PARAMS(U)>::type f_; 430 typedef typename aux::resolve_bind_arg<F,AUX778076_BIND_PARAMS(U)>::type f_; 447 f_ 466 typedef BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)> f_; 467 typedef typename AUX778076_APPLY<f_, AUX778076_BIND_PARAMS(U)>::type type;
|
/bionic/libc/private/ |
ScopeGuard.h | 26 ScopeGuard(F f) : f_(f), active_(true) {} 28 ScopeGuard(ScopeGuard&& that) : f_(that.f_), active_(that.active_) { 34 f_(); 42 F f_; member in class:ScopeGuard
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind_template.hpp | 20 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 26 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 32 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 38 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 47 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 53 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 61 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 67 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 76 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 82 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0) local 89 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 95 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 102 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 108 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 116 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 122 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 131 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 137 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 145 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 151 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 160 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 166 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 174 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 180 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 189 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 195 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 203 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 209 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 218 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 224 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 232 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 238 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 247 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 253 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 261 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 267 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 276 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 282 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 290 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 296 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 305 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 311 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 318 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 323 BOOST_BIND_RETURN l_(type<result_type>(), f_, a, 0); local 344 F f_; variable [all...] |
mem_fn.hpp | 324 F f_; member in class:boost::_mfi::dm 328 return (u.*f_); 333 return (get_pointer(u)->*f_); 338 explicit dm(F f): f_(f) {} 342 return (p->*f_); 347 return (p->*f_); 359 return (t.*f_); 364 return (t.*f_); 371 return f_ == rhs.f_; [all...] |
mem_fn_template.hpp | 31 F f_; local 35 BOOST_MEM_FN_RETURN (u.*f_)(); 40 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(); 45 explicit BOOST_MEM_FN_NAME(mf0)(F f): f_(f) {} 49 BOOST_MEM_FN_RETURN (p->*f_)(); 70 BOOST_MEM_FN_RETURN (t.*f_)(); 75 return f_ == rhs.f_; 80 return f_ != rhs.f_; 96 F f_; local 147 F f_; local 213 F f_; local 262 F f_; local 326 F f_; local 375 F f_; local 439 F f_; local 488 F f_; local 552 F f_; local 601 F f_; local 665 F f_; local 714 F f_; local 778 F f_; local 827 F f_; local 891 F f_; local 940 F f_; local 1004 F f_; local [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
posix_thread.hpp | 72 : f_(f) 78 f_(); 82 Function f_; member in class:asio::detail::posix_thread::func
|
/external/v8/src/ |
ostreams.h | 27 FILE* const f_; member in class:v8::internal::OFStreamBase
|
diy-fp.h | 24 DiyFp() : f_(0), e_(0) {} 25 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} 33 DCHECK(f_ >= other.f_); 34 f_ -= other.f_; 58 DCHECK(f_ != 0); 59 uint64_t f = f_; 73 f_ = f; 83 uint64_t f() const { return f_; } 92 uint64_t f_; member in class:v8::internal::DiyFp [all...] |
/external/ceres-solver/include/ceres/ |
loss_function.h | 288 internal::scoped_ptr<const LossFunction> f_, g_; member in class:ceres::ComposedLoss
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
bind.hpp | 60 typedef bind< F,T1,T2,T3,T4,T5 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 61 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind0::apply 85 f_ 101 typedef bind0<F> f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 102 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind1::apply 142 f_ 159 typedef bind1< F,T1 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 160 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type 191 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind2::apply 222 typedef bind2< F,T1,T2 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 254 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind3::apply 290 typedef bind3< F,T1,T2,T3 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 322 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind4::apply 364 typedef bind4< F,T1,T2,T3,T4 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 397 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; typedef in struct:boost::mpl::bind5::apply 445 typedef bind5< F,T1,T2,T3,T4,T5 > f_; typedef in struct:boost::mpl::aux::resolve_bind_arg 505 >::type f_; typedef in struct:boost::mpl::bind3::apply 553 >::type f_; typedef in struct:boost::mpl::bind3::apply [all...] |
/development/ndk/sources/android/ndk_helper/ |
vecmath.h | 749 float f_[16]; member in class:ndk_helper::Mat4 767 ret.f_[i] = f_[i] + rhs.f_[i]; 777 ret.f_[i] = f_[i] - rhs.f_[i]; 786 f_[i] += rhs.f_[i]; 795 f_[i] -= rhs.f_[i] [all...] |
/external/clang/test/SemaCXX/ |
member-pointer.cpp | 290 F f_; member in struct:PR9973::dm 292 { return u->*f_; } // expected-error{{reference to non-static member function must be called; did you mean to call it with no arguments?}} expected-error {{non-const lvalue reference to type 'int' cannot bind to a temporary of type 'int'}}
|
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 724 const FieldDescriptor* f_; member in class:google::protobuf::descriptor_unittest::OneofDescriptorTest [all...] |
/external/mesa3d/include/CL/ |
cl.hpp | 967 Func f_; const Arg0& arg0_; member in struct:cl::detail::GetInfoFunctor0 970 { return f_(arg0_, param, size, value, size_ret); } 976 Func f_; const Arg0& arg0_; const Arg1& arg1_; member in struct:cl::detail::GetInfoFunctor1 979 { return f_(arg0_, arg1_, param, size, value, size_ret); } [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl.hpp | 1509 Func f_; const Arg0& arg0_; member in struct:cl::detail::GetInfoFunctor0 1518 Func f_; const Arg0& arg0_; const Arg1& arg1_; member in struct:cl::detail::GetInfoFunctor1 [all...] |
/external/valgrind/drd/tests/ |
tsan_unittest.cpp | 163 void_func_void_t f_; member in struct:Test 166 : f_(f) 169 Test() : f_(0), flags_(0) {} 174 f_(); 178 f_(); [all...] |