Searched defs:substitutions (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace.cc | 34 int substitutions = 0; in ApplySubstitutions() local
|
H A D | str_replace.h | 210 int substitutions = in StrReplaceAll() local
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_new_renderer.py | 262 substitutions = { variable
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-string.c | 132 const ecma_value_t *substitutions; in ecma_builtin_string_object_raw() local
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | pointer-auth-arm64.cc | 78 uint8_t substitutions[16] = {0xb, 0x6, 0x8, 0xf, 0xc, 0x0, 0x9, 0xe, in PACSub() local 89 uint8_t substitutions[16] = {0x5, 0xe, 0xd, 0x8, 0xa, 0xb, 0x1, 0x9, in PACInvSub() local
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 936 size_t substitutions = subst.size(); in DoReplaceStringPlaceholders() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 3213 substitutions; member 3264 substitutions; global() member [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 2693 const ZonePtrList<Expression>* substitutions() const { in substitutions() function in v8::internal::final 2700 TemplateLiteral(const ZonePtrList<const AstRawString>* parts, const ZonePtrList<Expression>* substitutions, int pos) TemplateLiteral() argument 3315 NewTemplateLiteral( const ZonePtrList<const AstRawString>* string_parts, const ZonePtrList<Expression>* substitutions, int pos) NewTemplateLiteral() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 6449 const ZonePtrList<Expression>& substitutions = *expr->substitutions(); in VisitTemplateLiteral() local
|
Completed in 27 milliseconds