Home
last modified time | relevance | path

Searched refs:PrintArrayImplInSubClass (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Dtext_gen.h103 bool PrintArrayImplInSubClass(const std::shared_ptr<AstObject> &object, int32_t depth);
Dtext_gen.cpp541 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