Home
last modified time | relevance | path

Searched defs:is_vector (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/yap/doc/
Duser_macros_snippets.cpp138 #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/
Dvector.cpp81 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/
Dvector_alloc_test.cpp92 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/
Dvalue.h102 struct is_vector : public std::false_type {}; struct
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.hpp70 bool genType<VALTYPE, TYPE>::is_vector() in is_vector() function in glm::detail::genType
Dtype_gentype.inl35 bool base<vT, cT, rT, pT>::is_vector() function in glm::detail::base
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dfusion_eltwise.cc150 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/
Dflexbuffer_type.rs135 pub fn is_vector(self) -> bool { in is_vector() method
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.cpp91 bool is_vector = vec_pos != std::string::npos && in print_formatted() local
/third_party/boost/boost/numeric/ublas/tensor/
Dextents.hpp161 bool is_vector() const in is_vector() function in boost::numeric::ublas::basic_extents
/third_party/flutter/skia/tests/
DJSONTest.cpp165 bool is_vector) { in check_vector()
/third_party/skia/tests/
DJSONTest.cpp165 bool is_vector) { in check_vector()
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_validation_test.cc250 bool is_vector = arg_to_replace->Is<ast::CallExpression>(); in TEST_P() local
/third_party/mesa3d/src/amd/compiler/
Daco_statistics.cpp332 is_vector(aco_opcode op) in is_vector() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py505 def is_vector(self): member in TType
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1102 def is_vector(self): member in TType
/third_party/mesa3d/src/compiler/
Dglsl_types.h727 bool is_vector() const in is_vector() function
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp1005 auto is_vector = IsVector(type); in GenMiniReflect() local
2425 const bool is_vector = IsVector(field.value.type); in GenBuilders() local
Didl_gen_swift.cpp1319 const bool is_vector = false) { in BuildUnionEnumSwitchCase()
Didl_gen_ts.cpp835 auto is_vector = false; in GenObjApi() local
/third_party/spirv-tools/source/opt/
Dconst_folding_rules.cpp857 bool is_vector = false; in FoldFMix() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconst_folding_rules.cpp857 bool is_vector = false; in FoldFMix() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp953 bool is_vector = false; in FoldFMix() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2691 bool is_vector = false; in embedded_to_inline_constant() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp588 bool Compiler::is_vector(const SPIRType &type) const in is_vector() function in Compiler