HomeSort by relevance Sort by last modified time
    Searched defs:TypeBase (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
types.h 285 class TypeBase {
292 explicit TypeBase(Kind kind) : kind_(kind) {}
296 TypeBase* base = reinterpret_cast<TypeBase*>(type);
301 static Type* AsType(TypeBase* type) { return reinterpret_cast<Type*>(type); }
302 static TypeBase* FromType(Type* type) {
303 return reinterpret_cast<TypeBase*>(type);
313 class OtherNumberConstantType : public TypeBase {
335 : TypeBase(kOtherNumberConstant), value_(value) {
344 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) {
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 244 milliseconds