Home | History | Annotate | Download | only in tests

Lines Matching defs:char_val

858   const int8_t   char_val   = -127;  // 0x81
888 case 1: builder.AddElement<int8_t >(off, char_val, 0); break;
918 case 1: CompareTableFieldValue(table, off, char_val ); break;