Home
last modified time | relevance | path

Searched refs:content_string (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/base/
Ddata_url.cc57 std::string content_string; in Parse() local
62 content_string = url.GetContent(); in Parse()
63 content = content_string; in Parse()
/external/cronet/base/files/
Dfile_util.cc312 std::string content_string; in ReadStreamToStringWithMaxSize() local
314 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()
/external/fonttools/Lib/fontTools/ttLib/tables/
DS__i_l_f.py258 for e in content_string(content).split('\n'):
284 def content_string(contents): function
554 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)