Searched defs:int31_t (Results 1 – 1 of 1) sorted by relevance
1867 constexpr int31_t() : value_(0) {} in int31_t() function1868 constexpr int31_t(int value) : value_(value) { // NOLINT(runtime/explicit) in int31_t() function