Searched defs:depth (Results 1 – 5 of 5) sorted by relevance
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | macro_gen.cpp | 98 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in TemplateNodeSeparate() 108 std::string MacroGen::GenFullName(int32_t depth, const std::shared_ptr<AstObject> &node, const std:… in GenFullName() 154 bool MacroGen::GenNodeForeach(int32_t depth, const std::shared_ptr<AstObject> &node) in GenNodeForeach() 204 std::string MacroGen::GenRefObjName(int32_t depth, const std::shared_ptr<AstObject> &object) in GenRefObjName() 217 return ast_->WalkForward([this](std::shared_ptr<AstObject> ¤t, int32_t depth) { in NodeWalk() 229 …eData(uint32_t type, const std::shared_ptr<AstObject> ¤t, uint32_t &arraySize, int32_t depth) in SetTypeData()
|
| D | text_gen.cpp | 341 …auto forwardWalkFunc = [this](const std::shared_ptr<AstObject> ¤t, int32_t depth) -> uint32_… in OutputImplGlobalVariables() 345 …auto backwardWalkFunc = [this](const std::shared_ptr<AstObject> ¤t, int32_t depth) -> uint32… in OutputImplGlobalVariables() 367 uint32_t TextGen::ImplementCloseBraceGen(const std::shared_ptr<AstObject> &object, int32_t depth) in ImplementCloseBraceGen() 380 uint32_t TextGen::ImplementGenTraversal(const std::shared_ptr<AstObject> &object, int32_t depth) in ImplementGenTraversal() 413 uint32_t TextGen::ObjectImplementGen(const std::shared_ptr<AstObject> &object, int32_t depth) in ObjectImplementGen() 436 bool TextGen::TemplateObjectImplGen(const std::shared_ptr<AstObject> &object, int32_t depth) in TemplateObjectImplGen() 489 uint32_t TextGen::PrintTermImplement(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintTermImplement() 538 uint32_t TextGen::PrintArrayImplement(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplement() 556 bool TextGen::PrintArrayImplInSubClass(const std::shared_ptr<AstObject> &object, int32_t depth) in PrintArrayImplInSubClass() 700 [this](const std::shared_ptr<AstObject> &object, uint32_t depth) -> uint32_t { in TemplateVariableGen() [all …]
|
| D | bytecode_gen.cpp | 76 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in ByteCodeConvert() 193 return ast_->WalkForward([this](std::shared_ptr<AstObject> ¤t, int32_t depth) { in ByteCodeWriteWalk()
|
| D | startup_cfg_gen.cpp | 229 return ast_->WalkBackward([this](std::shared_ptr<AstObject> &object, int32_t depth) { in TemplateNodeSeparate()
|
| /drivers/hdf_core/framework/support/platform/include/fwk/ |
| D | platform_queue.h | 42 uint32_t depth; member
|