Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/lac
/ _get_self
Function
_get_self
java/cpp/lac_jni.cpp:33–37 ·
view source on GitHub ↗
返回LAC对象的指针
Source
from the content-addressed store, hash-verified
31
32
// 返回LAC对象的指针
33
static LAC *_get_self(JNIEnv *env, jobject thisObj)
34
{
35
jlong selfPtr = env->GetLongField(thisObj, _get_self_id(env, thisObj));
36
return *(LAC **)&selfPtr;
37
}
38
39
40
/*
Callers
2
Java_com_baidu_nlp_LAC_loadCustomization
Function · 0.85
Java_com_baidu_nlp_LAC_run
Function · 0.85
Calls
1
_get_self_id
Function · 0.85
Tested by
no test coverage detected