Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dtime_util.cc383 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128() function
423 ToUint128(d, &value, &negative); in operator *=()
449 ToUint128(d, &value, &negative); in operator /=()
467 ToUint128(d1, &value1, &negative1); in operator %=()
468 ToUint128(d2, &value2, &negative2); in operator %=()
483 ToUint128(d1, &value1, &negative1); in operator /()
484 ToUint128(d2, &value2, &negative2); in operator /()