Searched refs:jsonClassLoaderContext (Results 1 – 1 of 1) sorted by relevance
496 type jsonClassLoaderContext struct { struct500 Subcontexts []*jsonClassLoaderContext argument504 type jsonClassLoaderContextMap map[string][]*jsonClassLoaderContext524 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument548 func toJsonClassLoaderContextRec(clcs []*ClassLoaderContext) []*jsonClassLoaderContext {549 jClcs := make([]*jsonClassLoaderContext, len(clcs))551 jClcs[i] = &jsonClassLoaderContext{