Searched refs:query_type_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/model/
H A DModel.cc430 const void* Model::parseQuery(const String& query_type_, const String& query_hier_, const String& query_sub_field_) argument
444 return processQuery(query_type_, query_sub_field_);
461 return m_sub_instances_->get(temp_sub_instance_name)->getModel()->parseQuery(query_type_, temp_query_hier, query_sub_field_);
465 const void* Model::processQuery(const String& query_type_, const String& query_sub_field_) argument
467 if(query_type_ == "Property")
471 else if(query_type_ == "Parameter")
475 else if(query_type_.contain("Hier"))
479 else if(query_type_ == "Area")
483 else if(query_type_ == "NddPower")
487 else if(query_type_
619 printHierarchy(const String& query_type_, const String& query_sub_field_, const String& prepend_str_, int detail_level_, ostream& ost_) const argument
[all...]
H A DModel.h168 const void* parseQuery(const String& query_type_, const String& query_hier_, const String& query_sub_field_);
170 virtual const void* processQuery(const String& query_type_, const String& query_sub_field_);
173 void printHierarchy(const String& query_type_, const String& query_sub_field_, const String& prepend_str_, int detail_level_, ostream& ost_) const;

Completed in 7 milliseconds