Searched refs:OtherType (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | vector_utils.h | 93 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 94 void initWithList(const Vector<OtherDimension, OtherType> &arg1, const Args &... args); 99 template <size_t CurrentIndex, typename OtherType, typename... Args> 100 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type initWithList( 101 OtherType arg1, 218 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 219 void VectorBase<Dimension, Type>::initWithList(const Vector<OtherDimension, OtherType> &arg1, in initWithList() 232 template <size_t CurrentIndex, typename OtherType, typename... Args> 233 typename std::enable_if<std::is_arithmetic<OtherType>::value>::type 234 VectorBase<Dimension, Type>::initWithList(OtherType arg1, const Args &... args) in initWithList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 104 enum OtherType { enum 121 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
|
/third_party/spirv-tools/test/val/ |
D | val_annotation_test.cpp | 179 TEST_P(StructDecorations, OtherType) { in TEST_P() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_annotation_test.cpp | 179 TEST_P(StructDecorations, OtherType) { in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 179 TEST_P(StructDecorations, OtherType) { in TEST_P() argument
|