| /third_party/gn/src/base/files/ |
| H A D | scoped_temp_dir.cc | 64 bool ScopedTempDir::Delete() { in Delete() function in base::ScopedTempDir
|
| /third_party/mesa3d/ohos/ |
| H A D | modifyDtsi.py | 24 from ast import Delete
namespace
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 25 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 D | node_snapshotable.h | 65 void Delete() { ::operator delete[](this); } in Delete() function
|
| H A D | node_env_var.cc | 180 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 D | cordz_handle.cc | 75 void CordzHandle::Delete(CordzHandle* handle) { in Delete() function in absl::cord_internal::CordzHandle
|
| H A D | cord_rep_flat.h | 107 static void Delete(CordRep*rep) { in Delete() function
|
| H A D | cord_rep_btree.h | 388 static void Delete(CordRepBtree* tree) { delete tree; } in Delete() function in absl::cord_internal::CordRepBtree
|
| /third_party/googletest/googlemock/test/ |
| H A D | gmock-nice-strict_test.cc | 90 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo
|
| /third_party/skia/third_party/externals/angle2/util/ |
| H A D | OSWindow.cpp | 444 void OSWindow::Delete(OSWindow **window) in Delete() function in OSWindow
|
| H A D | EGLWindow.cpp | 854 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 D | metadata_lite.h | 65 void Delete() { in Delete() function in google::protobuf::internal::InternalMetadata
|
| H A D | implicit_weak_message.h | 110 static inline void Delete(MessageLite* value, Arena* arena) { in Delete() function in google::protobuf::internal::ImplicitWeakTypeHandler
|
| H A D | unknown_field_set.cc | 239 void UnknownField::Delete() { in Delete() function in google::protobuf::UnknownField
|
| H A D | generated_message_table_driven_lite.h | 352 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 D | mutex.h | 159 static void Delete(void* value) { in Delete() function in google::protobuf::internal::ThreadLocalStorage
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone.h | 83 void Delete(void* pointer, size_t size) { in Delete() function in v8::internal::final
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | identity-map.h | 145 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 D | WGLWindow.cpp | 388 void WGLWindow::Delete(WGLWindow **window) in Delete() function in WGLWindow
|
| /third_party/lzma/CPP/Common/ |
| H A D | MyVector.h | 162 void Delete(unsigned index)
in Delete() function in CRecordVector 608 void Delete(unsigned index)
in Delete() function in CObjectVector
|
| H A D | MyString.cpp | 926 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 D | MyString.h | 760 void Delete(int index) throw() { Delete((unsigned)index); }
in Delete() function in UString
|
| /third_party/node/test/js-native-api/test_object/ |
| H A D | test_object.c | 377 static napi_value Delete(napi_env env, napi_callback_info info) { in Delete() function
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | slot-set.h | 171 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 D | ordered-hash-table.cc | 336 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...] |