MCPcopy Create free account
hub / github.com/NativeScript/android / Length

Method Length

test-app/runtime/src/main/cpp/DirectBuffer.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int DirectBuffer::Length() const {
32 return m_length;
33}
34
35int DirectBuffer::Size() const {
36 return m_pos - m_data;

Callers 15

PrepareV8RuntimeMethod · 0.45
ClearTimerMethod · 0.45
SetTimerMethod · 0.45
RequireCallbackImplMethod · 0.45
CtorMethod · 0.45
CanParseMethod · 0.45
MarkAsLongCallbackMethod · 0.45
MarkAsByteCallbackMethod · 0.45
MarkAsShortCallbackMethod · 0.45
MarkAsCharCallbackMethod · 0.45
MarkAsFloatCallbackMethod · 0.45
MarkAsDoubleCallbackMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestMethod · 0.36