Searched refs:headerData (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 594 …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/ |
D | eventhistory.h | 27 QVariant headerData(int section, Qt::Orientation orientation,
|
D | eventhistory.cpp | 47 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/ |
D | eventhistory.h | 27 QVariant headerData(int section, Qt::Orientation orientation,
|
D | eventhistory.cpp | 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData() function in EventListModel
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 677 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()
|
D | PpContext.h | 644 strings[1] = includedFile_->headerData; in TokenizableIncludeFile()
|