Home
last modified time | relevance | path

Searched refs:type_env (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/build/
Dgen_kobject_list.py186 type_env = {} variable
228 if self.member_type not in type_env:
231 return type_env[self.member_type].has_kobject()
234 mt = type_env[self.member_type]
292 if self.member_type not in type_env:
295 return type_env[self.member_type].has_kobject()
298 mt = type_env[self.member_type]
310 if self.child_type not in type_env:
313 return type_env[self.child_type].has_kobject()
316 return type_env[self.child_type].get_kobjects(addr)
[all …]