Searched refs:int31_t (Results 1 – 2 of 2) sorted by relevance
204 class int31_t {206 int31_t() : value_(0) {} in int31_t() function207 int31_t(int value) : value_(value) { // NOLINT(runtime/explicit) in int31_t() function210 int31_t& operator=(int value) {2796 bool ConstexprInt31Equal(int31_t a, int31_t b) { return a == b; } in ConstexprInt31Equal()
23 type int31 extends int32 generates 'TNode<Int32T>' constexpr 'int31_t';