Home
last modified time | relevance | path

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

/third_party/glslang/gtests/
DConfig.FromFile.cpp57 std::string shaderContents, configContents; in TEST_P() local
59 …tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.config, "limits config", &configContents); in TEST_P()
64 const size_t len = configContents.size(); in TEST_P()
66 memcpy(configChars, configContents.data(), len); in TEST_P()
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts10 const configContents = configJson ? JSON.stringify(configJson) : undefined; constant
21 …NormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? configContents : undefined,