Home
last modified time | relevance | path

Searched refs:textIn (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp371 string textIn; in LoadJsonEntityCollection() local
372 if (IoUtil::LoadTextFile(resolvedFile, textIn, fileManager_)) { in LoadJsonEntityCollection()
375 auto json = json::parse(textIn.data()); in LoadJsonEntityCollection()
377 CORE_LOG_E("Parsing json failed: '%s':\n%s", resolvedUri.c_str(), textIn.c_str()); in LoadJsonEntityCollection()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp345 string textIn; in LoadJsonEntityCollection() local
347 if (IoUtil::LoadTextFile(fileManager, resolvedFile, textIn)) { in LoadJsonEntityCollection()
348 auto json = json::parse(textIn.data()); in LoadJsonEntityCollection()

Completed in 3 milliseconds