Searched refs:destructed (Results 1 – 25 of 31) sorted by relevance
12
/external/libchrome/base/ |
D | barrier_closure_unittest.cc | 39 DestructionIndicator(bool* destructed) : destructed_(destructed) { in DestructionIndicator() argument
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | arc-special-member-functions.mm | 18 // 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
|
D | objc-struct-cxx-abi.mm | 7 // 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/ |
D | norace-objcxx-run-time.mm | 79 // Ensure that objects are destructed during block object release.
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 536 void setExternallyDestructed(bool destructed = true) { 537 DestructedFlag = destructed;
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGValue.h | 586 void setExternallyDestructed(bool destructed = true) { 587 DestructedFlag = destructed;
|
/external/swiftshader/third_party/marl/ |
D | README.md | 63 // 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/ |
D | mutex_nonprod.inc | 115 // 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/ |
D | mutex_nonprod.inc | 115 // 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/ |
D | mutex_nonprod.inc | 115 // 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/ |
D | mutex_nonprod.inc | 115 // 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/ |
D | docs.rst | 152 to ensure the dispatching closure is not destructed before the thread is
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
D | AsyncOps.td | 235 // and automatically destructed when reference count drops to 0.
|
/external/googletest/docs/ |
D | gmock_cheat_sheet.md | 106 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
|
D | primer.md | 427 5. `t1` is destructed.
|
D | gmock_for_dummies.md | 220 5. When a mock is destructed, gMock will automatically check whether all
|
D | gmock_cook_book.md | 2263 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/ |
D | gmock_output_test_golden.txt | 317 …am exit. Expectations on a mock object are verified when the object is destructed. Leaking a mock …
|
/external/pigweed/pw_metric/ |
D | docs.rst | 595 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/ |
D | spelling.txt | 59 designate desired destination destinations destruct destructed details detected determine
|
/external/googletest/docs/reference/ |
D | matchers.md | 49 destructed later. If the compiler complains that `value` doesn't have a public
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 346 being constructed or destructed; that is, the type of the object depends on
|
/external/llvm-project/clang/docs/analyzer/developer-docs/ |
D | IPA.rst | 356 being constructed or destructed; that is, the type of the object depends on
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 308 JIT class is destructed, if the haven't been freed before then.
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | README.md | 464 destructed (e.g. because the owner of the `InterfacePtr<T>` outlives the
|
12