Searched refs:parseValue (Results 1 – 2 of 2) sorted by relevance
18 optional<Value> parseValue(const Convertible& value, ParsingContext& ctx) { in parseValue() function25 optional<Value> memberValue = parseValue(v, ctx); in parseValue()41 optional<Value> item = parseValue(arrayMember(value, i), ctx); in parseValue()76 const optional<Value> parsedValue = parseValue(arrayMember(value, 1), ctx); in parse()100 const optional<Value> parsedValue = parseValue(value, ctx); in parse()
96 static mapbox::geometry::value parseValue(protozero::data_view const& value_view) { in parseValue() function187 return parseValue(layer_.values[tag_val]); in getValue()207 properties.emplace(layer_.keys.at(tag_key),parseValue(layer_.values.at(tag_val))); in getProperties()