Home
last modified time | relevance | path

Searched defs:IsList (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dtype.h98 virtual bool IsList() const { return false; } in IsList() function
188 bool IsList() const override { return true; } in IsList() function
Dtype_test.cc55 TEST_F(TypeTest, IsList) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/
H A Darg_view.cc35 bool ArgView::IsList() const { return arg_.arg_type().is_list(); } in IsList() function in tensorflow::generator::cpp::ArgView
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_object.h51 bool IsList() const { in IsList() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp414 bool IsList, const DIExpression &Expr) { in addDef()
854 bool IsList = MI.isDebugValueList(); in handleDebugValue() local
1699 bool IsList = DbgValue.getWasList(); in insertDebugValue() local
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_extension.go164 func (x placeholderExtension) IsList() bool { return false } func
/aosp_15_r20/system/tools/aidl/
Daidl_typenames.cpp322 bool AidlTypenames::IsList(const AidlTypeSpecifier& type) { in IsList() function in android::aidl::AidlTypenames
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc.go293 func (fd *Field) IsList() bool { return fd.Cardinality() == protoreflect.Repeated && !fd.IsMap… func
397 func (xd *Extension) IsList() bool { return xd.Cardinality() == protorefl… func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go342 IsList() bool methodSpec