Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtype_test.cc24 TEST_F(TypeTest, IsArray) { in TEST_F() argument
Dtype.h121 bool IsArray() const { return is_array_; } in IsArray() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h324 inline bool IsArray() const { return type_ == TensorIndexType::Array; } in IsArray() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1741 bool IsArray; // new[] ? variable
1777 bool IsArray; variable
1867 bool IsArray; variable
4098 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/third_party/flatbuffers/include/flatbuffers/
Didl.h550 inline bool IsArray(const Type &type) { in IsArray() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4012 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() local
4054 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp905 struct IsArray : detail::IsArrayHelper<typename RemoveCV<T>::Type> struct
115592 bool IsArray() { return !mProperty && mValue; } in IsArray() function