Searched defs:FromMBGLValue (Results 1 – 1 of 1) sorted by relevance
77 struct FromMBGLValue { struct78 Value operator()(const std::vector<mbgl::Value>& v) { in operator ()()87 Value operator()(const std::unordered_map<std::string, mbgl::Value>& v) { in operator ()()96 Value operator()(const std::string& s) { return s; } in operator ()()97 Value operator()(const bool b) { return b; } in operator ()()98 Value operator()(const NullValue) { return Null; } in operator ()()99 Value operator()(const double v) { return v; } in operator ()()100 Value operator()(const uint64_t& v) { in operator ()()103 Value operator()(const int64_t& v) { in operator ()()