HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT32 (Results 26 - 33 of 33) sorted by null

12

  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 439 .setType(FieldDescriptorProto.Type.TYPE_INT32)
  /external/protobuf/src/google/protobuf/
descriptor.h 304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
631 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
632 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
633 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
wire_format_lite.h 103 TYPE_INT32 = 5,
wire_format_lite_inl.h 55 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
descriptor.pb.cc     [all...]
descriptor.cc 70 CPPTYPE_INT32, // TYPE_INT32
93 "int32", // TYPE_INT32
    [all...]
descriptor.pb.h 750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32;
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]

Completed in 581 milliseconds

12