Lines Matching refs:Dehydrator
66 AutoDehydratorSymbolTable(Dehydrator* dehydrator, const std::shared_ptr<SymbolTable>& symbols) in AutoDehydratorSymbolTable()
81 Dehydrator* fDehydrator;
84 void Dehydrator::write(Layout l) { in write()
103 void Dehydrator::write(Modifiers m) { in write()
119 void Dehydrator::write(skstd::string_view s) { in write()
123 void Dehydrator::write(String s) { in write()
139 void Dehydrator::write(const Symbol& s) { in write()
229 void Dehydrator::write(const SymbolTable& symbols) { in write()
254 void Dehydrator::writeExpressionSpan(const SkSpan<const std::unique_ptr<Expression>>& span) { in writeExpressionSpan()
261 void Dehydrator::write(const Expression* e) { in write()
442 void Dehydrator::write(const Statement* s) { in write()
544 void Dehydrator::write(const ProgramElement& e) { in write()
589 void Dehydrator::write(const std::vector<std::unique_ptr<ProgramElement>>& elements) { in write()
597 void Dehydrator::finish(OutputStream& out) { in finish()
608 const char* Dehydrator::prefixAtOffset(size_t byte) { in prefixAtOffset()