Searched defs:indent_str (Results 1 – 4 of 4) sorted by relevance
33 std::string indent_str() const { return indent_str_; } in indent_str() function
66 std::string indent_str; member
68 void CodeWriter::SetIndentString(const std::string& indent_str) { in SetIndentString()
224 const char *indent_str; in emitter_indent() local