Lines Matching refs:FieldOptions

156             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),
1395 private global::Google.Protobuf.Reflection.FieldOptions options_;
1396 public global::Google.Protobuf.Reflection.FieldOptions Options {
1557 options_ = new global::Google.Protobuf.Reflection.FieldOptions();
1600 options_ = new global::Google.Protobuf.Reflection.FieldOptions();
3372 internal sealed partial class FieldOptions : pb::IMessage<FieldOptions> {
3373 private static readonly pb::MessageParser<FieldOptions> _parser = new pb::MessageParser<FieldOptions>(() => new FieldOptions());
3374 public static pb::MessageParser<FieldOptions> Parser { get { return _parser; } }
3384 public FieldOptions() {
3390 public FieldOptions(FieldOptions other) : this() {
3400 public FieldOptions Clone() {
3401 return new FieldOptions(this);
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);
3542 public bool Equals(FieldOptions other) {
3627 public void MergeFrom(FieldOptions other) {
3660 ctype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.CType) input.ReadEnum();
3676 jstype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum();
3692 /// <summary>Container for nested types declared in the FieldOptions message type.</summary>