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