MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / length

Method length

physx/source/common/src/CmIO.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 InputDataReader &operator=(const InputDataReader &);
85
86 PxU32 length() const { return getData().getLength(); }
87 void seek(PxU32 offset) { getData().seek(offset); }
88 PxU32 tell() { return getData().tell(); }
89

Callers 6

matchFunction · 0.45
matchFunction · 0.45
loadMethod · 0.45
D3D11StringKeyMethod · 0.45
mainFunction · 0.45

Calls 2

getLengthMethod · 0.80
getDataFunction · 0.50

Tested by

no test coverage detected