Searched defs:_1 (Results 1 - 6 of 6) sorted by relevance

/external/Microsoft-GSL/tests/
H A Dutils_tests.cpp44 auto _1 = finally([&]() {f(i);}); local
46 auto _2 = std::move(_1);
51 auto _2 = std::move(_1);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp44 test<2> _1 = (foo)(a); local
70 a _1 = A::a();
/external/skia/experimental/DrawingBoard/
H A DSkColorPalette.cpp150 float _1, _2, _3; local
155 _1 = v * (1 - s);
162 b = _1;
167 b = _1;
170 r = _1;
175 r = _1;
181 g = _1;
186 g = _1;
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DBaseConstructor.java152 entry._1().put(key_value._1(), key_value._2());
158 value._1().add(value._2());
430 private final T _1; field in class:BaseConstructor.RecursiveTuple
433 public RecursiveTuple(T _1, K _2) { argument
434 this._1 = _1;
442 public T _1() { method in class:BaseConstructor.RecursiveTuple
443 return _1;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp346 placeholder<1> _1; variable
352 bind(plus<int>(), x, _1)(y);

Completed in 2728 milliseconds