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

  /external/protobuf/src/google/protobuf/
unknown_field_set.h 135 TYPE_FIXED64,
228 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED64);
249 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED64);
wire_format_lite.h 104 TYPE_FIXED64 = 6,
descriptor.h 307 TYPE_FIXED64 = 6, // uint64, exactly eight bytes on the wire.
333 CPPTYPE_UINT64 = 4, // TYPE_UINT64, TYPE_FIXED64
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 751 static const Type TYPE_FIXED64 = FieldDescriptorProto_Type_TYPE_FIXED64;
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 367 TYPE_FIXED64 = 6
406 TYPE_FIXED64: CPPTYPE_UINT64,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 160 TYPE_FIXED64,
266 assert(type_ == TYPE_FIXED64);
287 assert(type_ == TYPE_FIXED64);
wire_format_lite.h 103 TYPE_FIXED64 = 6,
descriptor.h 333 TYPE_FIXED64 = 6, // uint64, exactly eight bytes on the wire.
359 CPPTYPE_UINT64 = 4, // TYPE_UINT64, TYPE_FIXED64
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 333 TYPE_FIXED64 = 6

Completed in 304 milliseconds