Searched defs:IsList (Results 1 – 8 of 8) sorted by relevance
35 bool ArgView::IsList() const { return arg_.arg_type().is_list(); } in IsList() function in tensorflow::generator::cpp::ArgView
51 bool IsList() const { in IsList() function
98 virtual bool IsList() const { return false; } in IsList() function188 bool IsList() const override { return true; } in IsList() function
55 TEST_F(TypeTest, IsList) { in TEST_F() argument
164 func (x placeholderExtension) IsList() bool { return false } func
414 bool IsList, const DIExpression &Expr) { in addDef()854 bool IsList = MI.isDebugValueList(); in handleDebugValue() local1699 bool IsList = DbgValue.getWasList(); in insertDebugValue() local
342 IsList() bool methodSpec
293 func (fd *Field) IsList() bool { return fd.Cardinality() == protoreflect.Repeated && !fd.IsMap… func397 func (xd *Extension) IsList() bool { return xd.Cardinality() == protorefl… func