Searched defs:Fields (Results 1 – 7 of 7) sorted by relevance
82 public IList<FieldDescriptor> Fields { get { return fields; } } property in Google.Protobuf.Reflection.OneofDescriptor
183 public FieldCollection Fields { get; } property in Google.Protobuf.Reflection.MessageDescriptor
390 private static class Fields { class in SimpleSessionDescription394 Fields(String order) { in Fields() method in SimpleSessionDescription.Fields
119 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields { property in Google.Protobuf.WellKnownTypes.Struct
154 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> Fields { property in Google.Protobuf.WellKnownTypes.Type
720 File::Record::Field *Fields = new File::Record::Field[FieldCount]; in declareRecord() local
2363 TEST_F(SourceInfoTest, Fields) { in TEST_F() argument