Searched defs:FieldType (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DDateTimeFormat.h39 enum FieldType { enum in class:WebCore::DateTimeFormat
100 virtual void visitField(FieldType, int numberOfPatternCharacters) = 0;
H A DDateTimeFormatTest.cpp38 typedef DateTimeFormat::FieldType FieldType; typedef in class:DateTimeFormatTest
43 FieldType fieldType;
45 Token(FieldType fieldType, int count = 1)
172 FieldType single(const char ch)
188 FieldType fieldType(int index) const
196 virtual void visitField(FieldType fieldType, int count) OVERRIDE
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java107 public enum FieldType { enum in class:WireFormat
135 FieldType(final JavaType javaType, final int wireType) { method in class:WireFormat.FieldType
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java107 public enum FieldType { enum in class:WireFormat
135 FieldType(final JavaType javaType, final int wireType) { method in class:WireFormat.FieldType
/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...]
/external/chromium_org/media/cast/rtcp/
H A Drtcp_utility.cc27 RtcpFieldTypes RtcpParser::FieldType() const { function in class:media::cast::RtcpParser
/external/chromium_org/third_party/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_param, bool isrepeated, bool ispacked)
96 FieldType type;
166 int number, FieldType type,
169 int number, FieldType type,
173 int number, FieldType type,
218 FieldType ExtensionType(int number) const;
241 void SetInt32 (int number, FieldType type, int32 value, desc);
242 void SetInt64 (int number, FieldType typ
[all...]
H A Dwire_format_lite.h97 enum FieldType { enum in class:google::protobuf::internal::WireFormatLite
135 static CppType FieldTypeToCppType(FieldType type);
139 WireFormatLite::FieldType type) {
159 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
284 // the represented type and the FieldType. These are specialized with the
286 template <typename CType, enum FieldType DeclaredType>
292 template <typename CType, enum FieldType DeclaredType>
300 template <typename CType, enum FieldType DeclaredType>
311 template <typename CType, enum FieldType DeclaredType>
318 template <typename CType, enum FieldType DeclaredTyp
[all...]
/external/icu4c/i18n/
H A Dtzfmt.cpp176 enum FieldType { enum in class:GMTOffsetField
186 static GMTOffsetField* createTimeField(FieldType type, uint8_t width, UErrorCode& status);
187 static UBool isValid(FieldType type, int32_t width);
188 static FieldType getTypeByLetter(UChar ch);
190 FieldType getType() const;
196 FieldType fType;
238 GMTOffsetField::createTimeField(FieldType type, uint8_t width, UErrorCode& status) {
256 GMTOffsetField::isValid(FieldType type, int32_t width) {
269 GMTOffsetField::FieldType
281 inline GMTOffsetField::FieldType
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1317 QualType FieldType = I->getType(); local
1319 if (CGM.getTypes().isZeroInitializable(FieldType))
1323 FillInNullDataMemberPointers(CGM, FieldType, Elements, FieldOffset);
H A DCGClass.cpp540 QualType FieldType = Field->getType(); local
554 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
565 = CGF.getContext().getAsConstantArrayType(FieldType);
581 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
596 QualType FieldType = Field->getType(); local
597 switch (getEvaluationKind(FieldType)) {
616 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
635 EmitAggMemberInitializer(*this, LHS, Init, ArrayIndexVar, FieldType,
642 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
644 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
900 QualType FieldType = Field->getType(); local
961 QualType FieldType = AggregatedInits[i]->getMember()->getType(); local
[all...]
H A DCGExpr.cpp2552 QualType FieldType = Field->getType(); local
2554 if (!FieldType->isReferenceType())
2561 assert(!FieldType.getObjCGCAttr() && "fields cannot have GC attrs");
2567 llvm::Type *llvmType = ConvertTypeForMem(FieldType);
2577 return MakeAddrLValue(V, FieldType, Alignment);
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3286 QualType FieldType = Field->getType(); local
3287 if (S.Context.getTypeSize(FieldType) != FirstSize ||
3288 S.Context.getTypeAlign(FieldType) != FirstAlign) {
3290 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize;
3291 unsigned FieldBits = isSize? S.Context.getTypeSize(FieldType)
3292 : S.Context.getTypeAlign(FieldType);
H A DSemaInit.cpp1958 QualType FieldType = Field->getType(); local
1964 FieldType, 0, 0, Index,
H A DSemaDecl.cpp11800 QualType FieldType = I->getType(); local
11801 if (FieldType->isIncompleteType() ||
11802 !Context.getTypeSizeInChars(FieldType).isZero())
H A DSemaDeclCXX.cpp3761 QualType FieldType = Context.getBaseElementType(Field->getType()); local
3763 const RecordType* RT = FieldType->getAs<RecordType>();
3781 << FieldType);
4862 QualType FieldType = S.Context.getBaseElementType(FD->getType()); local
4863 CXXRecordDecl *FieldRecord = FieldType->getAsCXXRecordDecl();
4868 if (FieldType->isReferenceType() && !FD->hasInClassInitializer()) {
4871 << MD->getParent() << FD << FieldType << /*Reference*/0; local
4878 if (!inUnion() && FieldType.isConstQualified() &&
4887 if (inUnion() && !FieldType.isConstQualified())
4892 if (FieldType
4895 << MD->getParent() << FD << FieldType; local
4903 << IsMove << MD->getParent() << FD << FieldType << /*Reference*/0; local
5317 QualType FieldType = S.Context.getBaseElementType(FI->getType()); local
8831 QualType FieldType = Context.getBaseElementType(Field->getType()); local
9118 QualType FieldType = Field->getType().getNonReferenceType(); local
9242 QualType FieldType = Context.getBaseElementType(Field->getType()); local
9577 QualType FieldType = Field->getType().getNonReferenceType(); local
9701 QualType FieldType = Context.getBaseElementType(Field->getType()); local
9877 QualType FieldType = Context.getBaseElementType(F->getType()); local
[all...]
H A DSemaExpr.cpp11155 VarDecl *Var, QualType FieldType,
11166 = FieldDecl::Create(S.Context, RD, Loc, Loc, 0, FieldType,
11167 S.Context.getTrivialTypeSourceInfo(FieldType, Loc),
11183 VarDecl *Var, QualType FieldType,
11191 = FieldDecl::Create(S.Context, Lambda, Loc, Loc, 0, FieldType,
11192 S.Context.getTrivialTypeSourceInfo(FieldType, Loc),
11225 QualType BaseType = FieldType;
11154 captureInCapturedRegion(Sema &S, CapturedRegionScopeInfo *RSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) argument
11182 captureInLambda(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) argument
/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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 587 milliseconds