Home
last modified time | relevance | path

Searched refs:OnceStringSlice (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Donceper_test.go103 a := once.OnceStringSlice(key, func() []string { return []string{"a"} })
104 b := once.OnceStringSlice(key, func() []string { return []string{"a"} })
107 t.Errorf(`first call to OnceStringSlice should return ["a"]: %q`, a)
111 t.Errorf(`second call to OnceStringSlice with the same key should return ["a"]: %q`, b)
Donceper.go83 func (once *OncePer) OnceStringSlice(key OnceKey, value func() []string) []string { func
/build/soong/cc/
Dpgo.go47 return config.OnceStringSlice(pgoProfileProjectsConfigKey, func() []string {