/external/chromium/chrome/browser/sync/syncable/ |
syncable-inl.h | 11 template <typename FieldType, FieldType field_index>
|
/external/chromium_org/sync/syncable/ |
syncable-inl.h | 13 template <typename FieldType, FieldType field_index>
|
/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/chromium_org/third_party/WebKit/Source/platform/text/ |
DateTimeFormat.h | 39 enum FieldType { 100 virtual void visitField(FieldType, int numberOfPatternCharacters) = 0;
|
DateTimeFormat.cpp | 34 static const DateTimeFormat::FieldType lowerCaseToFieldTypeMap[26] = { 63 static const DateTimeFormat::FieldType upperCaseToFieldTypeMap[26] = { 92 static DateTimeFormat::FieldType mapCharacterToFieldType(const UChar ch) 113 FieldType fieldType = FieldTypeLiteral; 136 fieldType = mapCharacterToFieldType(ch); 137 if (fieldType == FieldTypeInvalid) 140 if (fieldType == FieldTypeLiteral) { 161 fieldType = mapCharacterToFieldType(ch); 162 if (fieldType == FieldTypeInvalid [all...] |
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...] |
/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...] |
wire_format.h | 213 static_cast<WireFormatLite::FieldType>( 225 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, 200 FieldType ExtensionSet::ExtensionType(int number) const { 250 void ExtensionSet::Set##CAMELCASE(int number, FieldType type, \ 280 void ExtensionSet::Add##CAMELCASE(int number, FieldType type, [all...] |
/external/chromium_org/base/json/ |
json_value_converter.h | 107 template <typename FieldType> 111 virtual bool Convert(const base::Value& value, FieldType* field) const = 0; 114 template <typename StructType, typename FieldType> 118 FieldType StructType::* field, 119 ValueConverter<FieldType>* converter) 131 FieldType StructType::* field_pointer_; 132 scoped_ptr<ValueConverter<FieldType> > value_converter_; 136 template <typename FieldType> 206 template <typename FieldType> 207 class ValueFieldConverter : public ValueConverter<FieldType> { [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...] |
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...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 59 WireFormat.FieldType getLiteType(); 365 private static void verifyType(final WireFormat.FieldType type, 463 static int getWireFormatForFieldType(final WireFormat.FieldType type, 539 final WireFormat.FieldType type) throws IOException { 627 final WireFormat.FieldType type, 632 if (type == WireFormat.FieldType.GROUP) { 652 final WireFormat.FieldType type, 684 WireFormat.FieldType type = descriptor.getLiteType(); 777 final WireFormat.FieldType type, 780 if (type == WireFormat.FieldType.GROUP) [all...] |
WireFormat.java | 107 public enum FieldType { 135 FieldType(final JavaType javaType, final int wireType) {
|
GeneratedMessageLite.java | 514 if (extension.descriptor.getLiteType() == WireFormat.FieldType.ENUM) { 551 WireFormat.FieldType.GROUP) { 597 final WireFormat.FieldType type) { 615 final WireFormat.FieldType type, 633 final WireFormat.FieldType type, 645 private final WireFormat.FieldType type; 653 public WireFormat.FieldType getLiteType() { 704 if (descriptor.getLiteType() == WireFormat.FieldType.MESSAGE &&
|
/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,
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
SizeTraits.h | 156 template <size_t SizeOfStr, typename FieldType> 160 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
|
/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/chromium_org/media/cast/rtcp/ |
rtcp_receiver.cc | 141 field_type = rtcp_parser->FieldType(); 146 RtcpFieldTypes rtcp_field_type = rtcp_parser->FieldType(); 180 RtcpFieldTypes rtcp_field_type = rtcp_parser->FieldType(); 252 RtcpFieldTypes rtcp_field_type = rtcp_parser->FieldType();
|
/external/clang/lib/CodeGen/ |
CGClass.cpp | 540 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...] |