Searched +defs:commit +defs:msg (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Modules/_sqlite/ |
| D | connection.c | 753 set_sqlite_error(sqlite3_context *context, const char *msg) in set_sqlite_error() 2230 int commit = 0; in pysqlite_connection_exit_impl() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | upb.c | 36 #define UPB_PTR_AT(msg, ofs, type) ((type*)((char*)(msg) + (ofs))) argument 38 #define UPB_READ_ONEOF(msg, fieldtype, offset, case_offset, case_val, default) \ argument 43 #define UPB_WRITE_ONEOF(msg, fieldtype, offset, value, case_offset, case_val) \ argument 442 upb_msg *msg, const upb_msglayout *layout, in decode_toarray() 530 static void decode_tomap(upb_decstate *d, upb_msg *msg, in decode_tomap() 566 static const char *decode_tomsg(upb_decstate *d, const char *ptr, upb_msg *msg, in decode_tomsg() 618 static const char *decode_msg(upb_decstate *d, const char *ptr, upb_msg *msg, in decode_msg() 715 bool upb_decode(const char *buf, size_t size, void *msg, const upb_msglayout *l, in upb_decode() 845 static uint32_t upb_readcase(const char *msg, const upb_msglayout_field *f) { in upb_readcase() 851 static bool upb_readhasbit(const char *msg, const upb_msglayout_field *f) { in upb_readhasbit() [all …]
|