Home
last modified time | relevance | path

Searched refs:INVALID_DATATYPE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Djson_util.h95 constexpr const BASE_NS::string_view INVALID_DATATYPE = "Failed to read value, invalid datatype: "; variable
180 … error += Detail::INVALID_DATATYPE + element + " (" + CORE_NS::json::to_string(*pos) + ")\n"; in SafeGetJsonEnum()
203 … error += Detail::INVALID_DATATYPE + element + " (" + CORE_NS::json::to_string(*pos) + ")\n"; in SafeGetJsonBitfield()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Djson_util.h91 constexpr const BASE_NS::string_view INVALID_DATATYPE = "Failed to read value, invalid datatype: "; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Djson_util.h93 constexpr const BASE_NS::string_view INVALID_DATATYPE = "Failed to read value, invalid datatype: "; variable