HomeSort by relevance Sort by last modified time
    Searched defs:FieldType (Results 1 - 11 of 11) 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/clang/lib/CodeGen/
CGClass.cpp 562 QualType FieldType = Field->getType();
576 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
587 = CGF.getContext().getAsConstantArrayType(FieldType);
604 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
619 QualType FieldType = Field->getType();
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->getAs<RecordType>()
    [all...]
CGExprConstant.cpp     [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 419 milliseconds