Home
last modified time | relevance | path

Searched defs:Delete (Results 1 - 25 of 45) sorted by relevance

12

/third_party/gn/src/base/files/
H A Dscoped_temp_dir.cc64 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
/third_party/mesa3d/ohos/
H A DmodifyDtsi.py24 from ast import Delete namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp25 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument
85 bool Delete = variable
105 bool Delete = variable
127 bool Delete = deleteStuff == (bool)Named.count(&*CurI); global() variable
[all...]
/third_party/node/src/
H A Dnode_snapshotable.h65 void Delete() { ::operator delete[](this); } in Delete() function
H A Dnode_env_var.cc180 void RealEnvStore::Delete(Isolate* isolate, Local<String> property) { in Delete() function in node::RealEnvStore
266 void MapKVStore::Delete(Isolate* isolate, Local<String> key) { in Delete() function in node::MapKVStore
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_handle.cc75 void CordzHandle::Delete(CordzHandle* handle) { in Delete() function in absl::cord_internal::CordzHandle
H A Dcord_rep_flat.h107 static void Delete(CordRep*rep) { in Delete() function
H A Dcord_rep_btree.h388 static void Delete(CordRepBtree* tree) { delete tree; } in Delete() function in absl::cord_internal::CordRepBtree
/third_party/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc90 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo
/third_party/skia/third_party/externals/angle2/util/
H A DOSWindow.cpp444 void OSWindow::Delete(OSWindow **window) in Delete() function in OSWindow
H A DEGLWindow.cpp854 void GLWindowBase::Delete(GLWindowBase **window) in Delete() function in GLWindowBase
867 void EGLWindow::Delete(EGLWindow **window) in Delete() function in EGLWindow
/third_party/protobuf/src/google/protobuf/
H A Dmetadata_lite.h65 void Delete() { in Delete() function in google::protobuf::internal::InternalMetadata
H A Dimplicit_weak_message.h110 static inline void Delete(MessageLite* value, Arena* arena) { in Delete() function in google::protobuf::internal::ImplicitWeakTypeHandler
H A Dunknown_field_set.cc239 void UnknownField::Delete() { in Delete() function in google::protobuf::UnknownField
H A Dgenerated_message_table_driven_lite.h352 static void Delete(Type* t, Arena* arena = NULL) { in Delete() function in google::protobuf::internal::RepeatedMessageTypeHandler
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmutex.h159 static void Delete(void* value) { in Delete() function in google::protobuf::internal::ThreadLocalStorage
/third_party/node/deps/v8/src/zone/
H A Dzone.h83 void Delete(void* pointer, size_t size) { in Delete() function in v8::internal::final
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h145 bool Delete(Handle<Object> key, V* deleted_value) { in Delete() function in v8::internal::IdentityMap
148 bool Delete(Object key, V* deleted_value) { in Delete() function in v8::internal::IdentityMap
/third_party/skia/third_party/externals/angle2/util/windows/
H A DWGLWindow.cpp388 void WGLWindow::Delete(WGLWindow **window) in Delete() function in WGLWindow
/third_party/lzma/CPP/Common/
H A DMyVector.h162 void Delete(unsigned index) in Delete() function in CRecordVector
608 void Delete(unsigned index) in Delete() function in CObjectVector
H A DMyString.cpp926 void AString::Delete(unsigned index) throw() in Delete() function in AString
932 void AString::Delete(unsigned index, unsigned count) throw() in Delete() function in AString
1568 void UString::Delete(unsigned index) throw() in Delete() function in UString
1574 void UString::Delete(unsigned index, unsigned count) throw() in Delete() function in UString
H A DMyString.h760 void Delete(int index) throw() { Delete((unsigned)index); } in Delete() function in UString
/third_party/node/test/js-native-api/test_object/
H A Dtest_object.c377 static napi_value Delete(napi_env env, napi_callback_info info) { in Delete() function
/third_party/node/deps/v8/src/heap/
H A Dslot-set.h171 static void Delete(SlotSet* slot_set, size_t buckets) { in Delete() function in v8::internal::SlotSet
/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table.cc336 bool OrderedHashTable<Derived, entrysize>::Delete(Isolate* isolate, in Delete() function in v8::internal::OrderedHashTable
741 bool SmallOrderedHashSet::Delete(Isolate* isolate, SmallOrderedHashSet table, in Delete() function in v8::internal::SmallOrderedHashSet
785 bool SmallOrderedHashMap::Delete(Isolate* isolate, SmallOrderedHashMap table, in Delete() function in v8::internal::SmallOrderedHashMap
880 bool SmallOrderedHashTable<Derived>::Delete(Isolate* isolate, Derived table, in Delete() function in v8::internal::SmallOrderedHashTable
1103 bool OrderedHashTableHandler<SmallTable, LargeTable>::Delete( Delete() function in v8::internal::OrderedHashTableHandler
[all...]

Completed in 27 milliseconds

12