Home
last modified time | relevance | path

Searched refs:should_delete (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc80 bool should_delete; in DeallocateRaw() local
104 should_delete = UnRef(); in DeallocateRaw()
107 if (should_delete) { in DeallocateRaw()
175 bool should_delete; in GetRecordsAndUnRef() local
180 should_delete = UnRef(); in GetRecordsAndUnRef()
182 if (should_delete) { in GetRecordsAndUnRef()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc93 bool should_delete = false; in finished_completion() local
101 should_delete = true; in finished_completion()
106 if (should_delete) { in finished_completion()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc94 bool should_delete = false; in finished_completion() local
102 should_delete = true; in finished_completion()
107 if (should_delete) { in finished_completion()
/external/webrtc/test/time_controller/
Dsimulated_process_thread.cc67 bool should_delete = task->Run(); in RunReady() local
68 RTC_CHECK(should_delete); in RunReady()