Home
last modified time | relevance | path

Searched defs:TypeBase (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBase.java13 public abstract class TypeBase class
43 … protected TypeBase(Class<?> raw, TypeBindings bindings, JavaType superClass, JavaType[] superInts, in TypeBase() method in TypeBase
58 protected TypeBase(TypeBase base) { in TypeBase() method in TypeBase
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h226 template <TypeCategory CATEGORY, int KIND = 0> struct TypeBase { struct
236 : public TypeBase<TypeCategory::Integer, KIND> { argument
/external/pdfium/third_party/lcms/src/
Dcmsio0.c1203 cmsTagTypeSignature TypeBase; in SaveTags() local