Lines Matching defs:FieldOptions

178             new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null, null),
2423 private global::Google.Protobuf.Reflection.FieldOptions options_;
2425 public global::Google.Protobuf.Reflection.FieldOptions Options {
2715 Options = new global::Google.Protobuf.Reflection.FieldOptions();
2766 Options = new global::Google.Protobuf.Reflection.FieldOptions();
2827 Options = new global::Google.Protobuf.Reflection.FieldOptions();
6465 public sealed partial class FieldOptions : pb::IExtendableMessage<FieldOptions>
6470 private static readonly pb::MessageParser<FieldOptions> _parser = new pb::MessageParser<FieldOptions>(() => new FieldOptions());
6472 internal pb::ExtensionSet<FieldOptions> _extensions;
6473 private pb::ExtensionSet<FieldOptions> _Extensions { get { return _extensions; } }
6476 public static pb::MessageParser<FieldOptions> Parser { get { return _parser; } }
6489 public FieldOptions() {
6496 public FieldOptions(FieldOptions other) : this() {
6510 public FieldOptions Clone() {
6511 return new FieldOptions(this);
6516 private readonly static global::Google.Protobuf.Reflection.FieldOptions.Types.CType CtypeDefaultValue = global::Google.Protobuf.Reflection.FieldOptions.Types.CType.String;
6518 private global::Google.Protobuf.Reflection.FieldOptions.Types.CType ctype_;
6526 public global::Google.Protobuf.Reflection.FieldOptions.Types.CType Ctype {
6577 private readonly static global::Google.Protobuf.Reflection.FieldOptions.Types.JSType JstypeDefaultValue = global::Google.Protobuf.Reflection.FieldOptions.Types.JSType.JsNormal;
6579 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_;
6594 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype {
6737 return Equals(other as FieldOptions);
6741 public bool Equals(FieldOptions other) {
6893 public void MergeFrom(FieldOptions other) {
6934 Ctype = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum();
6950 Jstype = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum();
6978 Ctype = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum();
6994 Jstype = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum();
7010 public TValue GetExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) {
7013 public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<FieldOptions, TValue> extension) {
7016 public pbc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<FieldOptions, TValue> extension) {
7019 public void SetExtension<TValue>(pb::Extension<FieldOptions, TValue> extension, TValue value) {
7022 public bool HasExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) {
7025 public void ClearExtension<TValue>(pb::Extension<FieldOptions, TValue> extension) {
7028 public void ClearExtension<TValue>(pb::RepeatedExtension<FieldOptions, TValue> extension) {
7033 /// <summary>Container for nested types declared in the FieldOptions message type.</summary>