HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_FIXED32 (Results 1 - 12 of 12) sorted by null

  /external/protobuf/src/google/protobuf/
unknown_field_set.h 134 TYPE_FIXED32,
224 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED32);
245 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED32);
wire_format_lite.h 105 TYPE_FIXED32 = 7,
descriptor.h 308 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
332 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
descriptor.pb.cc 539 "YPE_FIXED64\020\006\022\020\n\014TYPE_FIXED32\020\007\022\r\n\tTYPE_"
    [all...]
descriptor.pb.h 752 static const Type TYPE_FIXED32 = FieldDescriptorProto_Type_TYPE_FIXED32;
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 368 TYPE_FIXED32 = 7
411 TYPE_FIXED32: CPPTYPE_UINT32,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 159 TYPE_FIXED32,
262 assert(type_ == TYPE_FIXED32);
283 assert(type_ == TYPE_FIXED32);
wire_format_lite.h 104 TYPE_FIXED32 = 7,
descriptor.h 338 TYPE_FIXED32 = 7, // uint32, exactly four bytes on the wire.
362 CPPTYPE_UINT32 = 3, // TYPE_UINT32, TYPE_FIXED32
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 334 TYPE_FIXED32 = 7

Completed in 1444 milliseconds