Searched defs:is_struct (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dtypes-inl.h78 bool ZoneTypeConfig::is_struct(Type* type, int tag) { function in class:v8::internal::ZoneTypeConfig
227 bool HeapTypeConfig::is_struct(Type* type, int tag) { function in class:v8::internal::HeapTypeConfig
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py156 # is_struct boolean Is a C struct type
214 is_struct = 0 variable in class:PyrexType
2863 self.is_struct = kind == 'struct'
2864 if self.is_struct:
2972 if self.is_struct:

Completed in 336 milliseconds