Home
last modified time | relevance | path

Searched refs:NewCustomOnceKey (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Donceper_test.go153 key1 := NewCustomOnceKey(key{"key"})
154 key2 := NewCustomOnceKey(key{"key"})
164 t.Errorf(`second call to Once with the NewCustomOnceKey from equal key should return "a": %q`, b)
Donceper.go106 func NewCustomOnceKey(key interface{}) OnceKey { func
Dpath_properties.go119 key := NewCustomOnceKey(reflect.TypeOf(ps))
Darch.go1091 archPropTypes := archPropTypeMap.Once(NewCustomOnceKey(t), func() interface{} {