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

  /external/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/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:__anon44021
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;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtorQ.c 42 #define _2 2 macro
48 #define _2 1 macro
68 L[_2] = bits[1];
75 L[_2] = bits[1];
85 L[_1] = L[_2] = L[_3] = 0;
  /external/libcxx/src/
bind.cpp 18 __ph<2> _2; member in namespace:placeholders
  /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/chromium_org/third_party/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
156 _2 = v * (1 - s * (_h - _i));
165 r = _2;
176 g = _2;
187 b = _2;
  /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];
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 150 float _1, _2, _3; local
156 _2 = v * (1 - s * (_h - _i));
165 r = _2;
176 g = _2;
187 b = _2;

Completed in 442 milliseconds