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

  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 107 public enum FieldType {
135 FieldType(final JavaType javaType, final int wireType) {
  /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 111 enum FieldType {
121 static GMTOffsetField* createTimeField(FieldType type, uint8_t width, UErrorCode& status);
122 static UBool isValid(FieldType type, int32_t width);
123 static FieldType getTypeByLetter(UChar ch);
125 FieldType getType() const;
131 FieldType fType;
173 GMTOffsetField::createTimeField(FieldType type, uint8_t width, UErrorCode& status) {
191 GMTOffsetField::isValid(FieldType type, int32_t width) {
204 GMTOffsetField::FieldType
216 inline GMTOffsetField::FieldType
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGClass.cpp 550 QualType FieldType = Field->getType();
564 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
575 = CGF.getContext().getAsConstantArrayType(FieldType);
591 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
606 QualType FieldType = Field->getType();
607 switch (getEvaluationKind(FieldType)) {
626 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
645 EmitAggMemberInitializer(*this, LHS, Init, ArrayIndexVar, FieldType,
652 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
654 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaInit.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 697 milliseconds