Searched refs:RustLibraryInterface (Results 1 – 5 of 5) sorted by relevance
75 RustLibraryInterface() bool methodSpec
1112 func (c *Module) RustLibraryInterface() bool { func3150 if ccDep.RustLibraryInterface() {3228 if libDepTag.static() && !libDepTag.wholeStatic && !ccDep.RustLibraryInterface() {3303 if !ccDep.RustLibraryInterface() {
640 …if rustmod, ok := child.(LinkableInterface); ok && rustmod.RustLibraryInterface() && !rustmod.Shar…
2112 …ule().(LinkableInterface); ok && (library.CcLibraryInterface() || library.RustLibraryInterface()) {
604 func (mod *Module) RustLibraryInterface() bool { func