Home
last modified time | relevance | path

Searched defs:DecodeHeader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/
H A DGRLIntTypes.h145 typedef struct DecodeHeader struct
149 } DecodeHeader; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/
Dencodedword.go230 func (d *WordDecoder) DecodeHeader(header string) (string, error) { func
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_format.cc69 bool DecodeHeader(absl::string_view header, std::string* json_header) { in DecodeHeader() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/png/
H A Dpng_io.cc139 bool DecodeHeader(StringPiece png_string, int* width, int* height, in DecodeHeader() function