Searched refs:captures (Results 1 – 8 of 8) sorted by relevance
31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures35 srcdst, type = sig.match(/(\w+):(\w+)/).captures120 _, operands = sig.match(/(\S+) (.+)/).captures
161 ssize, dsize = match.captures
102 str, num = match.captures
619 std::vector<std::pair<bool, JSHandle<EcmaString>>> captures; in GetResult() local656 captures.emplace_back(pair); in GetResult()658 result.captures_ = captures; in GetResult()
76 @test_panda_options = match.captures[0]
105 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
115 % min, max = op.range.match('(\d+)\D*(\d+)').captures;
105 % _, operands = sig.match(/(\S+) (.+)/).captures