Home
last modified time | relevance | path

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

/third_party/grpc/test/core/slice/
Dslice_buffer_test.cc123 GPR_ASSERT(GPR_SLICE_LENGTH(*first) == GPR_SLICE_LENGTH(slices[0])); in test_slice_buffer_first()
129 GPR_ASSERT(GPR_SLICE_LENGTH(*first) == 1); in test_slice_buffer_first()
135 GPR_ASSERT(GPR_SLICE_LENGTH(*first) == GPR_SLICE_LENGTH(slices[1])); in test_slice_buffer_first()
141 GPR_ASSERT(GPR_SLICE_LENGTH(*first) == GPR_SLICE_LENGTH(slices[2])); in test_slice_buffer_first()
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_utils.cc51 size_t buf_size = GPR_SLICE_LENGTH(slice); in alts_tsi_utils_deserialize_response()
/third_party/grpc/include/grpc/impl/codegen/
Dslice.h115 #define GPR_SLICE_LENGTH(slice) \ macro
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc46 size_t buf_size = GPR_SLICE_LENGTH(slice); in grpc_gcp_handshaker_req_decode()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc560 GPR_SLICE_LENGTH(error_description_slice)); in CreateAdsRequest()