HomeSort by relevance Sort by last modified time
    Searched refs:FieldType (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/sync/syncable/
syncable-inl.h 11 template <typename FieldType, FieldType field_index>
syncable.h 542 template <typename FieldType, FieldType field_index>
    [all...]
  /external/clang/include/clang/Basic/
AllDiagnostics.h 29 template <size_t SizeOfStr, typename FieldType>
31 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
  /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...]
wire_format.h 276 static_cast<WireFormatLite::FieldType>(
288 static_cast<WireFormatLite::FieldType>(
extension_set.cc 52 inline WireFormatLite::FieldType real_type(FieldType type) {
54 return static_cast<WireFormatLite::FieldType>(type);
57 inline WireFormatLite::CppType cpp_type(FieldType type) {
113 int number, FieldType type,
136 int number, FieldType type,
148 int number, FieldType type,
227 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \
257 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, \
298 void ExtensionSet::SetEnum(int number, FieldType type, int value
    [all...]
wire_format_lite_inl.h 224 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
241 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
312 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
322 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
337 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
extension_set_heavy.cc 96 inline FieldDescriptor::Type real_type(FieldType type) {
101 inline FieldDescriptor::CppType cpp_type(FieldType type) {
wire_format_unittest.cc 55 // Verify that WireFormatLite::FieldType and WireFormatLite::CppType match
68 static_cast<WireFormatLite::FieldType>(i))));
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 101 template <size_t SizeOfStr, typename FieldType>
105 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 58 WireFormat.FieldType getLiteType();
292 private static void verifyType(final WireFormat.FieldType type,
369 static int getWireFormatForFieldType(final WireFormat.FieldType type,
433 final WireFormat.FieldType type) throws IOException {
507 final WireFormat.FieldType type,
512 if (type == WireFormat.FieldType.GROUP) {
532 final WireFormat.FieldType type,
564 WireFormat.FieldType type = descriptor.getLiteType();
634 final WireFormat.FieldType type,
637 if (type == WireFormat.FieldType.GROUP)
    [all...]
WireFormat.java 107 public enum FieldType {
135 FieldType(final JavaType javaType, final int wireType) {
GeneratedMessageLite.java 340 if (extension.descriptor.getLiteType() == WireFormat.FieldType.ENUM) {
377 WireFormat.FieldType.GROUP) {
433 final WireFormat.FieldType type,
445 private final WireFormat.FieldType type;
453 public WireFormat.FieldType getLiteType() {
519 final WireFormat.FieldType type) {
532 final WireFormat.FieldType type,
Descriptors.java 673 public WireFormat.FieldType getLiteType() {
679 private static final WireFormat.FieldType[] table =
680 WireFormat.FieldType.values();
    [all...]
AbstractMessage.java 352 if (field.getLiteType() == WireFormat.FieldType.ENUM) {
  /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/
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 393 * WireFormat.FieldType enum.
397 WireFormat.FieldType[] values2 = WireFormat.FieldType.values();

Completed in 567 milliseconds

1 2