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

  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.cc 25 enum FieldType { USERNAME_FIELD, PASSWORD_FIELD };
31 int GetFieldWidth(FieldType type) {
  /external/chromium_org/third_party/WebKit/Source/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 39 enum FieldType {
100 virtual void visitField(FieldType, int numberOfPatternCharacters) = 0;
  /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...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 295 llvm::Type *FieldType = getStorageType(Field);
296 if (LayoutSize < getSize(FieldType))
297 FieldType = getByteArrayType(LayoutSize);
298 setBitFieldInfo(Field, CharUnits::Zero(), FieldType);
301 llvm::Type *FieldType = getStorageType(Field);
304 getAlignment(FieldType) > getAlignment(StorageType) ||
305 (getAlignment(FieldType) == getAlignment(StorageType) &&
306 getSize(FieldType) > getSize(StorageType)))
307 StorageType = FieldType;
    [all...]
CGExprConstant.cpp     [all...]
CGClass.cpp 542 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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 162 EVENT_FIELD_TYPE FieldType;
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 619 milliseconds