Home
last modified time | relevance | path

Searched defs:hexstring (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dparse_hexstring.cc28 Slice ParseHexstring(absl::string_view hexstring) { in ParseHexstring()
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dhpack_parser_test.cc108 std::string hexstring, absl::StatusOr<std::string> expect, in TestVector()
/aosp_15_r20/external/fonttools/Lib/fontTools/t1Lib/
H A D__init__.py541 def deHexString(hexstring): argument
/aosp_15_r20/external/webp/imageio/
H A Dpngdec.c69 static uint8_t* HexStringToBytes(const char* hexstring, in HexStringToBytes()
/aosp_15_r20/external/tcpdump/
H A Dprint-esp.c379 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte()