Searched defs:CountingLazyString (Results 1 – 1 of 1) sorted by relevance
199 struct CountingLazyString : ::c10::OptimisticLazyValue<std::string> { in TEST() struct200 mutable size_t invocations{0}; in TEST()202 std::string compute() const override { in TEST()