Home
last modified time | relevance | path

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

/third_party/glslang/StandAlone/
DDirStackFileIncluder.h52 DirStackFileIncluder() : externalLocalDirectoryCount(0) { } in DirStackFileIncluder()
77 externalLocalDirectoryCount = (int)directoryStack.size(); in pushExternalLocalDirectory()
98 int externalLocalDirectoryCount; variable
107 directoryStack.resize(depth + externalLocalDirectoryCount); in readLocalPath()