Home
last modified time | relevance | path

Searched refs:destructed (Results 1 – 25 of 31) sorted by relevance

12

/external/libchrome/base/
Dbarrier_closure_unittest.cc39 DestructionIndicator(bool* destructed) : destructed_(destructed) { in DestructionIndicator() argument
/external/llvm-project/clang/test/CodeGenObjCXX/
Darc-special-member-functions.mm18 // The Weak object that is passed is destructed in this constructor.
24 // Check that the Weak object passed to this constructor is not destructed after
43 // The Weak object that is passed is destructed in this constructor.
49 // Check that the Weak object passed to this constructor is not destructed after
167 // Check that the Weak object passed to this constructor is not destructed after
Dobjc-struct-cxx-abi.mm7 // destructed in the callee function and structs consisting solely of __strong
65 // This struct is not passed directly nor destructed in the callee because f0
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dnorace-objcxx-run-time.mm79 // Ensure that objects are destructed during block object release.
/external/clang/lib/CodeGen/
DCGValue.h536 void setExternallyDestructed(bool destructed = true) {
537 DestructedFlag = destructed;
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h586 void setExternallyDestructed(bool destructed = true) {
587 DestructedFlag = destructed;
/external/swiftshader/third_party/marl/
DREADME.md63 // All tasks are guaranteed to complete before the scheduler is destructed.
137 …y capturing by value we avoid common issues where the primitive may be destructed before the last …
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc115 // destructed like any other object, and should never be allocated in
238 // When true, T's destructor is run when this is destructed.
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc115 // destructed like any other object, and should never be allocated in
238 // When true, T's destructor is run when this is destructed.
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc115 // destructed like any other object, and should never be allocated in
247 // When true, T's destructor is run when this is destructed.
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc115 // destructed like any other object, and should never be allocated in
247 // When true, T's destructor is run when this is destructed.
/external/pigweed/pw_thread/
Ddocs.rst152 to ensure the dispatching closure is not destructed before the thread is
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncOps.td235 // and automatically destructed when reference count drops to 0.
/external/googletest/docs/
Dgmock_cheat_sheet.md106 6. When a mock object is destructed, gMock automatically verifies that all
441 gMock will verify the expectations on a mock object when it is destructed, or
Dprimer.md427 5. `t1` is destructed.
Dgmock_for_dummies.md220 5. When a mock is destructed, gMock will automatically check whether all
Dgmock_cook_book.md2263 action itself is destructed.
2349 action itself is destructed.
2993 to verify a mock object before it is (hopefully) destructed. You can do this
3086 Sometimes you want to make sure a mock object is destructed at the right time,
/external/googletest/googlemock/test/
Dgmock_output_test_golden.txt317 …am exit. Expectations on a mock object are verified when the object is destructed. Leaking a mock …
/external/pigweed/pw_metric/
Ddocs.rst595 Metric objects are not designed to be destructed, and are expected to live for
621 // OOPS! root now has a linked list that points to the destructed
/external/skqp/docs/
Dspelling.txt59 designate desired destination destinations destruct destructed details detected determine
/external/googletest/docs/reference/
Dmatchers.md49 destructed later. If the compiler complains that `value` doesn't have a public
/external/clang/docs/analyzer/
DIPA.txt346 being constructed or destructed; that is, the type of the object depends on
/external/llvm-project/clang/docs/analyzer/developer-docs/
DIPA.rst356 being constructed or destructed; that is, the type of the object depends on
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst308 JIT class is destructed, if the haven't been freed before then.
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md464 destructed (e.g. because the owner of the `InterfacePtr<T>` outlives the

12