Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void DirectBuffer::Reset() {
40
m_pos = m_data;
41
}
42
43
bool DirectBuffer::Write(int value) {
44
bool canWrite = m_pos < m_end;
Callers
15
LoadESModule
Method · 0.45
ResolveModuleCallback
Function · 0.45
ImportModuleDynamicallyCallback
Function · 0.45
NativeScriptException
Method · 0.45
WrapJavaToJsException
Method · 0.45
ClearWorkerPersistent
Method · 0.45
~PerIsolateV8Constants
Method · 0.45
BindFinalizer
Method · 0.45
Finalizer
Method · 0.45
BindFinalizer
Method · 0.45
Finalizer
Method · 0.45
JSObjectFinalizer
Method · 0.45
Calls
no outgoing calls
Tested by
1
init
Method · 0.36