Searched refs:istream (Results 1 – 7 of 7) sorted by relevance
59 bool ConfigFile::Load(std::istream &istream) { in Load() argument63 if (!Json::parseFromStream(builder, istream, &root, &errorMessage)) { in Load()
37 bool Load(std::istream &stream);
87 bool Load(std::istream &istream);
27 bool ApiLevelMap::Load(std::istream &stream) { in Load()
103 std::unique_ptr<ExportedSymbolSet> Parse(std::istream &version_script_stream);145 std::istream *stream_;
336 std::istream &stream) { in Parse()
125 InputStream istream = (resp.getEntity() != null) ? resp.getEntity().getContent() in authenticate() local127 if (istream != null) { in authenticate()128 BufferedReader ireader = new BufferedReader(new InputStreamReader(istream)); in authenticate()