Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Djava_iterator.h51 virtual void Remove() { in Remove() function
78 virtual void Remove() { in Remove() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Djava_iterator.h51 virtual void Remove() { in Remove() function
78 virtual void Remove() { in Remove() function
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs147 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField
317 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField
814 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
/third_party/cef/libcef/browser/extensions/value_store/
Dcef_value_store.cc112 ValueStore::WriteResult CefValueStore::Remove(const std::string& key) { in Remove() function in CefValueStore
116 ValueStore::WriteResult CefValueStore::Remove( in Remove() function in CefValueStore
/third_party/boost/boost/hana/
Dremove.hpp29 using Remove = BOOST_HANA_DISPATCH_IF(remove_impl<M>, in operator ()() typedef
/third_party/skia/third_party/externals/tint/src/utils/
Denum_set.h70 inline EnumSet& Remove(VALUES... values) { in Remove() function
82 inline EnumSet& Remove(EnumSet s) { return (*this = *this - s); } in Remove() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h72 void Remove(Instruction *I) { in Remove() function
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.cc53 MutatorCache::Value MutatorCache::Remove(const Key& key) { in Remove() function in tint::fuzzers::spvtools_fuzzer::MutatorCache
/third_party/typescript/tests/cases/compiler/
DmissingTypeArguments3.ts31 Remove(key: TKey): void; method
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs171 public void Remove() in Remove() method in Grpc.Core.Tests.MetadataTest
/third_party/boost/libs/graph/test/
Dtest_destruction.hpp19 void destroy_graph(Graph&, VertexSet const&, Remove, Label) in destroy_graph() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp176 SetVector<NodeId> Remove = DeadInstrs; in run() local
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs167 public bool Remove(Extension item) in Remove() method in Google.Protobuf.ExtensionRegistry
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan.go117 func (l *SpanList) Remove(s Span) { func
/third_party/grpc/third_party/upb/tests/
Dtest_table.cc62 std::pair<bool, upb_value> Remove(uintptr_t key) { in Remove() function in upb::IntTable
132 std::pair<bool, upb_value> Remove(const std::string& key) { in Remove() function in upb::StrTable
200 std::pair<bool, T> Remove(const std::string& key) { in Remove() function in upb::TypedStrTable
275 std::pair<bool, T> Remove(uintptr_t key) { in Remove() function in upb::TypedIntTable
/third_party/cef/libcef/common/
Dvalue_base.cc46 void CefValueController::Remove(void* value, bool notify_object) { in Remove() function in CefValueController
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function
/third_party/skia/third_party/externals/spirv-tools/source/
Denum_set.h98 void Remove(EnumType c) { RemoveWord(ToWord(c)); } in Remove() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h98 void Remove(EnumType c) { RemoveWord(ToWord(c)); } in Remove() function
/third_party/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc154 void SslSessionLRUCache::Remove(SslSessionLRUCache::Node* node) { in Remove() function in tsi::SslSessionLRUCache
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp130 Remove, enumerator
/third_party/ninja/src/
Dclean.cc56 void Cleaner::Remove(const string& path) { in Remove() function in Cleaner
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts72 Remove = "remove", enumerator
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs247 public bool Remove(Metadata.Entry item) in Remove() method in Grpc.Core.Metadata

123