Searched refs:Mapper (Results 1 – 3 of 3) sorted by relevance
42 class Mapper { class51 Mapper(MtpDatabase database) { in Mapper() method in Mapper
87 private final Mapper mMapper;96 mMapper = new Mapper(this); in MtpDatabase()107 Mapper getMapper() { in getMapper()
59 typedef std::function<C2Value(C2Value)> Mapper; typedef75 ConfigMapper &withMapper(Mapper mapper) { in withMapper()83 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers()168 Mapper mapper() const { return mMapper; } in mapper()169 Mapper reverse() const { return mReverse; } in reverse()176 Mapper mMapper; ///< optional SDK => Codec 2.0 value mapper177 Mapper mReverse; ///< optional Codec 2.0 => SDK value mapper327 ConfigMapper::Mapper makeFloat = [](C2Value v) -> C2Value { in initializeStandardParams()339 ConfigMapper::Mapper negate = [](C2Value v) -> C2Value { in initializeStandardParams()