Home
last modified time | relevance | path

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

/dports/graphics/embree/embree-3.13.2/tutorials/common/scenegraph/
H A Dply_loader.cpp73 std::string stringOfTypeTag(Type::Tag ty) { in stringOfTypeTag() function
89 …if (ty.ty == Type::PTY_LIST) return "list " + stringOfTypeTag(ty.index) + " " + stringOfTypeTag(ty… in stringOfType()
90 else return stringOfTypeTag(ty.ty); in stringOfType()