MCPcopy Create free account
hub / github.com/cginternals/globjects / length

Method length

source/globjects/source/ProgramBinary.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50GLsizei ProgramBinary::length() const
51{
52 validate();
53
54 return static_cast<GLsizei>(m_binaryData.size());
55}
56
57void ProgramBinary::notifyChanged(const Changeable *)
58{

Callers 15

insertMessageMethod · 0.80
replaceAllFunction · 0.80
ParseGoogleMockFlagValueFunction · 0.80
IsReadableTypeNameFunction · 0.80
MatchAndExplainMethod · 0.80
MatchAndExplainMethod · 0.80
TESTFunction · 0.80
RemoveExtensionMethod · 0.80
IsRootDirectoryMethod · 0.80
IsAbsolutePathMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 15

ParseGoogleMockFlagValueFunction · 0.64
IsReadableTypeNameFunction · 0.64
MatchAndExplainMethod · 0.64
MatchAndExplainMethod · 0.64
TESTFunction · 0.64
RemoveExtensionMethod · 0.64
IsRootDirectoryMethod · 0.64
IsAbsolutePathMethod · 0.64
IsDirectoryMethod · 0.64
NormalizeMethod · 0.64