Home
last modified time | relevance | path

Searched defs:GetFrameLength (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chaotic_good/
Dframe_header.cc69 uint32_t FrameHeader::GetFrameLength() const { in GetFrameLength() function in grpc_core::chaotic_good::FrameHeader
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chaotic_good/
H A Dframe_header.cc72 uint32_t FrameHeader::GetFrameLength() const { in GetFrameLength() function in grpc_core::chaotic_good::FrameHeader
/aosp_15_r20/external/grpc-grpc/test/core/transport/chaotic_good/
H A Dframe_header_test.cc76 TEST(FrameHeaderTest, GetFrameLength) { in TEST() argument