HomeSort by relevance Sort by last modified time
    Searched defs:SkOnce (Results 1 - 2 of 2) sorted by null

  /external/skia/include/private/
SkOnce.h 15 // SkOnce provides call-once guarantees for Skia, much like std::once_flag/std::call_once().
17 // There should be no particularly error-prone gotcha use cases when using SkOnce.
20 class SkOnce {
22 constexpr SkOnce() = default;
  /external/skqp/include/private/
SkOnce.h 15 // SkOnce provides call-once guarantees for Skia, much like std::once_flag/std::call_once().
17 // There should be no particularly error-prone gotcha use cases when using SkOnce.
20 class SkOnce {
22 constexpr SkOnce() = default;

Completed in 70 milliseconds