Home
last modified time | relevance | path

Searched refs:fileDetails (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp29 FileDetailMap fileDetails; in GenHashKey() local
30 if (!Preprocessor::UnitPreprocess(fileDetails)) { in GenHashKey()
35 return filePath.empty() ? FormatStdout(fileDetails) : FormatFile(fileDetails, filePath); in GenHashKey()
38 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout() argument
40 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatStdout()
51 bool Hash::FormatFile(const FileDetailMap &fileDetails, const std::string &filePath) in FormatFile() argument
53 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatFile()
72 std::vector<std::string> Hash::GetHashInfo(const FileDetailMap &fileDetails) in GetHashInfo() argument
75 for (const auto &detail : fileDetails) { in GetHashInfo()
[all...]
H A Dhash.h31 static bool FormatStdout(const FileDetailMap &fileDetails);
33 static bool FormatFile(const FileDetailMap &fileDetails, const std::string &filePath);
35 static std::vector<std::string> GetHashInfo(const FileDetailMap &fileDetails);
/foundation/ability/idl_tool/idl_tool_2/
H A Dmain.cpp32 std::vector<FileDetail> fileDetails; in FileParse() local
33 if (!Preprocessor::Preprocess(fileDetails)) { in FileParse()
38 if (!parser.Parse(fileDetails)) { in FileParse()
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.h50 static bool Preprocess(std::vector<FileDetail> &fileDetails);
52 static bool UnitPreprocess(FileDetailMap &fileDetails);
H A Dpreprocessor.cpp47 bool Preprocessor::Preprocess(std::vector<FileDetail> &fileDetails) in Preprocess() argument
63 if (!CheckCircularReference(allFileDetails, fileDetails)) { in Preprocess()
70 bool Preprocessor::UnitPreprocess(FileDetailMap &fileDetails) in UnitPreprocess() argument
83 fileDetails[info.GetFullName()] = info; in UnitPreprocess()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h51 bool Parse(const std::vector<FileDetail> &fileDetails);
H A Dparser.cpp61 bool Parser::Parse(const std::vector<FileDetail> &fileDetails) in Parse() argument
63 for (const auto &fileDetail : fileDetails) { in Parse()

Completed in 6 milliseconds