HomeSort by relevance Sort by last modified time
    Searched defs:ttisstring (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
  /external/skia/third_party/lua/src/
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
  /external/syslinux/com32/lua/src/
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)

Completed in 1134 milliseconds