Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/grl/include/
DGRLIntTypes.h145 typedef struct DecodeHeader struct
149 } DecodeHeader; typedef
/external/tink/cc/jwt/internal/
Djwt_format.cc69 bool DecodeHeader(absl::string_view header, std::string* json_header) { in DecodeHeader() function
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc139 bool DecodeHeader(StringPiece png_string, int* width, int* height, in DecodeHeader() function