Lines Matching refs:ok
88 rustLib, ok := rModule.compiler.(*libraryDecorator)
89 if !ok {
111 rustLib, ok := rModule.compiler.(*libraryDecorator)
112 if !ok {
118 if src, ok := sourceProviderVariantSource(ctx, rModule); ok {
133 sourceSrc, ok = sourceProviderVariantSource(ctx, rVariant)
134 if ok {
170 rChild, compChild, ok := isModuleSupported(ctx, child)
171 if !ok {
178 childId, ok = singleton.addCrate(ctx, rChild, compChild)
179 if !ok {
186 if _, ok = deps[child.Name()]; ok {
197 rModule, ok := module.(*Module)
198 if !ok {
222 rootModule, ok := crateSource(ctx, rModule, comp)
223 if !ok {
261 rModule, comp, ok := isModuleSupported(ctx, module)
262 if !ok {
266 if cInfo, ok := singleton.knownCrates[module.Name()]; ok {