Searched defs:InstanceType (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
H A Dtest_dbshelve.py241 from types import InstanceType namespace
242 self.assertEqual(type(value), InstanceType)
/external/python/cpython2/Lib/
H A Dtypes.py56 InstanceType = type(_x) variable
/external/v8/src/
H A Dobjects.h272 // All Maps have a field instance_type containing a InstanceType.
602 enum InstanceType { enum in namespace:v8::internal
847 InstanceType instance_type);
1707 void IterateBody(InstanceType type, int object_size, ObjectVisitor* v);
1713 inline void IterateBodyFast(InstanceType type, int object_size,
2352 static inline int GetHeaderSize(InstanceType instance_type);
4659 static inline int TypedArraySize(InstanceType type, int length);
4660 inline int TypedArraySize(InstanceType type);
4668 static inline int ElementSize(InstanceType type);
4670 inline int DataSize(InstanceType typ
[all...]

Completed in 235 milliseconds