costan
89af27bde5
Remove ssize_t from code that is not POSIX-specific.
...
ssize_t is not standard C++. It is a POSIX extension. Therefore, it does
not belong in generic code.
This change tweaks the logic in DBIter to remove the need for signed
integers, so ssize_t can be replaced with size_t. The impacted method
and private member are renamed to better express their purpose.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=211471606
2018-09-04 10:37:22 -07:00
..
2013-08-21 11:12:47 -07:00
2018-04-10 16:26:43 -07:00
2018-03-12 09:24:48 -07:00
2018-08-19 19:54:34 -07:00
2018-08-19 19:54:34 -07:00
2018-04-10 16:26:43 -07:00
2018-04-10 16:26:43 -07:00
2018-04-30 16:01:39 -07:00
2018-04-10 16:26:43 -07:00
2018-09-04 10:37:22 -07:00
2018-03-12 09:24:48 -07:00
2018-04-30 16:01:39 -07:00
2011-10-31 17:22:06 +00:00
2013-05-14 17:03:07 -07:00
2018-03-12 09:24:48 -07:00
2018-04-10 16:26:43 -07:00
2018-09-04 10:37:22 -07:00
2018-03-12 09:24:25 -07:00
2018-03-12 09:24:48 -07:00
2018-03-12 09:24:48 -07:00
2016-01-29 16:10:00 -08:00
2017-03-01 09:42:25 -08:00
2018-04-10 16:26:43 -07:00
2018-04-10 16:26:43 -07:00
2016-03-31 15:53:34 -07:00
2015-08-11 14:56:39 -07:00
2015-08-11 14:56:39 -07:00
2018-04-16 18:13:09 -07:00
2018-03-16 10:32:40 -07:00
2018-04-10 16:26:43 -07:00
2018-04-10 16:26:43 -07:00
2018-04-10 16:26:43 -07:00
2018-04-10 16:26:43 -07:00
2018-04-30 16:01:39 -07:00
2018-04-10 16:26:43 -07:00
2018-04-10 16:26:43 -07:00
2011-10-31 17:22:06 +00:00
2018-04-10 16:26:43 -07:00
2011-10-31 17:22:06 +00:00
2018-04-10 16:26:43 -07:00
2018-04-16 18:13:09 -07:00
2018-04-10 16:26:43 -07:00
2014-12-11 08:02:45 -08:00
2018-08-14 15:30:29 -07:00
2018-08-14 15:30:29 -07:00