Home
last modified time | relevance | path

Searched defs:Replace (Results 1 - 15 of 15) sorted by relevance

/third_party/ninja/src/
H A Dmsvc_helper-win32.cc25 string Replace(const string& input, const string& find, const string& replace) { in Replace() function
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter.h175 inline bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::RegExp
H A Dregexp_adapter_icu.cc189 bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::IcuRegExp
H A Dregexp_adapter_re2.cc136 virtual bool Replace(string* string_to_process, in Replace() function in i18n::phonenumbers::RE2RegExp
/third_party/lzma/CPP/Windows/Control/
H A DImageList.h65 int Replace(int index, HICON icon) in Replace() function in NWindows::NControl::CImageList
/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc212 void GraphReducer::Replace(Node* node, Node* replacement) { in Replace() function in v8::internal::GraphReducer
217 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace() function in v8::internal::GraphReducer
H A Dgraph-reducer.h71 static Reduction Replace(Node* node) { return Reduction(node); } in Replace() function in v8::internal::compiler::Reducer
103 static Reduction Replace(Node* node) { return Reducer::Replace(node); } in Replace() function in v8::internal::compiler::AdvancedReducer
106 void Replace(Node* node, Node* replacement) { in Replace() function in v8::internal::compiler::AdvancedReducer
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.h334 CloneContext& Replace(const WHAT* what, const WITH* with) { in Replace() function in tint::CloneContext
355 CloneContext& Replace(const WHAT* what, WITH&& with) { in Replace() function in tint::CloneContext
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dvariant.h721 static typename absl::variant_alternative<NewIndex, Self>::type& Replace( in Replace() function
/third_party/lzma/CPP/Common/
H A DMyString.cpp884 void AString::Replace(char oldChar, char newChar) throw() in Replace() function in AString
903 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp913 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces() local
917 << ": " << *Replace << '\n'); in rewriteWithNewAddressSpaces() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp1616 bool dng_string::Replace (const char *old_string, in Replace() function in dng_string
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedGLEnums_autogen.h398 Replace = 6, member in gl::TextureCombine
417 Replace = 5, member in gl::TextureEnvMode
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc4439 void DescriptorArray::Replace(InternalIndex index, Descriptor* descriptor) { in Replace() function in v8::DescriptorArray
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1108 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() argument
1150 bool Replace = false; in SExtPromoteOperand() local
1165 bool Replace = false; ZExtPromoteOperand() local
1266 bool Replace = false; PromoteIntShiftOp() local
[all...]

Completed in 34 milliseconds