Searched defs:ZoneTypeConfig (Results 1 – 1 of 1) sorted by relevance
999 struct ZoneTypeConfig { struct1000 typedef TypeImpl<ZoneTypeConfig> Type; argument1002 typedef void* Struct;1006 struct Range {1011 typedef i::Zone Region;1012 template<class T> struct Handle { typedef T* type; };1014 static const int kRangeStructTag = 0x1000;1016 template<class T> static inline T* null_handle() { return nullptr; } in null_handle()