| /third_party/boost/libs/yap/doc/ |
| D | user_macros_snippets.cpp | 138 #define is_vector is_vector_1 macro 150 struct is_vector : std::false_type {}; struct 153 struct is_vector<std::vector<T, A>> : std::true_type {}; struct 171 #define is_vector is_vector_2 macro 183 struct is_vector : std::false_type {}; struct 186 struct is_vector<std::vector<T, A>> : std::true_type {}; struct 204 #define is_vector is_vector_3 macro 216 struct is_vector : std::false_type {}; struct 219 struct is_vector<std::vector<T, A>> : std::true_type {}; struct 247 #define is_vector is_vector_4 macro [all …]
|
| /third_party/boost/libs/yap/example/ |
| D | vector.cpp | 81 struct is_vector : std::false_type {}; struct 84 struct is_vector<std::vector<T, A>> : std::true_type {}; struct
|
| /third_party/boost/libs/yap/test/ |
| D | vector_alloc_test.cpp | 92 struct is_vector : std::false_type struct 97 struct is_vector<std::vector<T, A>> : std::true_type struct
|
| /third_party/mindspore/mindspore/core/ir/ |
| D | value.h | 102 struct is_vector : public std::false_type {}; struct
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | type_gentype.hpp | 70 bool genType<VALTYPE, TYPE>::is_vector() in is_vector() function in glm::detail::genType
|
| D | type_gentype.inl | 35 bool base<vT, cT, rT, pT>::is_vector() function in glm::detail::base
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
| D | fusion_eltwise.cc | 150 bool is_vector = shape.size() == DIMENSION_1D && shape.front() == output_info.C; in IsEltwiseAndOperatorSupported() local 369 bool is_vector = shape.size() == DIMENSION_1D && shape.front() == output.C; in Codegen() local
|
| /third_party/flatbuffers/rust/flexbuffers/src/ |
| D | flexbuffer_type.rs | 135 pub fn is_vector(self) -> bool { in is_vector() method
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| D | printf.cpp | 91 bool is_vector = vec_pos != std::string::npos && in print_formatted() local
|
| /third_party/boost/boost/numeric/ublas/tensor/ |
| D | extents.hpp | 161 bool is_vector() const in is_vector() function in boost::numeric::ublas::basic_extents
|
| /third_party/flutter/skia/tests/ |
| D | JSONTest.cpp | 165 bool is_vector) { in check_vector()
|
| /third_party/skia/tests/ |
| D | JSONTest.cpp | 165 bool is_vector) { in check_vector()
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| D | intrinsic_validation_test.cc | 250 bool is_vector = arg_to_replace->Is<ast::CallExpression>(); in TEST_P() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_statistics.cpp | 332 is_vector(aco_opcode op) in is_vector() function
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | gen_builtin_symbols.py | 505 def is_vector(self): member in TType
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | gen_builtin_symbols.py | 1102 def is_vector(self): member in TType
|
| /third_party/mesa3d/src/compiler/ |
| D | glsl_types.h | 727 bool is_vector() const in is_vector() function
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_cpp.cpp | 1005 auto is_vector = IsVector(type); in GenMiniReflect() local 2425 const bool is_vector = IsVector(field.value.type); in GenBuilders() local
|
| D | idl_gen_swift.cpp | 1319 const bool is_vector = false) { in BuildUnionEnumSwitchCase()
|
| D | idl_gen_ts.cpp | 835 auto is_vector = false; in GenObjApi() local
|
| /third_party/spirv-tools/source/opt/ |
| D | const_folding_rules.cpp | 857 bool is_vector = false; in FoldFMix() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | const_folding_rules.cpp | 857 bool is_vector = false; in FoldFMix() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | const_folding_rules.cpp | 953 bool is_vector = false; in FoldFMix() local
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | midgard_compile.c | 2691 bool is_vector = false; in embedded_to_inline_constant() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross.cpp | 588 bool Compiler::is_vector(const SPIRType &type) const in is_vector() function in Compiler
|