Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go517 Type: emptyInterfaceType,
563 return emptyInterfaceType
647 return emptyInterfaceType
754 var emptyInterfaceType = reflect.TypeOf(emptyInterfaceStruct{}).Field(0).Type var