Searched refs:_hasSafeStruct (Results 1 – 1 of 1) sorted by relevance
1578 def _hasSafeStruct(self, s): member in StructWrapperGen1608 if not self._hasSafeStruct(s):1616 if is_type(m_type, 'struct') and self._hasSafeStruct(m_type):1646 if not self._hasSafeStruct(s):1697 if is_type(m_type, 'struct') and self._hasSafeStruct(m_type):1707 …if is_type(self.struct_dict[s][m]['type'], 'struct') and self._hasSafeStruct(self.struct_dict[s][m…