reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
368 if (Types && Kind == kTypes) 369 return *Types; 380 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; 394 assert(!Types); 401 Types = std::make_unique<LazyRandomTypeCollection>(Records, 100); 402 return *Types; 405 Types = std::make_unique<LazyRandomTypeCollection>(100); 406 return *Types;