Home
last modified time | relevance | path

Searched defs:Fields (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs82 public IList<FieldDescriptor> Fields { get { return fields; } } property in Google.Protobuf.Reflection.OneofDescriptor
DMessageDescriptor.cs183 public FieldCollection Fields { get; } property in Google.Protobuf.Reflection.MessageDescriptor
/frameworks/opt/net/voip/src/java/android/net/sip/
DSimpleSessionDescription.java390 private static class Fields { class in SimpleSessionDescription
394 Fields(String order) { in Fields() method in SimpleSessionDescription.Fields
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs119 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields { property in Google.Protobuf.WellKnownTypes.Struct
DType.cs154 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> Fields { property in Google.Protobuf.WellKnownTypes.Type
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp720 File::Record::Field *Fields = new File::Record::Field[FieldCount]; in declareRecord() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc2363 TEST_F(SourceInfoTest, Fields) { in TEST_F() argument