Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/net/
Dhttp_header_utils.cc37 void ParseHeaders(const std::string& header_str, HeaderMap& map) { in ParseHeaders()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dnpy_header.cc121 std::string header_str = npy_header.str(); in GenerateNpyHeader() local
/third_party/python/Lib/
Dnntplib.py167 def decode_header(header_str): argument