Lines Matching refs:NEWLINE
33 const String NEWLINE = "\n"; variable
50 stringBuilder.Append(NEWLINE); in EmitInterface()
52 stringBuilder.Append(NEWLINE); in EmitInterface()
54 stringBuilder.Append(NEWLINE); in EmitInterface()
241 stringBuilder.Append(NEWLINE); in EmitInterfaceProxy()
243 stringBuilder.Append(NEWLINE); in EmitInterfaceProxy()
245 stringBuilder.Append(NEWLINE); in EmitInterfaceProxy()
258 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyImpl()
260 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyImpl()
263 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyImpl()
280 stringBuilder.Append(NEWLINE); in EmitInterfaceProxyMethodImpls()
474 stringBuilder.Append(NEWLINE); in EmitInterfaceStub()
476 stringBuilder.Append(NEWLINE); in EmitInterfaceStub()
478 stringBuilder.Append(NEWLINE); in EmitInterfaceStub()
491 stringBuilder.Append(NEWLINE); in EmitInterfaceStubImpl()
506 stringBuilder.Append(prefix).Append(NEWLINE); in EmitInterfaceStubMethodImpls()
658 stringBuilder.Append(metaInterface_->license_).Append(NEWLINE); in EmitLicense()