Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dvalidate_metadata.h38 inline int grpc_is_refcounted_slice_binary_header(const grpc_slice& slice) { in grpc_is_refcounted_slice_binary_header() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc1534 return grpc_is_refcounted_slice_binary_header( in is_binary_literal_header()
1571 *is = grpc_is_refcounted_slice_binary_header(GRPC_MDKEY(elem)); in is_binary_indexed_header()
Dhpack_encoder.cc495 ? grpc_is_refcounted_slice_binary_header(GRPC_MDKEY(elem)) in get_wire_value()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc418 if (grpc_is_refcounted_slice_binary_header(key)) { in convert_cronet_array_to_metadata()