Home
last modified time | relevance | path

Searched refs:lmsg (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c643 lupb_msg *lmsg = lupb_newuserdata(L, sizeof(lupb_msg), 2, LUPB_MSG); in lupb_msg_pushnew() local
650 lmsg->msg = upb_msg_new(m, arena); in lupb_msg_pushnew()
651 lupb_cacheset(L, lmsg->msg); in lupb_msg_pushnew()
652 return lmsg->msg; in lupb_msg_pushnew()
662 lupb_msg *lmsg = lupb_newuserdata(L, sizeof(*lmsg), 2, LUPB_MSG); in lupb_msg_newmsgwrapper() local
663 lmsg->msg = (upb_msg*)val.msg_val; /* XXX: cast isn't great. */ in lupb_msg_newmsgwrapper()
664 lupb_cacheset(L, lmsg->msg); in lupb_msg_newmsgwrapper()
713 lupb_msg *lmsg = lupb_msg_newud(L, narg, sizeof(*lmsg), LUPB_MSG, f); in lupb_msg_newwrapper() local
714 lmsg->msg = val.msg; in lupb_msg_newwrapper()
/external/lua/src/
Dlua.c441 size_t lmsg; in incomplete() local
442 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
443 if (lmsg >= marklen && strcmp(msg + lmsg - marklen, EOFMARK) == 0) { in incomplete()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DBaseTest.java350 String lmsg = (msg == null) ? "" : msg.toLowerCase(); in verifyException() local
353 if (lmsg.indexOf(lmatch) >= 0) { in verifyException()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DBaseTest.java497 String lmsg = (msg == null) ? "" : msg.toLowerCase(); in verifyException() local
500 if (lmsg.indexOf(lmatch) >= 0) { in verifyException()