Searched defs:components (Results 1 – 10 of 10) sorted by relevance
19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components(0); member in panda::compiler::CompilerLogger
50 def components method
20 "components": [], array
49 void Log::SetLogComponentFromString(const std::vector<std::string>& components) in SetLogComponentFromString()
24 "components": [], array
39 auto load_components = [&component_mask](auto components) { in Initialize()
299 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in ParseUnionType() local
422 JSHandle<TaggedArray> components(thread_, unionType->GetComponents()); in GetOrCreateUnionType() local