Searched refs:has_fields (Results 1 – 2 of 2) sorted by relevance
143 if isinstance(f.type, idl.Struct) and not f.type.has_fields(): continue159 elif f.type.has_fields():310 if f.type is None or not f.type.has_fields():322 if f.type is not None and f.type.has_fields():412 elif not f.type.has_fields():
252 def has_fields(self): member in Struct
Completed in 4 milliseconds