Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/third_party/boost/boost/range/algorithm/
Dremove.hpp31 remove(ForwardRange& rng, const Value& val) in remove() function
40 remove(const ForwardRange& rng, const Value& val) in remove() function
51 remove(ForwardRange& rng, const Value& val) in remove() function
62 remove(const ForwardRange& rng, const Value& val) in remove() function
/third_party/boost/boost/fusion/algorithm/transformation/
Dremove.hpp20 struct remove struct
22 typedef filter_view<Sequence, mpl::not_<is_same<mpl::_, T> > > type;
29 remove(Sequence const& seq) in remove() function
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/
DPluginRegistry.java48 void remove(@NonNull Class<? extends FlutterPlugin> pluginClass); in remove() method
56 void remove(@NonNull Set<Class<? extends FlutterPlugin>> plugins); in remove() method
/third_party/node/lib/internal/
Dlinkedlist.js15 function remove(item) { function
51 remove, property
/third_party/node/tools/icu/
Dicutrim.py197 remove = None variable
200 remove = set(config["remove"]) variable
202 remove = set() variable
/third_party/skia/src/sksl/analysis/
DSkSLProgramUsage.cpp146 void ProgramUsage::remove(const Expression* expr) { in remove() function in SkSL::ProgramUsage
151 void ProgramUsage::remove(const Statement* stmt) { in remove() function in SkSL::ProgramUsage
156 void ProgramUsage::remove(const ProgramElement& element) { in remove() function in SkSL::ProgramUsage
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/cef/libcef_dll/wrapper/
Dcef_browser_info_map.h88 bool remove = false; in Find() local
112 bool remove, keepgoing = true; in FindAll() local
160 bool remove, keepgoing; in FindAll() local
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dremove.hpp54 constexpr auto remove = [](auto&& xs, auto&& value) { in __anon715b4a3d0102() variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DbundleStatusCallback.js26 remove: function(){ method
/third_party/boost/boost/hana/fwd/
Dremove.hpp54 constexpr auto remove = [](auto&& xs, auto&& value) { in __anon98d3644a0102() variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java279 public V remove(Object o) { in remove() method in SmallSortedMap
507 public boolean remove(Object o) { in remove() method in SmallSortedMap.EntrySet
558 public void remove() { in remove() method in SmallSortedMap.EntryIterator
608 public void remove() { in remove() method in SmallSortedMap.DescendingEntryIterator
DAbstractProtobufList.java137 public E remove(int index) { in remove() method in AbstractProtobufList
143 public boolean remove(Object o) { in remove() method in AbstractProtobufList
DUnmodifiableLazyStringList.java147 public void remove() { in listIterator() method
179 public void remove() { in iterator() method
/third_party/boost/boost/compute/algorithm/
Dremove.hpp32 inline Iterator remove(Iterator first, in remove() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dremove.hpp32 inline Iterator remove(Iterator first, in remove() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dremove.rst3 remove title
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfGenericFunctionTypedArguments1.ts4 remove(x: T): boolean; method
DtooFewArgumentsInGenericFunctionTypedArgument.ts4 remove(x: T, y: U): boolean; method
DgenericCombinators2.ts4 remove(x: T, y: U): boolean; method
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dremove.js9 function remove (gyp, argv, callback) { function
/third_party/flutter/skia/infra/bots/assets/
Dassets.py32 def remove(args): function

12345678910>>...20