Searched refs:ParseKeyValue (Results 1 – 1 of 1) sorted by relevance
68 static std::pair<std::string, std::string> ParseKeyValue(const char *str, const size_t len) { in ParseKeyValue() function186 std::tie(key, value) = ParseKeyValue(kv.c_str(), idx); in ReadNext()203 std::tie(key, value) = ParseKeyValue(buf.get(), len); in ReadNext()