Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/slice/
Db64_test.cc49 grpc_slice hello_slice = grpc_base64_decode(hello_b64, url_safe); in test_simple_encode_decode_b64() local
50 GPR_ASSERT(GRPC_SLICE_LENGTH(hello_slice) == strlen(hello)); in test_simple_encode_decode_b64()
51 GPR_ASSERT(strncmp((const char*)GRPC_SLICE_START_PTR(hello_slice), hello, in test_simple_encode_decode_b64()
52 GRPC_SLICE_LENGTH(hello_slice)) == 0); in test_simple_encode_decode_b64()
54 grpc_slice_unref_internal(hello_slice); in test_simple_encode_decode_b64()