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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
DateTimeFormatTest.cpp 38 typedef DateTimeFormat::FieldType FieldType;
43 FieldType fieldType;
45 Token(FieldType fieldType, int count = 1)
47 , fieldType(fieldType)
49 ASSERT(fieldType != DateTimeFormat::FieldTypeLiteral);
55 , fieldType(DateTimeFormat::FieldTypeLiteral
    [all...]
DateTimeFormat.h 38 enum FieldType {
99 virtual void visitField(FieldType, int numberOfPatternCharacters) = 0;
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 107 public enum FieldType {
135 FieldType(final JavaType javaType, final int wireType) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 107 public enum FieldType {
135 FieldType(final JavaType javaType, final int wireType) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h 74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType;
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 type, int64 value, desc)
    [all...]
wire_format_lite.h 97 enum FieldType {
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 DeclaredType
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType;
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 type, uint32 value, desc)
    [all...]
wire_format_lite.h 98 enum FieldType {
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 DeclaredType
    [all...]
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 276 unsigned FieldType = encodeRSType(RS_RECORD_TYPE_GET_FIELD_TYPE(T, i));
277 if (!checkReturnIndex(&FieldType))
280 FieldType,
  /external/icu4c/i18n/
tzfmt.cpp 176 enum FieldType {
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/
CGExprConstant.cpp     [all...]
CGClass.cpp 540 QualType FieldType = Field->getType();
554 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
565 = CGF.getContext().getAsConstantArrayType(FieldType);
581 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
596 QualType FieldType = Field->getType();
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);
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1136 milliseconds