Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/
Dtimeout_encoding_test.cc80 void decode_suite(char ext, grpc_millis (*answer)(int64_t x)) { in decode_suite() function
126 decode_suite('n', millis_from_nanos); in test_decoding()
127 decode_suite('u', millis_from_micros); in test_decoding()
128 decode_suite('m', millis_from_millis); in test_decoding()
129 decode_suite('S', millis_from_seconds); in test_decoding()
130 decode_suite('M', millis_from_minutes); in test_decoding()
131 decode_suite('H', millis_from_hours); in test_decoding()