Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py744 for match_group in matches:
745 match = match_group.groupdict()
762 replace_start = match_group.start('replace')
763 replace_end = match_group.end('replace')
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py804 for match_group in matches:
805 match = match_group.groupdict()
822 replace_start = match_group.start("replace")
823 replace_end = match_group.end("replace")
/third_party/spirv-tools/source/diff/
Ddiff.cpp339 match_group);
867 match_group) { in GroupIdsAndMatch()
887 match_group(src_group, dst_group); in GroupIdsAndMatch()
/third_party/python/Modules/
D_sre.c2088 match_group(MatchObject* self, PyObject* args) in match_group() function
2757 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},