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.cc371 void ToUint128(const Timestamp& value, uint128* result, bool* negative) { in ToUint128() function
384 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128() function
438 ToUint128(d, &value, &negative); in operator *=()
464 ToUint128(d, &value, &negative); in operator /=()
482 ToUint128(d1, &value1, &negative1); in operator %=()
483 ToUint128(d2, &value2, &negative2); in operator %=()
498 ToUint128(d1, &value1, &negative1); in operator /()
499 ToUint128(d2, &value2, &negative2); in operator /()