Home
last modified time | relevance | path

Searched defs:Sequential (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_probe_benchmark.cc266 struct Sequential { struct
267 T operator()() const { return current++; } in operator ()()
268 mutable T current{};
272 struct Sequential<Ptr<Align>*> { struct
273 Ptr<Align>* operator()() const { in operator ()()
278 mutable uintptr_t current = PointerForAlignment<Align>();
283 struct Sequential<String<small>> { struct
284 std::string operator()() const { return String<small>::Make(current++); } in operator ()()
285 mutable uint32_t current = 0;
289 struct Sequential<std::pair<T, U>> { struct
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceThreading.h129 const bool Sequential; variable
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12DescriptorHeapTests.cpp914 TEST_P(D3D12DescriptorHeapTests, Sequential) { in TEST_P() argument