Searched refs:remove_prefix (Results 1 – 3 of 3) sorted by relevance
40 def remove_prefix(string: str, prefix: str): function67 identifier = remove_prefix(identifier, 'VK_STRUCTURE_TYPE_')
420 def remove_prefix(text, prefix): function431 return remove_prefix(re.sub('([A-Z]+)', r'_\1', name).lower(), '_')437 return remove_prefix(to_underscore(name).replace('cmd_', ''), 'p_')
161 s->remove_prefix(prefix.size()); in ConsumePrefix()