Home
last modified time | relevance | path

Searched refs:headerData (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/Public/
DShaderLang.h594 …IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult()
595 … headerName(headerName), headerData(headerData), headerLength(headerLength), userData(userData) { } in IncludeResult()
606 const char* const headerData; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData() function in EventListModel
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Deventhistory.h27 QVariant headerData(int section, Qt::Orientation orientation,
Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData() function in EventListModel
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp677 if (res->headerData != nullptr && res->headerLength > 0) { in CPPinclude()
683 epilogue << (res->headerData[res->headerLength - 1] == '\n'? "" : "\n") << in CPPinclude()
686 …parseContext.intermediate.addIncludeText(res->headerName.c_str(), res->headerData, res->headerLeng… in CPPinclude()
696 res != nullptr ? std::string(res->headerData, res->headerLength) in CPPinclude()
DPpContext.h644 strings[1] = includedFile_->headerData; in TokenizableIncludeFile()