Home
last modified time | relevance | path

Searched refs:src_ (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp29 src_(src), in AstObject()
70 : AstObject(obj.name_, obj.type_, obj.integerValue_, obj.stringValue_, 0, obj.src_) in AstObject()
90 src_ = obj.src_; in operator =()
224 src_ = srcObj->src_; in Merge()
239 src_ = src->src_; in Copy()
259 if (src_ == nullptr) { in SourceInfo()
263 o << src_ in SourceInfo()
[all...]
H A Dlexer.cpp36 if (src_.is_open()) { in Initialize()
37 src_.close(); in Initialize()
43 src_.open(srcName_->c_str(), std::ifstream::binary); in Initialize()
44 if (!src_.is_open()) { in Initialize()
176 auto size = src_.readsome(buffer_, BUFFER_SIZE); in FillBuffer()
H A Dlexer.h74 std::ifstream src_; member in OHOS::Hardware::Lexer
H A Dast.h136 std::shared_ptr<std::string> src_; member in OHOS::Hardware::AstObject
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js108 this.src_ = bindToken.src;
200 this.src_ = srcObj.src_;
213 this.src_ = src.src_;
231 return this.src_ + ':' + this.lineno_ + ' ';

Completed in 6 milliseconds