Home
last modified time | relevance | path

Searched refs:GRPC_MUST_USE_RESULT (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.h88 GRPC_MUST_USE_RESULT;
91 grpc_metadata_batch_callouts_index idx) GRPC_MUST_USE_RESULT;
100 GRPC_MUST_USE_RESULT;
103 grpc_metadata_batch_callouts_index idx) GRPC_MUST_USE_RESULT;
113 grpc_mdelem elem_to_add) GRPC_MUST_USE_RESULT;
117 inline grpc_error* GRPC_MUST_USE_RESULT grpc_metadata_batch_add_head( in grpc_metadata_batch_add_head()
123 inline grpc_error* GRPC_MUST_USE_RESULT grpc_metadata_batch_add_head( in grpc_metadata_batch_add_head()
139 grpc_mdelem elem_to_add) GRPC_MUST_USE_RESULT;
141 inline grpc_error* GRPC_MUST_USE_RESULT grpc_metadata_batch_add_tail( in grpc_metadata_batch_add_tail()
147 inline grpc_error* GRPC_MUST_USE_RESULT grpc_metadata_batch_add_tail( in grpc_metadata_batch_add_tail()
[all …]
Dmetadata_batch.cc121 GRPC_MUST_USE_RESULT;
/third_party/grpc/src/core/lib/channel/
Dchannel_stack_builder.h118 void* user_data) GRPC_MUST_USE_RESULT;
127 void* user_data) GRPC_MUST_USE_RESULT;
135 void* user_data) GRPC_MUST_USE_RESULT;
143 void* user_data) GRPC_MUST_USE_RESULT;
/third_party/grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.h86 grpc_error* grpc_wakeup_fd_init(grpc_wakeup_fd* fd_info) GRPC_MUST_USE_RESULT;
88 GRPC_MUST_USE_RESULT;
89 grpc_error* grpc_wakeup_fd_wakeup(grpc_wakeup_fd* fd_info) GRPC_MUST_USE_RESULT;
Derror.h221 intptr_t value) GRPC_MUST_USE_RESULT;
228 const grpc_slice& str) GRPC_MUST_USE_RESULT;
246 grpc_error* child) GRPC_MUST_USE_RESULT;
249 const char* call_name) GRPC_MUST_USE_RESULT;
260 const char* call_name) GRPC_MUST_USE_RESULT;
Dpollset.h91 grpc_millis deadline) GRPC_MUST_USE_RESULT;
97 GRPC_MUST_USE_RESULT;
Dresource_quota.h135 GRPC_MUST_USE_RESULT;
175 size_t count, grpc_slice_buffer* dest) GRPC_MUST_USE_RESULT;
Dev_poll_posix.cc235 uint32_t flags) GRPC_MUST_USE_RESULT;
/third_party/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h56 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
62 const char* reason) GRPC_MUST_USE_RESULT { in Ref()
110 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero()
129 const char* reason) GRPC_MUST_USE_RESULT { in RefIfNonZero()
153 WeakRefCountedPtr<Child> WeakRef() GRPC_MUST_USE_RESULT { in WeakRef()
159 const char* reason) GRPC_MUST_USE_RESULT { in WeakRef()
Dref_counted.h273 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
279 const char* reason) GRPC_MUST_USE_RESULT { in Ref()
299 RefCountedPtr<Child> RefIfNonZero() GRPC_MUST_USE_RESULT { in RefIfNonZero()
304 const char* reason) GRPC_MUST_USE_RESULT { in RefIfNonZero()
Dorphanable.h93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
98 const char* reason) GRPC_MUST_USE_RESULT { in Ref()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dincoming_metadata.h51 grpc_mdelem elem) GRPC_MUST_USE_RESULT;
54 grpc_mdelem elem) GRPC_MUST_USE_RESULT;
Dhpack_table.h121 grpc_mdelem md) GRPC_MUST_USE_RESULT;
/third_party/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.h59 RefCountedPtr<Call> Ref() GRPC_MUST_USE_RESULT;
61 const char* reason) GRPC_MUST_USE_RESULT;
Dsubchannel.h127 RefCountedPtr<SubchannelCall> Ref() GRPC_MUST_USE_RESULT;
129 const char* reason) GRPC_MUST_USE_RESULT;
Dclient_channel.cc918 RefCountedPtr<LoadBalancedCall> Ref() GRPC_MUST_USE_RESULT;
920 const char* reason) GRPC_MUST_USE_RESULT;
/third_party/grpc/include/grpc/impl/codegen/
Dport_platform.h512 #ifndef GRPC_MUST_USE_RESULT
514 #define GRPC_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
517 #define GRPC_MUST_USE_RESULT macro
/third_party/grpc/include/grpcpp/impl/codegen/
Dcore_codegen_interface.h87 GRPC_MUST_USE_RESULT = 0;
91 GRPC_MUST_USE_RESULT = 0;
Dcall_op_set.h290 WriteOptions options) GRPC_MUST_USE_RESULT;
293 Status SendMessage(const M& message) GRPC_MUST_USE_RESULT;
300 WriteOptions options) GRPC_MUST_USE_RESULT;
305 Status SendMessagePtr(const M* message) GRPC_MUST_USE_RESULT;
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc1243 XdsApi::CommonTlsContext* common_tls_context) GRPC_MUST_USE_RESULT;