Home | History | Annotate | Download | only in protobuf

Lines Matching refs:TYPE_ENUM

115   GOOGLE_CHECK_NE(type, WireFormatLite::TYPE_ENUM);
139 GOOGLE_CHECK_EQ(type, WireFormatLite::TYPE_ENUM);
925 case WireFormatLite::TYPE_ENUM:
928 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
932 AddEnum(number, WireFormatLite::TYPE_ENUM, true, value,
979 case WireFormatLite::TYPE_ENUM: {
981 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
989 AddEnum(number, WireFormatLite::TYPE_ENUM, false, value,
992 SetEnum(number, WireFormatLite::TYPE_ENUM, value,