Home
last modified time | relevance | path

Searched refs:ConfigTerm (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp171 auto term = static_cast<const ConfigTerm *>(&t); in operator <<()
719 ConfigTerm::ConfigTerm(const ConfigTerm &term) : ConfigTerm(term.name_, nullptr) in ConfigTerm() function in ConfigTerm
726 ConfigTerm::ConfigTerm(const std::string &name, const std::shared_ptr<AstObject> &value) in ConfigTerm() function in ConfigTerm
735 ConfigTerm::ConfigTerm(Token &name, const std::shared_ptr<AstObject> &value) in ConfigTerm() function in ConfigTerm
744 ConfigTerm &ConfigTerm::operator=(const ConfigTerm &term) in operator =()
760 ConfigTerm *ConfigTerm::CastFrom(const std::shared_ptr<AstObject> &astObject) in CastFrom()
813 bool ConfigTerm::Move(std::shared_ptr<AstObject> src) in Move()
818 std::weak_ptr<AstObject> ConfigTerm::RefNode() in RefNode()
823 void ConfigTerm::SetSigNum(uint32_t sigNum) in SetSigNum()
828 uint32_t ConfigTerm::SigNum() const in SigNum()
[all …]
H A Dast.h213 class ConfigTerm : public AstObject {
215 ConfigTerm(const ConfigTerm &term);
217 ConfigTerm(const std::string &name, const std::shared_ptr<AstObject> &value);
219 ConfigTerm(Token &name, const std::shared_ptr<AstObject> &value);
221 ~ConfigTerm() override = default;
223 ConfigTerm &operator=(const ConfigTerm &term);
225 static ConfigTerm *CastFrom(const std::shared_ptr<AstObject> &astObject);
229 friend std::ostream &operator<<(std::ostream &stream, const ConfigTerm &t);
454 std::ostream &operator<<(std::ostream &stream, const ConfigTerm &t);
H A Dtext_gen.cpp304 auto structName = GenConfigStructName(ConfigTerm::CastFrom(term)->RefNode().lock()); in GenTermDefinition()
491 auto term = ConfigTerm::CastFrom(object); in PrintTermImplement()
680 auto t = ConfigTerm::CastFrom(term); in GenArrayName()
H A Dbytecode_gen.cpp226 auto term = ConfigTerm::CastFrom(current->Parent()); in ByteCodeWriteWalk()
H A Ddecompile.cpp187 return std::make_shared<ConfigTerm>(termName, value); in RebuildTerm()
H A Dparser.cpp215 auto term = std::make_shared<ConfigTerm>(name, nullptr); in ParseTerm()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js22 ConfigTerm,
H A Dast.js579 class ConfigTerm extends AstObject { class
762 return new ConfigTerm(object);
1056 ConfigTerm,