Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dgraph-reducer.h71 static Reduction Replace(Node* node) { return Reduction(node); } in Replace() function
103 static Reduction Replace(Node* node) { return Reducer::Replace(node); } in Replace() function
106 void Replace(Node* node, Node* replacement) { in Replace() function
Dgraph-reducer.cc212 void GraphReducer::Replace(Node* node, Node* replacement) { in Replace() function in v8::internal::compiler::GraphReducer
217 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace() function in v8::internal::compiler::GraphReducer
/third_party/ninja/src/
Dmsvc_helper-win32.cc25 string Replace(const string& input, const string& find, const string& replace) { in Replace() function
/third_party/skia/third_party/externals/tint/src/
Dclone_context.h334 CloneContext& Replace(const WHAT* what, const WITH* with) { in Replace() function
355 CloneContext& Replace(const WHAT* what, WITH&& with) { in Replace() function
/third_party/lzma/CPP/Windows/Control/
DImageList.h65 int Replace(int index, HICON icon) in Replace() function
/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_adapter_re2.cc136 virtual bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::RE2RegExp
Dregexp_adapter.h175 inline bool Replace(string* string_to_process, in Replace() function
Dregexp_adapter_icu.cc181 bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::IcuRegExp
/third_party/lzma/CPP/Common/
DMyString.cpp881 void AString::Replace(char oldChar, char newChar) throw() in Replace() function in AString
900 void AString::Replace(const AString &oldString, const AString &newString) in Replace() function in AString
1526 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace() function in UString
1545 void UString::Replace(const UString &oldString, const UString &newString) in Replace() function in UString
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json132 "Replace": "GL_REPLACE", string
142 "Replace": "GL_REPLACE" string
DPackedGLEnums_autogen.h398 Replace = 6, enumerator
417 Replace = 5, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp913 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp1616 bool dng_string::Replace (const char *old_string, in Replace() function in dng_string
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc790 TEST(MutatingTest, Replace) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1108 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
1150 bool Replace = false; in SExtPromoteOperand() local
1165 bool Replace = false; in ZExtPromoteOperand() local
1266 bool Replace = false; in PromoteIntShiftOp() local
/third_party/node/deps/v8/src/objects/
Dobjects.cc4439 void DescriptorArray::Replace(InternalIndex index, Descriptor* descriptor) { in Replace() function in v8::internal::DescriptorArray
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp66792 void Replace(index_type aCutStart, size_type aCutLength, in Replace() function in nsAString
66797 __attribute__ ((warn_unused_result)) bool Replace(index_type aCutStart, in Replace() function in nsAString
67853 void Replace(index_type aCutStart, size_type aCutLength, in Replace() function in nsACString
67858 __attribute__ ((warn_unused_result)) bool Replace(index_type aCutStart, in Replace() function in nsACString