Home
last modified time | relevance | path

Searched refs:HasMoreInput (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp37 bool HasMoreInput = true; in parse() local
38 while (HasMoreInput && nextNonWhitespace()) { in parse()
40 HasMoreInput = parseStringInto(Argument); in parse()
/external/brotli/c/tools/
Dbrotli.c792 static BROTLI_BOOL HasMoreInput(Context* context) { in HasMoreInput() function
841 if (!HasMoreInput(context)) { in DecompressFile()
851 if (context->available_in != 0 || HasMoreInput(context)) { in DecompressFile()
900 is_eof = !HasMoreInput(context); in CompressFile()