Home
last modified time | relevance | path

Searched defs:CType (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DCType.java17 public class CType { class
23 public CType() { in CType() method in CType
26 public CType(String baseType) { in CType() method in CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType() method in CType
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto346 enum CType { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto346 enum CType { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto459 enum CType { enum
Ddescriptor.pb.h2383 typedef FieldOptions_CType CType; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3994 internal enum CType { enum in Google.Protobuf.Reflection.FieldOptions.Types