Lines Matching refs:value_t
113 nlohmann::json::value_t firstType = value[0].type(); in checkArrayElementsSameType()
119 static nlohmann::json::value_t getDBusType( in getDBusType()
120 const nlohmann::json& value, nlohmann::json::value_t type, in getDBusType()
123 const bool array = value.type() == nlohmann::json::value_t::array; in getDBusType()
134 return nlohmann::json::value_t::number_float; in getDBusType()
139 return nlohmann::json::value_t::number_float; in getDBusType()
149 nlohmann::json::value_t type, in populateInterfacePropertyFromJson()
157 case (nlohmann::json::value_t::boolean): in populateInterfacePropertyFromJson()
163 case (nlohmann::json::value_t::number_integer): in populateInterfacePropertyFromJson()
169 case (nlohmann::json::value_t::number_unsigned): in populateInterfacePropertyFromJson()
175 case (nlohmann::json::value_t::number_float): in populateInterfacePropertyFromJson()
181 case (nlohmann::json::value_t::string): in populateInterfacePropertyFromJson()
206 if (value.type() == nlohmann::json::value_t::array) in populateInterfaceFromJson()
219 if (type == nlohmann::json::value_t::object) in populateInterfaceFromJson()