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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 28 test<true>(std::bind(C(), std::placeholders::_2)); member in class:std::placeholders
31 test<false>(std::placeholders::_2);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 31 static inline boost::arg<2> _2() { return boost::arg<2>(); } function in namespace:__anon36023
44 static boost::arg<2> _2;
56 boost::arg<2> _2;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 42 typedef arg<2> _2; typedef
47 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_2)
50 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 18 __ph<2> _2; member in namespace:placeholders
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 42 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}} local
66 b _2 = B::b(); member in namespace:Test1::D
  /external/clang/test/SemaTemplate/
deduction.cpp 34 struct _2 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
49 struct Replace<_2, Arg1, Arg2> {
75 struct Replace<TT<T1, _2>, Arg1, Arg2> {
83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : -1];
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 115 #define _2 OpcodeByteKind_SlashNum|2 macro

Completed in 889 milliseconds