Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/readable-stream/lib/ours/
Derrors.js16 const kTypes = [ variable
151 if (kTypes.includes(value)) {
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local
1283 for (uint32_t i = 0; i < kTypes.size(); ++i) { in TEST_F()
1287 sstream << "struct A { [[location(0)]] a: " << kTypes[i] << ";" << std::endl; in TEST_F()
1313 for (uint32_t vertexModuleIndex = 0; vertexModuleIndex < kTypes.size(); ++vertexModuleIndex) { in TEST_F()
1315 for (uint32_t fragmentModuleIndex = 0; fragmentModuleIndex < kTypes.size(); in TEST_F()
/third_party/gn/src/gn/
Dcommands.cc432 } kTypes[] = { in InitFrom() local
443 for (const auto& type : kTypes) { in InitFrom()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc313 static const ExternalArrayType kTypes[] = { in GetInternalProperties() local
319 for (auto type : kTypes) { in GetInternalProperties()
/third_party/node/lib/internal/
Derrors.js71 const kTypes = [ variable
1237 if (ArrayPrototypeIncludes(kTypes, value)) {