Searched refs:PrintArrayImplInSubClass (Results 1 – 2 of 2) sorted by relevance
103 bool PrintArrayImplInSubClass(const std::shared_ptr<AstObject> &object, int32_t depth);
541 return PrintArrayImplInSubClass(object, depth) ? NOERR : EOUTPUT; in PrintArrayImplement()556 bool TextGen::PrintArrayImplInSubClass(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplInSubClass() function in TextGen