Home
last modified time | relevance | path

Searched refs:match_value (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c892 const ecma_value_t match_value = ctx_p->u.collection_p->buffer_p[0]; in ecma_builtin_replace_substitute() local
894 JERRY_ASSERT (ecma_is_value_string (match_value)); in ecma_builtin_replace_substitute()
895 ecma_stringbuilder_append (&(ctx_p->builder), ecma_get_string_from_value (match_value)); in ecma_builtin_replace_substitute()
917 const ecma_value_t match_value = ctx_p->u.collection_p->buffer_p[0]; in ecma_builtin_replace_substitute() local
919 JERRY_ASSERT (ecma_is_value_string (match_value)); in ecma_builtin_replace_substitute()
920 const ecma_string_t *const matched_p = ecma_get_string_from_value (match_value); in ecma_builtin_replace_substitute()
/third_party/skia/src/utils/
DSkJSON.cpp353 match_value: in parse()
396 goto match_value; in parse()
445 if (*p != ']') goto match_value; in parse()
/third_party/mesa3d/src/compiler/nir/
Dnir_search.c256 match_value(const nir_algebraic_table *table, in match_value() function
445 if (!match_value(table, &state->table->values[expr->srcs[i]].value, instr, in match_expression()
/third_party/python/Lib/test/support/
D__init__.py1295 if not self.match_value(k, dv, v):
1300 def match_value(self, k, dv, v): member in Matcher
/third_party/python/Doc/library/
Dtest.rst979 .. method:: match_value(self, k, dv, v)
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h60648 u32 match_value; member