Searched refs:jsonClassLoaderContext (Results 1 – 1 of 1) sorted by relevance
583 type jsonClassLoaderContext struct { struct588 Subcontexts []*jsonClassLoaderContext argument592 type jsonClassLoaderContextMap map[string][]*jsonClassLoaderContext612 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument640 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {641 jClcs := make([]*jsonClassLoaderContext, len(clcs))650 jClcs[i] = &jsonClassLoaderContext{