Home
last modified time | relevance | path

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

/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dreflection3264_struct_mismatch.rs73 struct FieldType { struct
81 struct FieldType ii; argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs38 public enum FieldType enum
DFieldDescriptor.cs200 public FieldType FieldType => fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java109 public enum FieldType { enum in WireFormat
145 FieldType(final JavaType javaType, final int wireType) { in FieldType() method in WireFormat.FieldType
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h80 typedef uint8 FieldType; typedef
1009 static inline MutableType Release(int number, FieldType /* field_type */, in Release() argument
1015 FieldType /* field_type */, in UnsafeArenaRelease() argument
Dwire_format_lite.h96 enum FieldType { enum
Ddescriptor_unittest.cc827 TEST_F(DescriptorTest, FieldType) { in TEST_F() argument