Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dmetadata_batch.h84 GRPC_MUST_USE_RESULT;
93 GRPC_MUST_USE_RESULT;
103 grpc_mdelem elem_to_add) GRPC_MUST_USE_RESULT;
113 grpc_mdelem elem_to_add) GRPC_MUST_USE_RESULT;
133 void* user_data, const char* composite_error_string) GRPC_MUST_USE_RESULT;
Dmetadata_batch.cc98 GRPC_MUST_USE_RESULT;
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack_builder.h110 void* user_data) GRPC_MUST_USE_RESULT;
119 void* user_data) GRPC_MUST_USE_RESULT;
127 void* user_data) GRPC_MUST_USE_RESULT;
135 void* user_data) GRPC_MUST_USE_RESULT;
/external/grpc-grpc/src/core/lib/iomgr/
Derror.h173 intptr_t value) GRPC_MUST_USE_RESULT;
178 grpc_slice str) GRPC_MUST_USE_RESULT;
196 grpc_error* child) GRPC_MUST_USE_RESULT;
199 const char* call_name) GRPC_MUST_USE_RESULT;
210 const char* call_name) GRPC_MUST_USE_RESULT;
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;
Dpollset.h91 grpc_millis deadline) GRPC_MUST_USE_RESULT;
97 GRPC_MUST_USE_RESULT;
Dev_poll_posix.cc233 uint32_t flags) GRPC_MUST_USE_RESULT;
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h46 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
99 const char* reason) GRPC_MUST_USE_RESULT { in Ref()
Dorphanable.h95 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
151 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref()
157 const char* reason) GRPC_MUST_USE_RESULT { in Ref()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dincoming_metadata.h42 grpc_mdelem elem) GRPC_MUST_USE_RESULT;
45 grpc_mdelem elem) GRPC_MUST_USE_RESULT;
Dhpack_table.h85 grpc_mdelem md) GRPC_MUST_USE_RESULT;
/external/grpc-grpc/include/grpc/impl/codegen/
Dport_platform.h468 #ifndef GRPC_MUST_USE_RESULT
470 #define GRPC_MUST_USE_RESULT __attribute__((warn_unused_result)) macro
473 #define GRPC_MUST_USE_RESULT macro
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcore_codegen_interface.h85 GRPC_MUST_USE_RESULT = 0;
89 GRPC_MUST_USE_RESULT = 0;
Dcall.h274 WriteOptions options) GRPC_MUST_USE_RESULT;
277 Status SendMessage(const M& message) GRPC_MUST_USE_RESULT;
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc106 bool* has_compression_algorithm) GRPC_MUST_USE_RESULT;