Searched defs:WriterOptions (Results 1 – 2 of 2) sorted by relevance
52 type WriterOptions struct { struct55 Quality int58 LGWin int76 func NewWriter(dst io.Writer, options WriterOptions) *Writer {151 func Encode(content []byte, options WriterOptions) ([]byte, error) {
35 struct WriterOptions { struct38 bool add_whitespace = false;43 bool always_print_fields_with_no_presence = false;46 bool always_print_enums_as_ints = false;48 bool preserve_proto_field_names = false;51 bool unquote_int64_if_possible = false;58 bool allow_legacy_syntax = false;