Home
last modified time | relevance | path

Searched refs:GRPC_ERROR_INT_OFFSET (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_error.cc139 grpc_error_get_int(error.get(), GRPC_ERROR_INT_OFFSET, &value); in BM_ErrorGetMissingInt()
148 GRPC_ERROR_CREATE_FROM_STATIC_STRING("Error"), GRPC_ERROR_INT_OFFSET, 1)); in BM_ErrorGetPresentInt()
151 grpc_error_get_int(error.get(), GRPC_ERROR_INT_OFFSET, &value); in BM_ErrorGetPresentInt()
/third_party/grpc/src/core/lib/surface/
Dvalidate_metadata.cc45 GRPC_ERROR_INT_OFFSET, in conforms_to()
/third_party/grpc/src/core/lib/iomgr/
Derror.h54 GRPC_ERROR_INT_OFFSET, enumerator
Derror.cc54 case GRPC_ERROR_INT_OFFSET: in error_int_name()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc141 grpc_error_set_int(p->error, GRPC_ERROR_INT_OFFSET, cur - beg); in grpc_deframe_unprocessed_incoming_frames()