Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/
Dtimeout_encoding_test.cc114 static grpc_millis millis_from_seconds(int64_t x) { in millis_from_seconds() function
129 decode_suite('S', millis_from_seconds); in test_decoding()
132 assert_decodes_as("1000000000S", millis_from_seconds(1000 * 1000 * 1000)); in test_decoding()