Searched refs:Named (Results 1 – 14 of 14) sorted by relevance
136 using Named = std::pair<std::string, Type>; variable139 const std::string& getName(const Named<Type>& namedData) { in getName()144 const Type& getData(const Named<Type>& namedData) { in getData()
30 using NamedDevice = Named<std::shared_ptr<IDevice>>;
29 using NamedModel = Named<const test_helper::TestModel*>;
143 using Named = std::pair<std::string, Type>; variable146 const std::string& getName(const Named<Type>& namedData) { in getName()151 const Type& getData(const Named<Type>& namedData) { in getData()
30 using NamedDevice = Named<sp<IDevice>>;
27 using NamedModel = Named<const test_helper::TestModel*>;
29 using NamedDevice = Named<sp<IDevice>>;
31 using NamedModel = Named<const test_helper::TestModel*>;
292 /** Named value type */297 /** Named values for the field */
343 * Named value type. This is used for defining an enum value for a numeric