Home
last modified time | relevance | path

Searched refs:checked_add (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c9743 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
9957 if (!checked_add(p->accumulated_len, len, &need)) { in accumulate_append()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10439 static bool checked_add(size_t a, size_t b, size_t *c) { in checked_add() function
10653 if (!checked_add(p->accumulated_len, len, &need)) { in accumulate_append()