| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | json_stream_parser.cc | 89 ReplaceInvalidCodePoints(StringPiece str, const std::string& replacement, std::string* dst) ReplaceInvalidCodePoints() argument
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_util.cpp | 337 path& path::replace_filename(path const& replacement) { in replace_filename() argument
|
| /third_party/cJSON/ |
| H A D | cJSON_Utils.c | 801 static void overwrite_item(cJSON * const root, const cJSON replacement) in overwrite_item() argument 1373 cJSON *replacement = NULL; in merge_patch() local
|
| H A D | cJSON.c | 2618 replace_item_in_object(cJSON *object, const char *string, cJSON *replacement, cJSON_bool case_sensitive) replace_item_in_object() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | escape-analysis.cc | 237 void SetReplacement(Node* replacement) { in SetReplacement() argument 550 Node* replacement = false_node; LowerCompareMapsWithoutLoad() local 715 Node* replacement = nullptr; ReduceNode() local 867 Node* replacement = tracker_->GetReplacementOf(node); GetReplacementOf() local [all...] |
| H A D | graph-assembler.cc | 596 Node* replacement = reduction.replacement(); in AddNode() local
|
| H A D | load-elimination.cc | 939 Node* replacement = lookup_result->value; in ReduceLoadField() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-aat-layout-morx-table.hh | 246 const HBGlyphID16 *replacement; in transition() local 623 const HBGlyphID16 *replacement = substitute.get_value (info[i].codepoint, num_glyphs); apply() local [all...] |
| H A D | hb-buffer.cc | 1548 const hb_codepoint_t replacement in hb_buffer_add_utf() local 1096 hb_buffer_set_replacement_codepoint(hb_buffer_t *buffer, hb_codepoint_t replacement) hb_buffer_set_replacement_codepoint() argument [all...] |
| /third_party/cares/include/ |
| H A D | ares.h | 575 char *replacement; member
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | ULocale.java | 1477 deleteOrReplace( String input, String type, String replacement) deleteOrReplace() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_longnames.cpp | 448 auto replacement = ures_getUnicodeString(aliasFillIn.getAlias(), &status); in getMeasureData() local
|
| H A D | rematch.cpp | 279 appendReplacement(UnicodeString &dest, const UnicodeString &replacement, UErrorCode &status) appendReplacement() argument 302 appendReplacement(UText *dest, UText *replacement, UErrorCode &status) appendReplacement() argument 1697 replaceAll(const UnicodeString &replacement, UErrorCode &status) replaceAll() argument 1720 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument 1758 replaceFirst(const UnicodeString &replacement, UErrorCode &status) replaceFirst() argument 1777 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_io.c | 724 nir_ssa_def *replacement = NULL; in nir_lower_io_block() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_pipeline_rt.c | 780 nir_deref_instr *replacement = NULL; in lower_rt_derefs() local
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compiler.h | 190 agx_replace_index(agx_index old, agx_index replacement) in agx_replace_index() argument
|
| /third_party/node/deps/cares/include/ |
| H A D | ares.h | 608 char *replacement; member
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_longnames.cpp | 448 auto replacement = ures_getUnicodeString(aliasFillIn.getAlias(), &status); in getMeasureData() local
|
| H A D | rematch.cpp | 279 appendReplacement(UnicodeString &dest, const UnicodeString &replacement, UErrorCode &status) appendReplacement() argument 302 appendReplacement(UText *dest, UText *replacement, UErrorCode &status) appendReplacement() argument 1697 replaceAll(const UnicodeString &replacement, UErrorCode &status) replaceAll() argument 1720 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument 1758 replaceFirst(const UnicodeString &replacement, UErrorCode &status) replaceFirst() argument 1777 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-string-gen.cc | 1114 const TNode<Object> replacement = in TF_BUILTIN() local 1127 const TNode<Object> replacement = in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-date-time-format.cc | 1131 char16_t replacement; in ReplaceHourCycleInPattern() local
|
| H A D | string.cc | 1284 GetSubstitution(Isolate* isolate, Match* match, Handle<String> replacement, int start_index) GetSubstitution() argument [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-nodes.h | 212 RegExpNode* replacement() { in replacement() function in v8::internal::RegExpNode 216 RegExpNode* set_replacement(RegExpNode* replacement) { in set_replacement() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-regexp.cc | 326 Compile(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> replacement, int capture_count, int subject_length) Compile() argument 545 StringReplaceGlobalAtomRegExpWithString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> pattern_regexp, Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalAtomRegExpWithString() argument 624 StringReplaceGlobalRegExpWithString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> regexp, Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalRegExpWithString() argument 1407 Handle<String> replacement; RegExpReplace() local 1602 Handle<String> replacement; RUNTIME_FUNCTION() local 1935 Handle<String> replacement; RUNTIME_FUNCTION() local [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/ |
| H A D | liftoff-assembler.cc | 922 Register replacement = no_reg; in ClearRegister() local
|