Searched defs:TypeBase (Results 1 – 3 of 3) sorted by relevance
13 public abstract class TypeBase class43 … protected TypeBase(Class<?> raw, TypeBindings bindings, JavaType superClass, JavaType[] superInts, in TypeBase() method in TypeBase58 protected TypeBase(TypeBase base) { in TypeBase() method in TypeBase
226 template <TypeCategory CATEGORY, int KIND = 0> struct TypeBase { struct236 : public TypeBase<TypeCategory::Integer, KIND> { argument
1203 cmsTagTypeSignature TypeBase; in SaveTags() local