Searched refs:FieldType (Results 1 - 25 of 83) sorted by relevance

1234

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 char FIELD_TOO_SMALL[SizeOfStr <= FieldType(~0U) ? 1 : -1];
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
H A DAllDiagnostics.h29 template <size_t SizeOfStr, typename FieldType>
31 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
H A DAllDiagnostics.h31 template <size_t SizeOfStr, typename FieldType>
33 static_assert(SizeOfStr <= FieldType(~0U), "Field too small!");
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dmap_field_lite.h45 WireFormatLite::FieldType key_wire_type,
46 WireFormatLite::FieldType value_wire_type,
95 WireFormatLite::FieldType key_wire_type,
96 WireFormatLite::FieldType value_wire_type,
106 WireFormatLite::FieldType key_wire_type,
107 WireFormatLite::FieldType value_wire_type,
117 WireFormatLite::FieldType key_wire_type,
118 WireFormatLite::FieldType value_wire_type,
126 WireFormatLite::FieldType key_wire_type,
127 WireFormatLite::FieldType value_wire_typ
[all...]
H A Dmap_field_inl.h166 WireFormatLite::FieldType kKeyFieldType,
167 WireFormatLite::FieldType kValueFieldType,
173 WireFormatLite::FieldType kKeyFieldType,
174 WireFormatLite::FieldType kValueFieldType,
184 WireFormatLite::FieldType kKeyFieldType,
185 WireFormatLite::FieldType kValueFieldType,
192 WireFormatLite::FieldType kKeyFieldType,
193 WireFormatLite::FieldType kValueFieldType,
203 WireFormatLite::FieldType kKeyFieldType,
204 WireFormatLite::FieldType kValueFieldTyp
[all...]
H A Dmap_type_handler.h102 template <WireFormatLite::FieldType field_type, typename Type>
105 #define TYPE_TRAITS(FieldType, CType, WireFormatType, IsMessage, IsEnum) \
107 class MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, Type> { \
137 template <WireFormatLite::FieldType field_type, typename Type>
199 #define MAP_HANDLER(FieldType) \
201 class MapTypeHandler<WireFormatLite::TYPE_##FieldType, Type> { \
203 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, \
206 typedef typename MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, \
209 MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, \
212 MapWireFieldTypeTraits<WireFormatLite::TYPE_##FieldType, \
[all...]
H A Dextension_set.h76 // Used to store values of type WireFormatLite::FieldType without having to
80 typedef uint8 FieldType; typedef in namespace:google::protobuf::internal
94 inline ExtensionInfo(FieldType type_param, bool isrepeated, bool ispacked)
98 FieldType type;
172 int number, FieldType type,
175 int number, FieldType type,
179 int number, FieldType type,
224 FieldType ExtensionType(int number) const;
247 void SetInt32 (int number, FieldType type, int32 value, desc);
248 void SetInt64 (int number, FieldType typ
[all...]
H A Dmap_entry_lite.h42 WireFormatLite::FieldType kKeyFieldType,
43 WireFormatLite::FieldType kValueFieldType,
47 WireFormatLite::FieldType kKeyFieldType,
48 WireFormatLite::FieldType kValueFieldType,
60 WireFormatLite::FieldType kKeyFieldType,
61 WireFormatLite::FieldType kValueFieldType,
293 template <typename K, typename V, WireFormatLite::FieldType k_wire_type,
294 WireFormatLite::FieldType v_wire_type, int default_enum>
327 template <typename K, typename V, WireFormatLite::FieldType k_wire_type,
328 WireFormatLite::FieldType v_wire_typ
[all...]
H A Dmap_entry.h47 WireFormatLite::FieldType kKeyFieldType,
48 WireFormatLite::FieldType kValueFieldType,
92 // proto type: WireFormatLite::FieldType of the field.
109 WireFormatLite::FieldType kKeyFieldType,
110 WireFormatLite::FieldType kValueFieldType,
288 template <typename K, typename V, WireFormatLite::FieldType k_wire_type,
289 WireFormatLite::FieldType, int default_enum>
296 template <typename Key, typename Value, WireFormatLite::FieldType kKeyFieldType,
297 WireFormatLite::FieldType kValueFieldType, int default_enum_value>
H A Dwire_format_lite.h96 enum FieldType { enum in class:google::protobuf::internal::WireFormatLite
134 static CppType FieldTypeToCppType(FieldType type);
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
251 // the represented type and the FieldType. These are specialized with the
253 template <typename CType, enum FieldType DeclaredType> INL
259 template <typename CType, enum FieldType DeclaredType> INL
267 template <typename CType, enum FieldType DeclaredType>
278 template <typename CType, enum FieldType DeclaredType> INL
284 template <typename CType, enum FieldType DeclaredTyp
[all...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Dextension_set.h74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType; typedef in namespace:google::protobuf::internal
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 typ
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Dextension_set.h74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType; typedef in namespace:google::protobuf::internal
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 typ
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Dextension_set.h74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType; typedef in namespace:google::protobuf::internal
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 typ
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Dextension_set.h74 // Used to store values of type WireFormatLite::FieldType without having to
78 typedef uint8 FieldType; typedef in namespace:google::protobuf::internal
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 typ
[all...]

Completed in 1068 milliseconds

1234