Searched refs:singleton (Results 1 – 5 of 5) sorted by relevance
97 var singleton *Config var103 singleton = &Config{108 return singleton
21 from aidegen.lib.singleton import Singleton
31 from aidegen.lib.singleton import Singleton
23 doc = "A singleton provider that contains the raw value of a build setting",
2851 fun `Check singleton constructors`() { in Check singleton constructors()