Home
last modified time | relevance | path

Searched refs:raw_seed (Results 1 - 3 of 3) sorted by relevance

/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h113 const unsigned int raw_seed = in GetRandomSeedFromFlag() local
120 static_cast<int>((raw_seed - 1U) % in GetRandomSeedFromFlag()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h114 const unsigned int raw_seed = in GetRandomSeedFromFlag() local
121 static_cast<int>((raw_seed - 1U) % in GetRandomSeedFromFlag()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h131 const unsigned int raw_seed = (random_seed_flag == 0) ? in GetRandomSeedFromFlag() local
138 static_cast<int>((raw_seed - 1U) % in GetRandomSeedFromFlag()

Completed in 6 milliseconds