Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1094 auto cutIx = fullPath.find_last_of('/'); variable
1095 if (cutIx != BASE_NS::string_view::npos && cutIx < fullPath.size()) {
1096 ++cutIx;
1097 nodePath = BASE_NS::string(fullPath.data(), cutIx);
1098 nodeName = BASE_NS::string(fullPath.data() + cutIx, fullPath.size() - cutIx);

Completed in 3 milliseconds