Searched refs:singleton (Results 1 – 4 of 4) sorted by relevance
97 var singleton *Config var103 singleton = &Config{108 return singleton
21 from aidegen.lib.singleton import Singleton
25 from aidegen.lib.singleton import Singleton
2933 fun `Check singleton constructors`() { in Check singleton constructors()