Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc228 alts_grpc_record_protocol_destroy(protector->record_protocol); in alts_zero_copy_grpc_protector_destroy()
229 alts_grpc_record_protocol_destroy(protector->unrecord_protocol); in alts_zero_copy_grpc_protector_destroy()
293 alts_grpc_record_protocol_destroy(impl->record_protocol); in alts_zero_copy_grpc_protector_create()
294 alts_grpc_record_protocol_destroy(impl->unrecord_protocol); in alts_zero_copy_grpc_protector_create()
Dalts_grpc_record_protocol.h88 void alts_grpc_record_protocol_destroy(alts_grpc_record_protocol* self);
Dalts_grpc_record_protocol_common.cc151 void alts_grpc_record_protocol_destroy(alts_grpc_record_protocol* self) { in alts_grpc_record_protocol_destroy() function
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc228 alts_grpc_record_protocol_destroy(fixture->client_protect); in alts_grpc_record_protocol_test_fixture_destroy()
229 alts_grpc_record_protocol_destroy(fixture->client_unprotect); in alts_grpc_record_protocol_test_fixture_destroy()
230 alts_grpc_record_protocol_destroy(fixture->server_protect); in alts_grpc_record_protocol_test_fixture_destroy()
231 alts_grpc_record_protocol_destroy(fixture->server_unprotect); in alts_grpc_record_protocol_test_fixture_destroy()