Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_grpc/
H A Dhpack.cc67 Result<InlineString<kHpackMaxStringSize>> HpackStringDecode( in HpackStringDecode() function
160 PW_TRY_ASSIGN(auto name, HpackStringDecode(input)); in HpackParseRequestHeaders()
168 PW_TRY_ASSIGN(auto value, HpackStringDecode(input)); in HpackParseRequestHeaders()
/aosp_15_r20/external/pigweed/pw_grpc/pw_grpc_private/
H A Dhpack.h41 Result<InlineString<kHpackMaxStringSize>> HpackStringDecode(