Home
last modified time | relevance | path

Searched defs:grpc_error (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/grpc/src/core/lib/iomgr/
Derror_internal.h39 struct grpc_error { struct
42 struct atomics {
45 } atomics;
48 uint8_t ints[GRPC_ERROR_INT_MAX];
49 uint8_t strs[GRPC_ERROR_STR_MAX];
50 uint8_t times[GRPC_ERROR_TIME_MAX];
53 uint8_t first_err;
54 uint8_t last_err;
56 uint8_t arena_size;
57 uint8_t arena_capacity;
[all …]
Dresource_quota.cc279 static void rq_step(void* rq, grpc_error* /*error*/) { in rq_step() argument
487 static void ru_allocate(void* ru, grpc_error* /*error*/) { in ru_allocate() argument
496 static void ru_add_to_free_pool(void* ru, grpc_error* /*error*/) { in ru_add_to_free_pool() argument
521 static void ru_post_benign_reclaimer(void* ru, grpc_error* /*error*/) { in ru_post_benign_reclaimer() argument
535 static void ru_post_destructive_reclaimer(void* ru, grpc_error* /*error*/) { in ru_post_destructive_reclaimer() argument
551 static void ru_shutdown(void* ru, grpc_error* /*error*/) { in ru_shutdown() argument
571 static void ru_destroy(void* ru, grpc_error* /*error*/) { in ru_destroy() argument
622 static void rq_resize(void* args, grpc_error* /*error*/) { in rq_resize() argument
633 static void rq_reclamation_done(void* rq, grpc_error* /*error*/) { in rq_reclamation_done() argument
Diomgr_custom.cc48 grpc_closure* /*closure*/, grpc_error* /*error*/) { in iomgr_platform_add_closure_to_background_poller() argument
Dtimer_custom.cc33 void grpc_custom_timer_callback(grpc_custom_timer* t, grpc_error* /*error*/) { in grpc_custom_timer_callback() argument
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc238 static void FinishDestroy(void* arg, grpc_error* /*error*/) { in FinishDestroy() argument
272 MakeTestClosure([&, s](grpc_error* /*error*/) { in BM_StreamCreateDestroy()
338 start = MakeTestClosure([&, s](grpc_error* /*error*/) { in BM_StreamCreateSendInitialMetadataDestroy()
351 done = MakeTestClosure([&](grpc_error* /*error*/) { in BM_StreamCreateSendInitialMetadataDestroy()
379 std::unique_ptr<TestClosure> c = MakeTestClosure([&](grpc_error* /*error*/) { in BM_TransportEmptyOp()
402 s->DestroyThen(MakeOnceClosure([s](grpc_error* /*error*/) { delete s; })); in BM_TransportEmptyOp()
441 std::unique_ptr<TestClosure> c = MakeTestClosure([&](grpc_error* /*error*/) { in BM_TransportStreamSend()
486 s->DestroyThen(MakeOnceClosure([s](grpc_error* /*error*/) { delete s; })); in BM_TransportStreamSend()
581 MakeTestClosure([](grpc_error* /*error*/) {}); in BM_TransportStreamRecv()
590 std::unique_ptr<TestClosure> c = MakeTestClosure([&](grpc_error* /*error*/) { in BM_TransportStreamRecv()
[all …]
Dbm_timer.cc50 [](void* /*args*/, grpc_error* /*err*/) {}, nullptr, in BM_InitCancelTimer()
79 [](void* /*args*/, grpc_error* /*err*/) {}, nullptr, in BM_TimerBatch()
/third_party/grpc/test/core/util/
Dtest_tcp_server.cc37 static void on_server_destroyed(void* data, grpc_error* /*error*/) { in on_server_destroyed() argument
91 static void do_nothing(void* /*arg*/, grpc_error* /*error*/) {} in do_nothing() argument
92 static void finish_pollset(void* arg, grpc_error* /*error*/) { in finish_pollset() argument
Dport_server_client.cc43 static void destroy_pops_and_shutdown(void* p, grpc_error* /*error*/) { in destroy_pops_and_shutdown() argument
50 static void freed_port_from_server(void* arg, grpc_error* /*error*/) { in freed_port_from_server() argument
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc384 void* arg, grpc_error* /*error*/) { in StartBatchInCallCombiner() argument
402 void* arg, grpc_error* /*error*/) { in AfterCallStackDestruction() argument
409 grpc_error* /*error*/) { in OnCancelComplete() argument
417 grpc_error* /*error*/) { in StartCancel() argument
440 grpc_error* /*error*/) { in OnComplete() argument
450 void* arg, grpc_error* /*error*/) { in RecvInitialMetadataReady() argument
532 grpc_error* /*error*/) { in RecvMessageReady() argument
/third_party/grpc/test/core/iomgr/
Dcombiner_test.cc35 static void set_event_to_true(void* value, grpc_error* /*error*/) { in set_event_to_true() argument
65 static void check_one(void* a, grpc_error* /*error*/) { in check_one() argument
117 static void in_finally(void* /*arg*/, grpc_error* /*error*/) { in in_finally() argument
121 static void add_finally(void* arg, grpc_error* /*error*/) { in add_finally() argument
Dev_epollex_linux_test.cc30 static void pollset_destroy(void* ps, grpc_error* /*error*/) { in pollset_destroy() argument
Dendpoint_pair_test.cc57 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() argument
/third_party/grpc/test/cpp/common/
Dtimer_test.cc87 [](void* arg, grpc_error*) { in TEST_F() argument
112 [](void* arg, grpc_error*) { in TEST_F() argument
169 GRPC_CLOSURE_CREATE([](void*, grpc_error*) {}, nullptr, in TEST_F() argument
184 [](void* arg, grpc_error* /*error*/) { in TEST_F()
214 [](void* arg, grpc_error* /*error*/) { in TEST_F()
/third_party/grpc/src/cpp/server/
Dserver_callback.cc40 [](void* void_arg, grpc_error*) { in ScheduleOnDone() argument
69 [](void* void_arg, grpc_error*) { in CallOnCancel() argument
/third_party/grpc/test/core/channel/
Dchannel_stack_test.cc67 static void free_channel(void* arg, grpc_error* /*error*/) { in free_channel() argument
72 static void free_call(void* arg, grpc_error* /*error*/) { in free_call() argument
/third_party/grpc/test/core/transport/
Dstream_owned_slice_test.cc26 static void do_nothing(void* /*arg*/, grpc_error* /*error*/) {} in do_nothing() argument
/third_party/grpc/src/core/ext/transport/chttp2/server/insecure/
Dserver_chttp2.cc33 grpc_error** /*error*/) { in ModifyArgsForConnection() argument
/third_party/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc96 void DynamicFilters::Call::Destroy(void* arg, grpc_error* /*error*/) { in Destroy() argument
126 void DestroyChannelStack(void* arg, grpc_error* /*error*/) { in DestroyChannelStack() argument
Dlb_policy.cc113 [](void* arg, grpc_error* /*error*/) { in Pick()
/third_party/grpc/src/cpp/client/
Dclient_callback.cc39 [](void* void_arg, grpc_error*) { in InternalScheduleOnDone() argument
/third_party/grpc/test/core/handshake/
Dreadahead_handshaker_server_ssl.cc58 void Shutdown(grpc_error* /*why*/) override {} in Shutdown() argument
/third_party/grpc/src/core/lib/security/credentials/iam/
Diam_credentials.cc39 grpc_closure* /*on_request_metadata*/, grpc_error** /*error*/) { in get_request_metadata() argument
/third_party/grpc/test/core/security/
Dsecure_endpoint_test.cc169 static void inc_call_ctr(void* arg, grpc_error* /*error*/) { in inc_call_ctr() argument
205 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() argument
/third_party/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc209 static void start_max_idle_timer_after_init(void* arg, grpc_error* /*error*/) { in start_max_idle_timer_after_init() argument
261 static void start_max_age_timer_after_init(void* arg, grpc_error* /*error*/) { in start_max_age_timer_after_init() argument
281 grpc_error* /*error*/) { in start_max_age_grace_timer_after_goaway_op() argument
/third_party/grpc/test/core/client_channel/resolvers/
Ddns_resolver_test.cc35 void ReturnError(grpc_error* /*error*/) override {} in ReturnError() argument

1234