Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGRECave/ogre-next
/ Append
Method
Append
RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void CPreprocessor::Token::Append (const char *iString, size_t iLength)
56
{
57
Token t (Token::TK_TEXT, iString, iLength);
58
Append (t);
59
}
60
61
void CPreprocessor::Token::Append (const Token &iOther)
62
{
Callers
3
GetArgument
Method · 0.45
HandleDirective
Method · 0.45
Parse
Method · 0.45
Calls
1
ClosestPow2
Function · 0.70
Tested by
no test coverage detected