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

  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 30 test<true>(std::bind(C(), std::placeholders::_2)); member in class:std::placeholders
33 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:__anon35401
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 47 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}} local
71 b _2 = B::b(); member in namespace:Test1::D
  /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;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java 151 RecursiveTuple<Object, Object> key_value = entry._2();
152 entry._1().put(key_value._1(), key_value._2());
158 value._1().add(value._2());
431 private final K _2; field in class:BaseConstructor.RecursiveTuple
433 public RecursiveTuple(T _1, K _2) {
435 this._2 = _2;
438 public K _2() { method in class:BaseConstructor.RecursiveTuple
439 return _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/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 

Completed in 1247 milliseconds