Searched refs:FieldType (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable-inl.h11 template <typename FieldType, FieldType field_index>
H A Dsyncable.h542 template <typename FieldType, FieldType field_index>
/external/clang/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
/external/protobuf/src/google/protobuf/
H A Dextension_set.h74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType; typedef in namespace:google::protobuf::internal
92 inline ExtensionInfo(FieldType type, bool is_repeated, bool is_packed)
96 FieldType type;
166 int number, FieldType type,
169 int number, FieldType type,
173 int number, FieldType type,
239 void SetInt32 (int number, FieldType type, int32 value, desc);
240 void SetInt64 (int number, FieldType type, int64 value, desc);
241 void SetUInt32(int number, FieldType typ
[all...]
H A Dwire_format_lite.h98 enum FieldType { enum in class:google::protobuf::internal::WireFormatLite
136 static CppType FieldTypeToCppType(FieldType type);
140 WireFormatLite::FieldType type) {
160 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
242 // the represented type and the FieldType. These are specialized with the
244 template <typename CType, enum FieldType DeclaredType>
250 template <typename CType, enum FieldType DeclaredType>
258 template <typename CType, enum FieldType DeclaredType>
269 template <typename CType, enum FieldType DeclaredType>
276 template <typename CType, enum FieldType DeclaredTyp
[all...]
H A Dwire_format.h276 static_cast<WireFormatLite::FieldType>(
288 static_cast<WireFormatLite::FieldType>(
H A Dextension_set.cc52 inline WireFormatLite::FieldType real_type(FieldType type) {
54 return static_cast<WireFormatLite::FieldType>(type);
57 inline WireFormatLite::CppType cpp_type(FieldType type) {
113 int number, FieldType type,
136 int number, FieldType type,
148 int number, FieldType type,
227 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \
257 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, \
298 void ExtensionSet::SetEnum(int number, FieldType typ
[all...]
H A Dwire_format_lite_inl.h224 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
241 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
312 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
322 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
337 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
H A Dextension_set_heavy.cc96 inline FieldDescriptor::Type real_type(FieldType type) {
101 inline FieldDescriptor::CppType cpp_type(FieldType type) {
H A Dwire_format_unittest.cc55 // Verify that WireFormatLite::FieldType and WireFormatLite::CppType match
68 static_cast<WireFormatLite::FieldType>(i))));
H A Ddescriptor_unittest.cc585 TEST_F(DescriptorTest, FieldType) {
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DFieldSet.java58 WireFormat.FieldType getLiteType();
292 private static void verifyType(final WireFormat.FieldType type,
369 static int getWireFormatForFieldType(final WireFormat.FieldType type,
433 final WireFormat.FieldType type) throws IOException {
507 final WireFormat.FieldType type,
512 if (type == WireFormat.FieldType.GROUP) {
532 final WireFormat.FieldType type,
564 WireFormat.FieldType type = descriptor.getLiteType();
634 final WireFormat.FieldType type,
637 if (type == WireFormat.FieldType
[all...]
H A DWireFormat.java107 public enum FieldType { enum in class:WireFormat
135 FieldType(final JavaType javaType, final int wireType) { method in class:WireFormat.FieldType
H A DGeneratedMessageLite.java340 if (extension.descriptor.getLiteType() == WireFormat.FieldType.ENUM) {
377 WireFormat.FieldType.GROUP) {
433 final WireFormat.FieldType type,
445 private final WireFormat.FieldType type;
453 public WireFormat.FieldType getLiteType() {
519 final WireFormat.FieldType type) {
532 final WireFormat.FieldType type,
H A DDescriptors.java673 public WireFormat.FieldType getLiteType() {
679 private static final WireFormat.FieldType[] table =
680 WireFormat.FieldType.values();
H A DAbstractMessage.java352 if (field.getLiteType() == WireFormat.FieldType.ENUM) {
/external/clang/lib/CodeGen/
H A DCGClass.cpp562 QualType FieldType = Field->getType(); local
576 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
587 = CGF.getContext().getAsConstantArrayType(FieldType);
604 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
619 QualType FieldType = Field->getType(); local
620 if (!hasAggregateLLVMType(FieldType)) {
627 } else if (FieldType->isAnyComplexType()) {
636 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
655 EmitAggMemberInitializer(*this, LHS, Init, ArrayIndexVar, FieldType,
664 const RecordType *RT = FieldType
[all...]
H A DCGExprConstant.cpp1317 QualType FieldType = I->getType(); local
1319 if (CGM.getTypes().isZeroInitializable(FieldType))
1323 FillInNullDataMemberPointers(CGM, FieldType, Elements, FieldOffset);
H A DCGExpr.cpp2267 QualType FieldType = Field->getType(); local
2269 if (!FieldType->isReferenceType())
2276 assert(!FieldType.getObjCGCAttr() && "fields cannot have GC attrs");
2282 llvm::Type *llvmType = ConvertTypeForMem(FieldType);
2292 return MakeAddrLValue(V, FieldType, Alignment);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3390 QualType FieldType = Context.getBaseElementType(Field->getType()); local
3392 const RecordType* RT = FieldType->getAs<RecordType>();
3410 << FieldType);
4438 QualType FieldType = S.Context.getBaseElementType(FD->getType()); local
4439 CXXRecordDecl *FieldRecord = FieldType->getAsCXXRecordDecl();
4444 if (FieldType->isReferenceType() && !FD->hasInClassInitializer()) {
4447 << MD->getParent() << FD << FieldType << /*Reference*/0; local
4454 if (!inUnion() && FieldType.isConstQualified() &&
4463 if (inUnion() && !FieldType.isConstQualified())
4468 if (FieldType
4471 << MD->getParent() << FD << FieldType; local
4479 << IsMove << MD->getParent() << FD << FieldType << /*Reference*/0; local
7519 QualType FieldType = S.Context.getBaseElementType(Field->getType()); local
7583 QualType FieldType = Context.getBaseElementType(Field->getType()); local
7799 QualType FieldType = Field->getType().getNonReferenceType(); local
8013 QualType FieldType = Context.getBaseElementType(Field->getType()); local
8338 QualType FieldType = Field->getType().getNonReferenceType(); local
8564 QualType FieldType = S.Context.getBaseElementType(Field->getType()); local
8622 QualType FieldType = Context.getBaseElementType(Field->getType()); local
8784 QualType FieldType = Context.getBaseElementType(F->getType()); local
[all...]
H A DSemaDeclAttr.cpp3073 QualType FieldType = Field->getType(); local
3074 if (S.Context.getTypeSize(FieldType) != FirstSize ||
3075 S.Context.getTypeAlign(FieldType) != FirstAlign) {
3077 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize;
3078 unsigned FieldBits = isSize? S.Context.getTypeSize(FieldType)
3079 : S.Context.getTypeAlign(FieldType);
H A DSemaInit.cpp1857 QualType FieldType = Field->getType(); local
1863 FieldType, 0, 0, Index,
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1669 template <typename Class, typename FieldType>
1672 FieldMatcher(FieldType Class::*field,
1673 const Matcher<const FieldType&>& matcher)
1716 const FieldType Class::*field_;
1717 const Matcher<const FieldType&> matcher_;
2691 template <typename Class, typename FieldType, typename FieldMatcher>
2693 internal::FieldMatcher<Class, FieldType> > Field(
2694 FieldType Class::*field, const FieldMatcher& matcher) {
2696 internal::FieldMatcher<Class, FieldType>(
2697 field, MatcherCast<const FieldType
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java393 * WireFormat.FieldType enum.
397 WireFormat.FieldType[] values2 = WireFormat.FieldType.values();
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc411 template<typename FieldType, typename ValueType>
412 ValueType GetField(int64 metahandle, FieldType field,

Completed in 340 milliseconds

12