Searched refs:_implMakeProseList (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | conventions.py | 94 _implMakeProseList if you want to add a comma for two elements, 97 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs) 129 def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True): member in ConventionsBase
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | conventions.py | 134 _implMakeProseList if you want to add a comma for two elements, 137 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs) 201 def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True): member in ConventionsBase
|
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 134 _implMakeProseList if you want to add a comma for two elements, 137 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs) 201 def _implMakeProseList(self, elements, fmt, with_verb, comma_for_two_elts=False, serial_comma=True): member in ConventionsBase
|
Completed in 3 milliseconds