HomeSort by relevance Sort by last modified time
    Searched refs:full_type (Results 1 - 3 of 3) sorted by null

  /external/flatbuffers/src/
idl_gen_cpp.cpp 908 auto full_type = (cpp_type ? cpp_type->constant + " *" : type + " "); local
    [all...]
  /external/vulkan-validation-layers/
vk_helper.py 63 # ... |->['full_type'] = complete type qualifier for this member
270 def _is_dynamic_array(self, full_type, name):
275 if 'const' in full_type and '*' in full_type:
301 self.struct_dict[struct_type][num]['full_type'] = member_type
331 elif self._is_dynamic_array(self.struct_dict[struct_type][num]['full_type'], member_name):
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py 63 # ... |->['full_type'] = complete type qualifier for this member
270 def _is_dynamic_array(self, full_type, name):
275 if 'const' in full_type and '*' in full_type:
301 self.struct_dict[struct_type][num]['full_type'] = member_type
331 elif self._is_dynamic_array(self.struct_dict[struct_type][num]['full_type'], member_name):
    [all...]

Completed in 160 milliseconds