Home
last modified time | relevance | path

Searched refs:EnableIf (Results 1 – 25 of 35) sorted by relevance

12

/external/libchrome/libchrome_tools/patch/
Dfile_path_mojom.patch9 - [EnableIf=file_path_is_string]
15 + // Faster solution was to just remove this "EnableIf" definition in libchrome.
16 + // [EnableIf=file_path_is_string]
/external/libchrome/mojo/public/mojom/base/
Dfile_path.mojom13 // Faster solution was to just remove this "EnableIf" definition in libchrome.
14 // [EnableIf=file_path_is_string]
22 [EnableIf=file_path_is_string16]
Dlogfont_win.mojom8 [EnableIf=is_win]
/external/deqp/framework/delibs/decpp/
DdeMeta.hpp34 struct EnableIf { }; struct
37 struct EnableIf<T, true> struct
DdeArrayUtil.hpp34 const Elem& getSizedArrayElement (const Elem (&array)[Size], typename de::meta::EnableIf<int, LastE… in getSizedArrayElement()
/external/clang/test/SemaCXX/
Dalias-template.cpp152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
155 template<typename T> EnableIf<is_enum<T>> f();
165 template<typename T, typename U = EnableIf<is_enum<T>>> struct fail1 {}; // expected-note {{here}}
/external/libchrome/mojo/public/cpp/bindings/lib/
Dtemplate_util.h35 struct EnableIf {};
38 struct EnableIf<true, T> {
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp61 using de::meta::EnableIf;
1093 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Type logMapRangeStats … in logMapRangeStats()
1103 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Type logUnmapStats (… in logUnmapStats()
1113 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Type logWriteStats (… in logWriteStats()
1123 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Type logFlushStats (… in logFlushStats()
1133 static typename EnableIf<void, SampleTypeTraits<SampleType>::HAS_ALLOC_STATS>::Type logAllocStats (… in logAllocStats()
1143 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_MAP_STATS>::Value>::Type logMa… in logMapRangeStats()
1150 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_UNMAP_STATS>::Value>::Type log… in logUnmapStats()
1157 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_WRITE_STATS>::Value>::Type log… in logWriteStats()
1164 static typename EnableIf<void, Not<SampleTypeTraits<SampleType>::HAS_FLUSH_STATS>::Value>::Type log… in logFlushStats()
[all …]
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h295 typename internal::EnableIf<
330 typename internal::EnableIf<
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h949 template<bool> struct EnableIf;
950 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h963 template<bool> struct EnableIf;
964 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/deqp/framework/common/
DtcuVectorUtil.hpp144 inline typename de::meta::EnableIf<T, de::meta::TypesSame<T, double>::Value>::Type length (const Ve… in length()
150 inline typename de::meta::EnableIf<T, de::meta::TypesSame<T, float>::Value>::Type length (const Vec… in length()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h972 template<bool> struct EnableIf;
973 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h199 template<typename T, typename EnableIf = void>
212 template<typename T, typename EnableIf = void>
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h1039 template<bool> struct EnableIf;
1040 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h274 typename internal::EnableIf<
1458 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h995 template<bool> struct EnableIf;
996 template<> struct EnableIf<true> { typedef void type; }; // NOLINT
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h274 typename internal::EnableIf<
1458 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h274 typename internal::EnableIf<
1458 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h301 typename internal::EnableIf<
1509 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
/external/libchrome/mojo/public/tools/bindings/
DREADME.md398 **`[EnableIf=value]`**
399 : The `EnableIf` attribute is used to conditionally enable definitions when
403 sense on one platform. Note that the `EnableIf` attribute can only be set
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h149 template<bool> struct EnableIf;

12