Lines Matching refs:FieldOptions
156 …FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "… in DescriptorReflection()
1395 private global::Google.Protobuf.Reflection.FieldOptions options_;
1396 public global::Google.Protobuf.Reflection.FieldOptions Options {
1557 options_ = new global::Google.Protobuf.Reflection.FieldOptions(); in MergeFrom()
1600 options_ = new global::Google.Protobuf.Reflection.FieldOptions(); in MergeFrom()
3372 internal sealed partial class FieldOptions : pb::IMessage<FieldOptions> { class
3373 … static readonly pb::MessageParser<FieldOptions> _parser = new pb::MessageParser<FieldOptions>(() …
3374 public static pb::MessageParser<FieldOptions> Parser { get { return _parser; } }
3384 public FieldOptions() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions
3390 public FieldOptions(FieldOptions other) : this() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions
3400 public FieldOptions Clone() { in Clone()
3401 return new FieldOptions(this); in Clone()
3406 private global::Google.Protobuf.Reflection.FieldOptions.Types.CType ctype_ = 0;
3413 public global::Google.Protobuf.Reflection.FieldOptions.Types.CType Ctype {
3439 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_ = 0;
3451 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype {
3539 return Equals(other as FieldOptions); in Equals()
3542 public bool Equals(FieldOptions other) { in Equals()
3627 public void MergeFrom(FieldOptions other) { in MergeFrom()
3660 ctype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum(); in MergeFrom()
3676 … jstype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()