OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsvalue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lvm.c
38
if (ttisstring(obj) && luaO_str2d(svalue(obj),
tsvalue
(obj)->len, &num)) {
302
else if (
tsvalue
(top-1)->len == 0) /* second operand is empty? */
304
else if (ttisstring(top-2) &&
tsvalue
(top-2)->len == 0) {
309
size_t tl =
tsvalue
(top-1)->len;
314
size_t l =
tsvalue
(top-i-1)->len;
323
size_t l =
tsvalue
(top-i)->len;
346
setnvalue(ra, cast_num(
tsvalue
(rb)->len));
lobject.h
157
#define
tsvalue
(o) (&rawtsvalue(o)->tsv)
macro
lapi.c
402
if (len != NULL) *len =
tsvalue
(o)->len;
410
case LUA_TSTRING: return
tsvalue
(o)->len;
Completed in 455 milliseconds