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

1 2 3 4 5

  /external/v8/src/
field-type.cc 15 FieldType* FieldType::None() {
16 return reinterpret_cast<FieldType*>(Smi::FromInt(0));
20 FieldType* FieldType::Any() {
21 return reinterpret_cast<FieldType*>(Smi::FromInt(1));
25 Handle<FieldType> FieldType::None(Isolate* isolate) {
30 Handle<FieldType> FieldType::Any(Isolate* isolate)
    [all...]
field-type.h 15 class FieldType : public Object {
17 static FieldType* None();
18 static FieldType* Any();
19 static Handle<FieldType> None(Isolate* isolate);
20 static Handle<FieldType> Any(Isolate* isolate);
21 static FieldType* Class(i::Map* map);
22 static Handle<FieldType> Class(i::Handle<i::Map> map, Isolate* isolate);
23 static FieldType* cast(Object* object);
39 bool NowIs(FieldType* other);
40 bool NowIs(Handle<FieldType> other)
    [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];
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_lite.h 45 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_type
    [all...]
map_field_inl.h 166 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 kValueFieldType
    [all...]
map_type_handler.h 102 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...]
extension_set.h 76 // Used to store values of type WireFormatLite::FieldType without having to
80 typedef uint8 FieldType;
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 type, int64 value, desc)
    [all...]
map_entry_lite.h 42 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_type, int default_enum
    [all...]
map_entry.h 47 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>
wire_format_lite.h 96 enum FieldType {
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 DeclaredType> IN
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 73 // Used to store values of type WireFormatLite::FieldType without having to
77 typedef uint8 FieldType;
91 inline ExtensionInfo(FieldType type_param, bool isrepeated, bool ispacked)
95 FieldType type;
168 int number, FieldType type,
171 int number, FieldType type,
175 int number, FieldType type,
220 FieldType ExtensionType(int number) const;
243 void SetInt32 (int number, FieldType type, int32 value, desc);
244 void SetInt64 (int number, FieldType type, int64 value, desc)
    [all...]
wire_format_lite.h 96 enum FieldType {
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>
259 template <typename CType, enum FieldType DeclaredType>
267 template <typename CType, enum FieldType DeclaredType>
278 template <typename CType, enum FieldType DeclaredType>
285 template <typename CType, enum FieldType DeclaredType
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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 96 enum FieldType {
134 static CppType FieldTypeToCppType(FieldType type);
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
240 // the represented type and the FieldType. These are specialized with the
242 template <typename CType, enum FieldType DeclaredType>
248 template <typename CType, enum FieldType DeclaredType>
256 template <typename CType, enum FieldType DeclaredType>
267 template <typename CType, enum FieldType DeclaredType>
274 template <typename CType, enum FieldType DeclaredType
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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 96 enum FieldType {
134 static CppType FieldTypeToCppType(FieldType type);
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
240 // the represented type and the FieldType. These are specialized with the
242 template <typename CType, enum FieldType DeclaredType>
248 template <typename CType, enum FieldType DeclaredType>
256 template <typename CType, enum FieldType DeclaredType>
267 template <typename CType, enum FieldType DeclaredType>
274 template <typename CType, enum FieldType DeclaredType
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/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 96 enum FieldType {
134 static CppType FieldTypeToCppType(FieldType type);
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
240 // the represented type and the FieldType. These are specialized with the
242 template <typename CType, enum FieldType DeclaredType>
248 template <typename CType, enum FieldType DeclaredType>
256 template <typename CType, enum FieldType DeclaredType>
267 template <typename CType, enum FieldType DeclaredType>
274 template <typename CType, enum FieldType DeclaredType
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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 96 enum FieldType {
134 static CppType FieldTypeToCppType(FieldType type);
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
240 // the represented type and the FieldType. These are specialized with the
242 template <typename CType, enum FieldType DeclaredType>
248 template <typename CType, enum FieldType DeclaredType>
256 template <typename CType, enum FieldType DeclaredType>
267 template <typename CType, enum FieldType DeclaredType>
274 template <typename CType, enum FieldType DeclaredType
    [all...]
  /external/libchrome/base/json/
json_value_converter.h 110 template <typename FieldType>
114 virtual bool Convert(const base::Value& value, FieldType* field) const = 0;
117 template <typename StructType, typename FieldType>
121 FieldType StructType::* field,
122 ValueConverter<FieldType>* converter)
133 FieldType StructType::* field_pointer_;
134 scoped_ptr<ValueConverter<FieldType> > value_converter_;
138 template <typename FieldType>
198 template <typename FieldType>
199 class ValueFieldConverter : public ValueConverter<FieldType> {
    [all...]
  /external/v8/test/cctest/
test-field-type-tracking.cc 93 // FieldType for kField, value for DATA_CONSTANT and getter for
158 Handle<FieldType> GetFieldType(int index) {
161 return Handle<FieldType>::cast(values_[index]);
165 Representation representation, Handle<FieldType> value) {
170 Handle<FieldType> value) {
176 FieldType::Any(isolate_));
232 values_[index] = FieldType::Any(isolate_);
248 FieldType* type = descriptors->GetFieldType(descriptor);
249 return FieldType::cast(expected_value) == type;
304 Handle<FieldType> heap_type)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Extension.java 43 public abstract WireFormat.FieldType getLiteType();
WireFormat.java 107 public enum FieldType {
135 FieldType(final JavaType javaType, final int wireType) {
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 221 template<typename FieldType>
222 FieldType getStaticFieldValue (JNIEnv* env, jclass cls, jfieldID fieldId);
268 template<typename FieldType>
269 FieldType getStaticField (JNIEnv* env, const char* className, const char* fieldName)
272 const jfieldID fieldId = env->GetStaticFieldID(cls, fieldName, getJNITypeStr<FieldType>());
277 return getStaticFieldValue<FieldType>(env, cls, fieldId);
282 template<typename FieldType>
283 FieldType getFieldValue (JNIEnv* env, jobject obj, jfieldID fieldId);
299 template<typename FieldType>
300 FieldType getField (JNIEnv* env, jobject obj, const char* fieldName
    [all...]

Completed in 1228 milliseconds

1 2 3 4 5