Searched defs:EnableIf (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h25 struct EnableIf {}; struct in namespace:mojo::internal
28 struct EnableIf<true, T> { typedef T type; }; struct in namespace:mojo::internal
53 typename EnableIf<!IsMoveOnlyType<T>::value, T>::type& Forward(T& t) {
58 typename EnableIf<IsMoveOnlyType<T>::value, T>::type Forward(T& t) {
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.h48 template<bool Predicate, class T = void> struct EnableIf;
49 template<class T> struct EnableIf<true, T> { typedef T Type; }; struct in namespace:WTF
288 typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type = true
290 typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h898 // EnableIf<condition>::type is void when 'Cond' is true, and
901 // "typename EnableIf<expression>::type* = 0" as the last parameter.
902 template<bool> struct EnableIf;
903 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h939 // EnableIf<condition>::type is void when 'Cond' is true, and
942 // "typename EnableIf<expression>::type* = 0" as the last parameter.
943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h871 // EnableIf<condition>::type is void when 'Cond' is true, and
874 // "typename EnableIf<expression>::type* = 0" as the last parameter.
875 template<bool> struct EnableIf;
876 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h968 // EnableIf<condition>::type is void when 'Cond' is true, and
971 // "typename EnableIf<expression>::type* = 0" as the last parameter.
972 template<bool> struct EnableIf;
973 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h939 // EnableIf<condition>::type is void when 'Cond' is true, and
942 // "typename EnableIf<expression>::type* = 0" as the last parameter.
943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp179 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); local
180 if (EnableIf && EnableIf->getCond()->isValueDependent()) {
181 instantiateDependentEnableIfAttr(*this, TemplateArgs, EnableIf, Tmpl,
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp94 struct EnableIf struct in namespace:deqp::gles3::Performance::__anon20167
100 struct EnableIf<TrueType, 0> struct in namespace:deqp::gles3::Performance::__anon20167
1112 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Type logMapRangeStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1122 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Type logUnmapStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1132 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Type logWriteStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1142 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Type logFlushStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1152 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_ALLOC_STATS>::Type logAllocStats (tcu::TestLog& log, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1197 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Type logMapContribution (tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1206 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Type logUnmapContribution (tcu::TestLog& log, const std::vector<UploadSampleResult<SampleType> >& samples, const typename SampleTypeTraits<SampleType>::StatsType& stats)
1215 static typename EnableIf<voi
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7831 // EnableIf<condition>::type is void when 'Cond' is true, and
7834 // "typename EnableIf<expression>::type* = 0" as the last parameter.
7835 template<bool> struct EnableIf;
7836 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
18936 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
18949 // than the first overload even without the first overload's EnableIf.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7831 // EnableIf<condition>::type is void when 'Cond' is true, and
7834 // "typename EnableIf<expression>::type* = 0" as the last parameter.
7835 template<bool> struct EnableIf;
7836 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
18936 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
18949 // than the first overload even without the first overload's EnableIf.

Completed in 383 milliseconds