OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
mimeparse.py
49
full_type
= parts[0].strip()
52
if
full_type
== '*':
53
full_type
= '*/*'
54
(type, subtype) =
full_type
.split('/')
/external/vulkan-validation-layers/
vk_helper.py
70
# ... |->['
full_type
'] = complete type qualifier for this member
277
def _is_dynamic_array(self,
full_type
, name):
282
if 'const' in
full_type
and '*' in
full_type
:
308
self.struct_dict[struct_type][num]['
full_type
'] = member_type
338
elif self._is_dynamic_array(self.struct_dict[struct_type][num]['
full_type
'], member_name):
[
all
...]
Completed in 495 milliseconds