HomeSort by relevance Sort by last modified time
    Searched refs:OtherType (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Index/
print-type.c 8 typedef double OtherType;
42 // CHECK: TypedefDecl=OtherType:8:16 (Definition) [type=OtherType] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
print-type.cpp 25 typedef double OtherType;
95 // CHECK: TypedefDecl=OtherType:25:18 (Definition) [type=OtherType] [typekind=Typedef] [canonicaltype=double] [canonicaltypekind=Double] [isPOD=1]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
FragmentDescriptor.java 40 public enum OtherType {None, Before, After};
41 protected OtherType _otherType = OtherType.None;
113 if (_otherType != OtherType.None)
116 _otherType = OtherType.Before;
139 if (_otherType != OtherType.None)
142 _otherType = OtherType.After;
160 public OtherType getOtherType ()