MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / length

Function length

Source/ThirdParty/pugixml/pugixml.cpp:6853–6856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6851 }
6852
6853 size_t length() const
6854 {
6855 return _uses_heap ? _length_heap : strlength(_buffer);
6856 }
6857
6858 char_t* data(xpath_allocator* alloc)
6859 {

Callers 4

vecClass · 0.85
appendFunction · 0.85
normalizeMethod · 0.85
getOrthonormalMethod · 0.85

Calls 1

strlengthFunction · 0.85

Tested by

no test coverage detected