Home
last modified time | relevance | path

Searched refs:saved_limit (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py485 saved_limit = self.cx.getlimit(category)
489 self.assertEqual(saved_limit, prev_limit)
495 self.cx.setlimit(category, saved_limit)
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c463 const char *saved_limit = d->limit; in decode_tosubmsg() local
467 d->limit = saved_limit; in decode_tosubmsg()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c414 const char *saved_limit = d->limit; in decode_tosubmsg() local
418 d->limit = saved_limit; in decode_tosubmsg()

Completed in 36 milliseconds