Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/resources/
Dtestdriver.js3 var idCounter = 0;
108 button.id = "wpt-test-driver-bless-" + (idCounter += 1);
/third_party/skia/src/gpu/ops/
DGrOp.h328 static uint32_t GenID(std::atomic<uint32_t>* idCounter) { in GenID() argument
329 uint32_t id = idCounter->fetch_add(1, std::memory_order_relaxed); in GenID()
/third_party/glslang/SPIRV/
DSPVRemapper.cpp786 int idCounter(0); in mapFnBodies() local
794 idCounter = 0; in mapFnBodies()
820 idCounter = 0; in mapFnBodies()
832 ++idCounter; in mapFnBodies()
840 + idCounter in mapFnBodies()