Searched refs:IntegerFormat (Results 1 – 2 of 2) sorted by relevance
1501 typedef upb_intfmt_t IntegerFormat; typedef1515 static IntegerFormat ConvertIntegerFormat(int32_t val);1594 IntegerFormat integer_format() const;1693 void set_integer_format(IntegerFormat format);2494 inline FieldDef::IntegerFormat FieldDef::ConvertIntegerFormat(int32_t val) { in ConvertIntegerFormat()2496 return static_cast<FieldDef::IntegerFormat>(val); in ConvertIntegerFormat()
1917 typedef upb_intfmt_t IntegerFormat;1931 static IntegerFormat ConvertIntegerFormat(int32_t val);2043 IntegerFormat integer_format() const;2152 void set_integer_format(IntegerFormat format);3095 inline FieldDef::IntegerFormat FieldDef::ConvertIntegerFormat(int32_t val) {3097 return static_cast<FieldDef::IntegerFormat>(val);