OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alts_iovec_record_protocol_get_header_length
(Results
1 - 5
of
5
) sorted by null
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
alts_iovec_record_protocol.h
47
size_t
alts_iovec_record_protocol_get_header_length
();
alts_iovec_record_protocol.cc
82
if (header.iov_len !=
alts_iovec_record_protocol_get_header_length
()) {
163
size_t
alts_iovec_record_protocol_get_header_length
() {
function
319
alts_iovec_record_protocol_get_header_length
() + data_length +
334
alts_iovec_record_protocol_get_header_length
();
390
if (header.iov_len !=
alts_iovec_record_protocol_get_header_length
()) {
alts_grpc_record_protocol_common.cc
112
rp->header_length =
alts_iovec_record_protocol_get_header_length
();
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
alts_grpc_record_protocol_test.cc
241
var->header_length =
alts_iovec_record_protocol_get_header_length
();
alts_iovec_record_protocol_test.cc
157
var->header_length =
alts_iovec_record_protocol_get_header_length
();
[
all
...]
Completed in 200 milliseconds