Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h1501 typedef upb_intfmt_t IntegerFormat; typedef
1515 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()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1917 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);