Lines Matching full:endl
125 text << indent << "// enum " << enu.name() << endl;
130 << " = " << value.number() << ";" << endl;
132 text << endl;
273 << field.name() << " = " << field.number() << packed_comment << ';' << endl;
281 text << "L;" << endl;
283 text << endl;
295 text << indent << "// message " << message.name() << endl;
296 text << indent << "public final class " << message.name() << " {" << endl;
297 text << endl;
317 text << indent << "}" << endl;
318 text << endl;
336 text << "// Generated by protoc-gen-javastream. DO NOT MODIFY." << endl;
337 text << "// source: " << file_descriptor.name() << endl << endl;
341 text << "package " << package_name << ";" << endl;
342 text << endl;
348 text << "/** @hide */" << endl;
349 // text << "@android.annotation.TestApi" << endl;
352 text << "public final class " << outer_class_name << " {" << endl;
353 text << endl;
370 text << "}" << endl;