Lines Matching refs:options

79   optional FileOptions options = 8;  field
106 optional ExtensionRangeOptions options = 3; field
112 optional MessageOptions options = 7; field
128 // The parser stores options it doesn't recognize here. See above.
131 // Clients can define custom options in extensions of this message. See above.
213 optional FieldOptions options = 8; field
219 optional OneofOptions options = 2; field
228 optional EnumOptions options = 3; field
256 optional EnumValueOptions options = 3; field
264 optional ServiceOptions options = 3; field
276 optional MethodOptions options = 4; field
288 // Each of the definitions above may have "options" attached. These are
292 // Clients may define custom options as extensions of the *Options messages.
300 // Extension numbers for custom options may be chosen as follows:
301 // * For options which will only be used within a single application or
302 // organization, or for experimental options, use field numbers 50000
304 // same number for multiple options.
305 // * For options which will be published and used publicly by multiple
310 // extension number. You can declare multiple options with only one extension
313 // https://developers.google.com/protocol-buffers/docs/proto#options
407 // defined. When this options is provided, they will use this value instead
420 // The parser stores options it doesn't recognize here.
424 // Clients can define custom options in extensions of this message.
489 // The parser stores options it doesn't recognize here. See above.
492 // Clients can define custom options in extensions of this message. See above.
499 // options below. This option is not yet implemented in the open source
580 // The parser stores options it doesn't recognize here. See above.
583 // Clients can define custom options in extensions of this message. See above.
590 // The parser stores options it doesn't recognize here. See above.
593 // Clients can define custom options in extensions of this message. See above.
611 // The parser stores options it doesn't recognize here. See above.
614 // Clients can define custom options in extensions of this message. See above.
625 // The parser stores options it doesn't recognize here. See above.
628 // Clients can define custom options in extensions of this message. See above.
645 // The parser stores options it doesn't recognize here. See above.
648 // Clients can define custom options in extensions of this message. See above.
676 // The parser stores options it doesn't recognize here. See above.
679 // Clients can define custom options in extensions of this message. See above.
685 // appears in options protos created by the compiler::Parser class.
687 // options protos in descriptor objects (e.g. returned by Descriptor::options(),
693 // extension (denoted with parentheses in options specs in .proto files).