Searched refs:sourceFile_ (Results 1 – 4 of 4) sorted by relevance
118 …return !illegalOptions_.IsEmpty() || sourceFile_.IsEmpty() || !DoLegalLog() || !doLegalParameters_; in HasErrors()123 return sourceFile_; in GetSourceFile()178 String sourceFile_; variable
58 sourceFile_ = option; in Parse()
66 const std::string sourceFile_;
30 BaseExtractor::BaseExtractor(const std::string &source) : sourceFile_(source), zipFile_(source) in BaseExtractor()