Home
last modified time | relevance | path

Searched defs:WriterOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dwriter.go52 type WriterOptions struct { struct
55 Quality int
58 LGWin int
76 func NewWriter(dst io.Writer, options WriterOptions) *Writer {
151 func Encode(content []byte, options WriterOptions) ([]byte, error) {
/third_party/protobuf/src/google/protobuf/json/internal/
Dwriter.h35 struct WriterOptions { struct
38 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;