HomeSort by relevance Sort by last modified time
    Searched defs:FieldType (Results 1 - 10 of 10) 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 275 unsigned FieldType = encodeRSType(RS_RECORD_TYPE_GET_FIELD_TYPE(T, i));
276 if (!checkReturnIndex(&FieldType))
279 FieldType,
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGClass.cpp 548 QualType FieldType = CGF.getContext().getCanonicalType(Field->getType());
557 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
575 = CGF.getContext().getAsConstantArrayType(FieldType);
610 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
620 EmitAggMemberInitializer(CGF, LHS, ArrayIndexVar, MemberInit, FieldType, 0);
628 const RecordType *RT = FieldType->getAs<RecordType>();
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 578 milliseconds