Searched refs:writeExtensions (Results 1 – 2 of 2) sorted by relevance
268 int subclassDepth = writeExtensions(type, context, applicableExtensions); in processType()295 private int writeExtensions( in writeExtensions() method in AutoValueProcessor
451 if err := tm.writeExtensions(w, pv); err != nil {681 func (tm *TextMarshaler) writeExtensions(w *textWriter, pv reflect.Value) error { func