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

Method Reset

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

Source from the content-addressed store, hash-verified

37}
38
39void DirectBuffer::Reset() {
40 m_pos = m_data;
41}
42
43bool DirectBuffer::Write(int value) {
44 bool canWrite = m_pos < m_end;

Callers 15

LoadESModuleMethod · 0.45
ResolveModuleCallbackFunction · 0.45
NativeScriptExceptionMethod · 0.45
WrapJavaToJsExceptionMethod · 0.45
ClearWorkerPersistentMethod · 0.45
BindFinalizerMethod · 0.45
FinalizerMethod · 0.45
BindFinalizerMethod · 0.45
FinalizerMethod · 0.45
JSObjectFinalizerMethod · 0.45

Calls

no outgoing calls

Tested by 1

initMethod · 0.36