Home
last modified time | relevance | path

Searched defs:RefIfNonZero (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted.h128 bool RefIfNonZero() { in RefIfNonZero() function
138 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero() function
328 GRPC_MUST_USE_RESULT RefCountedPtr<Child> RefIfNonZero() { in RefIfNonZero() function
332 GRPC_MUST_USE_RESULT RefCountedPtr<Child> RefIfNonZero( in RefIfNonZero() function
340 GRPC_MUST_USE_RESULT RefCountedPtr<const Child> RefIfNonZero() const { in RefIfNonZero() function
344 GRPC_MUST_USE_RESULT RefCountedPtr<const Child> RefIfNonZero( in RefIfNonZero() function
H A Dorphanable.h119 GRPC_MUST_USE_RESULT RefCountedPtr<Child> RefIfNonZero() { in RefIfNonZero() function
123 GRPC_MUST_USE_RESULT RefCountedPtr<Child> RefIfNonZero( in RefIfNonZero() function
H A Ddual_ref_counted.h128 GRPC_MUST_USE_RESULT RefCountedPtr<Child> RefIfNonZero() { in RefIfNonZero() function
145 GRPC_MUST_USE_RESULT RefCountedPtr<Child> RefIfNonZero( in RefIfNonZero() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted.h125 bool RefIfNonZero() { in RefIfNonZero() function
135 bool RefIfNonZero(const DebugLocation& location, const char* reason) { in RefIfNonZero() function
306 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero() function
310 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero() function
Ddual_ref_counted.h106 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero() function
124 RefCountedPtr<Child> RefIfNonZero(const DebugLocation& location, in RefIfNonZero() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dparty.h234 GRPC_MUST_USE_RESULT bool RefIfNonZero() { return refs_.RefIfNonZero(); } function
389 bool RefIfNonZero() { return sync_.RefIfNonZero(); } function
Dparty.cc43 GRPC_MUST_USE_RESULT bool PartySyncUsingAtomics::RefIfNonZero() { in RefIfNonZero() function in grpc_core::PartySyncUsingAtomics
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dparty.h286 GRPC_MUST_USE_RESULT bool RefIfNonZero() { return refs_.RefIfNonZero(); } function
455 bool RefIfNonZero() { return sync_.RefIfNonZero(); } function
H A Dparty.cc48 GRPC_MUST_USE_RESULT bool PartySyncUsingAtomics::RefIfNonZero() { in RefIfNonZero() function in grpc_core::PartySyncUsingAtomics
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Ddual_ref_counted_test.cc59 TEST(DualRefCounted, RefIfNonZero) { in TEST() argument