Searched refs:content_string (Results 1 – 3 of 3) sorted by relevance
57 std::string content_string; in Parse() local62 content_string = url.GetContent(); in Parse()63 content = content_string; in Parse()
312 std::string content_string; in ReadStreamToStringWithMaxSize() local314 stream, max_size, [&content_string](size_t size) { in ReadStreamToStringWithMaxSize()315 content_string.resize(size); in ReadStreamToStringWithMaxSize()316 return as_writable_bytes(make_span(content_string)); in ReadStreamToStringWithMaxSize()320 contents->swap(content_string); in ReadStreamToStringWithMaxSize()
258 for e in content_string(content).split('\n'):284 def content_string(contents): function554 element = content_string(content)558 element = content_string(content)668 l = content_string(subcontent).split()840 e = content_string(content)877 e = content_string(c)882 e = content_string(c)