Searched refs:TYPE_SINT32 (Results 26 - 37 of 37) sorted by relevance

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h335 // take 10 bytes. Use TYPE_SINT32 if negative
349 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator in enum:google::protobuf::FieldDescriptor::Type
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
H A Dwire_format_lite_inl.h84 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
H A Ddescriptor_unittest.cc1594 EXPECT_STREQ("sint32" , GetTypeNameForFieldType(FD::TYPE_SINT32 ));
1619 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SINT32 ));
1644 EXPECT_STREQ("int32" , GetCppTypeNameForFieldType(FD::TYPE_SINT32 ));
H A Ddescriptor.cc84 CPPTYPE_INT32, // TYPE_SINT32
107 "sint32", // TYPE_SINT32
4881 case FieldDescriptor::TYPE_SINT32:
H A Ddescriptor.pb.h789 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.cc609 "YPE_SFIXED64\020\020\022\017\n\013TYPE_SINT32\020\021\022\017\n\013TYPE_"
2412 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in class:google::protobuf::FieldDescriptorProto
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h85 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
H A Ddescriptor.cc82 CPPTYPE_INT32, // TYPE_SINT32
105 "sint32", // TYPE_SINT32
4333 case FieldDescriptor::TYPE_SINT32:
H A Ddescriptor.pb.h762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor_unittest.cc1575 EXPECT_EQ(FD::CPPTYPE_INT32 , GetCppTypeForFieldType(FD::TYPE_SINT32 ));
H A Ddescriptor.pb.cc543 "32\020\017\022\021\n\rTYPE_SFIXED64\020\020\022\017\n\013TYPE_SINT32\020\021"
2185 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in class:google::protobuf::FieldDescriptorProto
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 231 milliseconds

12