Searched refs:processQuery (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/
H A DDSENT.cc178 static const void* processQuery(const String& query_str_, function in namespace:DSENT
243 void processQuery(const vector<String> &queries, function in namespace:DSENT
249 processQuery(curr_query, ms_model, true);
338 const Result* result = (const Result*)DSENT::processQuery(
/gem5/ext/dsent/model/
H A DModel.h170 virtual const void* processQuery(const String& query_type_, const String& query_sub_field_);
H A DModel.cc444 return processQuery(query_type_, query_sub_field_);
465 const void* Model::processQuery(const String& query_type_, const String& query_sub_field_) function in class:DSENT::Model

Completed in 10 milliseconds