HomeSort by relevance Sort by last modified time
    Searched refs:Decay (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
type_operators.h 24 using Decay = typename std::decay<T>::type;
28 using IsEquivalent = typename std::is_same<Decay<A>, Decay<B>>::type;
60 : IsConvertible<Decay<A>, Decay<B>> {};
69 : And<IsConvertible<Decay<KeyA>, Decay<KeyB>>,
70 IsConvertible<Decay<ValueA>, Decay<ValueB>>> {}
    [all...]
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 53 clang::ImplicitCastExpr* Decay =
56 if (Decay == nullptr) {
61 clang::dyn_cast<clang::DeclRefExpr>(Decay->getSubExpr());
330 clang::ImplicitCastExpr* Decay = clang::ImplicitCastExpr::Create(
341 CE->setArg(4, Decay);
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
common_type.pass.cpp 69 using Decay = typename std::decay<Tp>::type;
76 static_assert(std::is_same<Decay<T1>, T1>::value, "must be same");
77 static_assert(std::is_same<Decay<T2>, T2>::value, "must be same");
78 using type = typename std::decay<
106 using DT = Decay<T>;
107 using DU = Decay<U>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
common_type.pass.cpp 69 using Decay = typename std::decay<Tp>::type;
76 static_assert(std::is_same<Decay<T1>, T1>::value, "must be same");
77 static_assert(std::is_same<Decay<T2>, T2>::value, "must be same");
78 using type = typename std::decay<
106 using DT = Decay<T>;
107 using DU = Decay<U>;
  /external/clang/test/SemaCXX/
exceptions.cpp 126 namespace Decay {
142 // expected-error@-2 {{pointer to incomplete type 'Decay::E' is not allowed in exception specification}}
150 // expected-note@-2 {{forward declaration of 'Decay::E'}}
155 // expected-note@-2 {{in instantiation of template class 'Decay::C<Decay::E [10]>' requested here}}
cxx0x-initializer-stdinitializerlist.cpp 157 namespace Decay {
164 f({"A", "BB", "CCC"}); // expected-note{{in instantiation of function template specialization 'Decay::f<const char *>' requested here}}
  /external/v8/benchmarks/spinning-balls/
v.js 85 Point.prototype.decay = function () { method in class:Point
343 // Decay the current point and remove it from the list
345 if (point.decay()) {
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 364 milliseconds