Home | History | Annotate | Download | only in include

Lines Matching defs:MODEL

52     MODEL = 0,
118 // Does a detailed LOG(INFO) of the model
119 void logModelToInfo(const V1_0::Model& model);
120 void logModelToInfo(const V1_1::Model& model);
176 bool compliantWithV1_0(const V1_0::Model& model);
177 bool compliantWithV1_0(const V1_1::Model& model);
178 bool compliantWithV1_1(const V1_0::Model& model);
179 bool compliantWithV1_1(const V1_1::Model& model);
196 V1_0::Model convertToV1_0(const V1_0::Model& model);
197 V1_0::Model convertToV1_0(const V1_1::Model& model);
198 V1_1::Model convertToV1_1(const V1_0::Model& model);
199 V1_1::Model convertToV1_1(const V1_1::Model& model);