Searched defs:TYPE_FIXED32 (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Ddescriptor.py334 TYPE_FIXED32 = 7 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h134 TYPE_FIXED32, enumerator in enum:google::protobuf::UnknownField::Type
224 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED32);
245 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED32);
H A Dwire_format_lite.h105 TYPE_FIXED32 = 7, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h308 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire. enumerator in enum:google::protobuf::FieldDescriptor::Type
332 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
H A Ddescriptor.pb.cc539 "YPE_FIXED64\020\006\022\020\n\014TYPE_FIXED32\020\007\022\r\n\tTYPE_"
2175 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_FIXED32; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h752 static const Type TYPE_FIXED32 = FieldDescriptorProto_Type_TYPE_FIXED32; member in class:google::protobuf::FieldDescriptorProto

Completed in 193 milliseconds