Lines Matching refs:Indent
72 Indent string member
211 if m.Indent != "" {
322 if m.Indent != "" {
331 if m.Indent != "" {
363 if m.Indent != "" {
370 if m.Indent != "" {
372 out.write(m.Indent)
377 if err := m.marshalObject(out, msg, indent+m.Indent, ""); err != nil {
380 if m.Indent != "" {
392 if m.Indent != "" {
394 out.write(m.Indent)
397 if m.Indent != "" {
410 if m.Indent != "" {
412 out.write(m.Indent)
417 if m.Indent != "" {
444 if m.Indent != "" {
447 out.write(m.Indent)
448 out.write(m.Indent)
450 if err := m.marshalValue(out, prop, sliceVal, indent+m.Indent); err != nil {
455 if m.Indent != "" {
458 out.write(m.Indent)
499 return m.marshalObject(out, v.Addr().Interface().(proto.Message), indent+m.Indent, "")
512 if m.Indent != "" {
515 out.write(m.Indent)
516 out.write(m.Indent)