OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luaV_equalobj_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h
20
#define equalobj(L,o1,o2) (ttisequal(o1, o2) &&
luaV_equalobj_
(L, o1, o2))
26
LUAI_FUNC int
luaV_equalobj_
(lua_State *L, const TValue *t1, const TValue *t2);
lvm.c
260
int
luaV_equalobj_
(lua_State *L, const TValue *t1, const TValue *t2) {
Completed in 28 milliseconds