Searched refs:headerName (Results 1 – 9 of 9) sorted by relevance
/third_party/glslang/StandAlone/ |
D | DirStackFileIncluder.h | 53 virtual IncludeResult* includeLocal(const char* headerName, in includeLocal() argument 57 return readLocalPath(headerName, includerName, (int)inclusionDepth); in includeLocal() 60 virtual IncludeResult* includeSystem(const char* headerName, in includeSystem() argument 64 return readSystemPath(headerName); in includeSystem() 96 … virtual IncludeResult* readLocalPath(const char* headerName, const char* includerName, int depth) in readLocalPath() argument 106 std::string path = *it + '/' + headerName; in readLocalPath()
|
/third_party/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 86 …CallbackIncludeResult(const std::string& headerName, const char* const headerData, const size_t he… in CallbackIncludeResult() argument 88 … : glslang::TShader::Includer::IncludeResult(headerName, headerData, headerLength, userData), in CallbackIncludeResult() 106 virtual IncludeResult* includeSystem(const char* headerName, const char* includerName, in includeSystem() argument 111 … this->callbacks.include_system(this->context, headerName, includerName, inclusionDepth); in includeSystem() 113 …return new CallbackIncludeResult(std::string(headerName), result->header_data, result->header_leng… in includeSystem() 117 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem() 120 virtual IncludeResult* includeLocal(const char* headerName, const char* includerName, in includeLocal() argument 125 … this->callbacks.include_local(this->context, headerName, includerName, inclusionDepth); in includeLocal() 127 …return new CallbackIncludeResult(std::string(headerName), result->header_data, result->header_leng… in includeLocal() 131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
|
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/ |
D | headers.js | 36 for (const headerName of headerNames) { 37 for (const value of rawHeaders[headerName]) { 38 this.append(headerName, value)
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 561 …IncludeResult(const std::string& headerName, const char* const headerData, const size_t headerLeng… in IncludeResult() 562 … headerName(headerName), headerData(headerData), headerLength(headerLength), userData(userData) { } in IncludeResult() 567 const std::string headerName; member
|
/third_party/node/deps/undici/src/lib/mock/ |
D | mock-utils.js | 34 Object.entries(headers).map(([headerName, headerValue]) => { 35 return [headerName.toLocaleLowerCase(), headerValue]
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 669 if (res == nullptr || res->headerName.empty()) { in CPPinclude() 675 if (res != nullptr && !res->headerName.empty()) { in CPPinclude() 681 prologue << "#line " << forNextLine << " " << "\"" << res->headerName << "\"\n"; in CPPinclude() 685 …parseContext.intermediate.addIncludeText(res->headerName.c_str(), res->headerData, res->headerLeng… in CPPinclude()
|
D | PpContext.h | 676 currentSourceFile = result->headerName; in push_include() 688 currentSourceFile = includeStack.top()->headerName; in pop_include()
|
/third_party/node/deps/undici/src/lib/fetch/ |
D | index.js | 1192 for (const headerName of requestBodyHeader) { 1193 request.headersList.delete(headerName)
|
/third_party/node/deps/undici/ |
D | undici.js | 9676 for (const headerName of requestBodyHeader) { 9677 request.headersList.delete(headerName);
|