Searched refs:OutPutWalk (Results 1 – 2 of 2) sorted by relevance
38 uint32_t OutPutWalk(const std::shared_ptr<AstObject> &astObj, int32_t walkDepth);
126 uint32_t DecompileGen::OutPutWalk(const std::shared_ptr<AstObject> &astObj, int32_t walkDepth) in OutPutWalk() function in DecompileGen183 return OutPutWalk(current, walkDepth); in OutPut()