Searched refs:method_indent (Results 1 – 3 of 3) sorted by relevance
1178 std::string method_indent = " "; in GenVectorAccessObject() local1179 code += method_indent + "public Vector "; in GenVectorAccessObject()1184 auto method_start = method_indent + "public " + type_name + " get"; in GenVectorAccessObject()1201 code += method_indent + nullable_annotation; in GenVectorAccessObject()1209 code += method_indent + nullable_annotation; in GenVectorAccessObject()
1174 std::string method_indent = " "; in GenVectorAccessObject() local1175 code += method_indent + "public Vector "; in GenVectorAccessObject()1180 auto method_start = method_indent + "public " + type_name + " Get"; in GenVectorAccessObject()1197 code += method_indent + nullable_annotation; in GenVectorAccessObject()1205 code += method_indent + nullable_annotation; in GenVectorAccessObject()
637 IndentScope method_indent(out); in PrintServiceClass() local