Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/boost/boost/fusion/algorithm/transformation/
Dreplace.hpp21 struct replace struct
23 typedef transform_view<Sequence, detail::replacer<T> > type;
34 replace(Sequence const& seq, T const& old_value, T const& new_value) in replace() function
/third_party/typescript/tests/cases/conformance/types/primitives/string/
DassignFromStringInterface2.ts16 replace(searchValue: string, replaceValue: string): string; method
17replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; method
18 replace(searchValue: RegExp, replaceValue: string): string; method
19replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string; method
/third_party/boost/boost/range/algorithm/
Dreplace.hpp30 replace(ForwardRange& rng, const Value& what, in replace() function
41 replace(const ForwardRange& rng, const Value& what, in replace() function
/third_party/boost/boost/ptr_container/
Dptr_array.hpp193 auto_type replace( U* r ) // strong in replace() function in boost::ptr_array
205 auto_type replace( std::auto_ptr<V> r ) in replace() function in boost::ptr_array
212 auto_type replace( std::unique_ptr<V> r ) in replace() function in boost::ptr_array
218 auto_type replace( size_t idx, U* r ) // strong in replace() function in boost::ptr_array
233 auto_type replace( size_t idx, std::auto_ptr<V> r ) in replace() function in boost::ptr_array
240 auto_type replace( size_t idx, std::unique_ptr<V> r ) in replace() function in boost::ptr_array
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts26 readonly replace: symbol; property
226replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method
233replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts46 readonly replace: symbol; property
246replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method
253replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DReplaceable.java121 void replace(int start, int limit, String text); in replace() method
143 void replace(int start, int limit, char[] chars, in replace() method
DReplaceableString.java140 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString
157 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
DUnicodeReplacer.java42 public abstract int replace(Replaceable text, in replace() method
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3817.js15 var replace = RegExp.prototype[Symbol.replace]; variable
/third_party/ffmpeg/libavfilter/
Dvf_freezeframes.c34 int64_t first, last, replace; member
81 int replace = ctx->inputs[1]->frame_count_out == s->replace; in activate() local
/third_party/flutter/skia/src/core/
DSkRecord.h79 T* replace(int i) { in replace() function
92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) { in replace() function
/third_party/boost/boost/hana/fwd/
Dreplace.hpp48 constexpr auto replace = [](auto&& xs, auto&& oldval, auto&& newval) { in __anon5c3dd73c0102() variable
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dwarning.js5 function setWarning (reqOrRes, code, message, replace) { argument
/third_party/boost/boost/algorithm/string/detail/
Dsequence.hpp167 inline void replace( in replace() function
179 inline void replace( in replace() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dreplace.rst3 replace title
/third_party/cef/libcef/browser/native/
Dmenu_runner_linux.cc42 const std::u16string::value_type replace[] = {u'&', 0}; in FormatLabel() local
/third_party/node/deps/npm/node_modules/qs/lib/
Dformats.js3 var replace = String.prototype.replace; variable
/third_party/boost/boost/range/adaptor/
Dreplaced.hpp138 replace(SinglePassRange& rng, Value from, Value to) in replace() function
148 replace(const SinglePassRange& rng, Value from, Value to) in replace() function
/third_party/boost/libs/contract/example/features/
Dold.cpp12 char replace(std::string& s, unsigned index, char x) { in replace() function
/third_party/cef/libcef/browser/views/
Dmenu_runner_views.cc36 const std::u16string::value_type replace[] = {L'&', 0}; in FormatLabel() local
/third_party/node/deps/npm/node_modules/mute-stream/test/
Dbasic.js152 var ms = new MS({replace: '*'}) property
180 var ms = new MS({replace: '~YARG~'}) property
/third_party/boost/libs/serialization/src/
Dxml_wgrammar.cpp30 wstring::replace ( in replace() function in std::wstring
Dxml_grammar.cpp31 string::replace ( in replace() function in std::string
/third_party/boost/tools/build/src/util/
Dregex.py31 def replace(s, pattern, replacement): function

123456789