Searched refs:VLogAssert (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/ |
H A D | logger.cpp | 143 bool Logger::VLogAssert(const string_view filename, int lineNumber, bool expression, const string_view expressionString, in VLogAssert() function in Logger 200 VLogAssert(filename, lineNumber, expression, expressionString, format, vl); in LogAssert()
|
H A D | logger.h | 47 bool VLogAssert(BASE_NS::string_view filename, int lineNumber, bool expression,
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | intf_logger.h | 106 virtual bool VLogAssert(BASE_NS::string_view filename, int lineNumber, bool expression,
|
H A D | log.h | 214 logger->VLogAssert(filename, lineNumber, expression, expressionString, format, vl); in LogAssert()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | log.h | 183 logger->VLogAssert(filename, lineNumber, expression, expressionString, format, vl); in PluginLogAssert()
|
Completed in 2 milliseconds