Searched refs:headerData (Results 1 – 8 of 8) sorted by relevance
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 596 …IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult() 597 … headerName(headerName), headerData(headerData), headerLength(headerLength), userData(userData) { } in IncludeResult() 608 const char* const headerData; member
|
/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/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/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 87 …CallbackIncludeResult(const std::string& headerName, const char* const headerData, const size_t he… in CallbackIncludeResult() argument 89 … : glslang::TShader::Includer::IncludeResult(headerName, headerData, headerLength, userData), in CallbackIncludeResult()
|
/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 | 608 strings[1] = includedFile_->headerData; in TokenizableIncludeFile()
|