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

1 2 3

  /external/v8/src/
field-type.h 18 class FieldType : public Object {
20 static FieldType* None();
21 static FieldType* Any();
22 static Handle<FieldType> None(Isolate* isolate);
23 static Handle<FieldType> Any(Isolate* isolate);
24 static FieldType* Class(i::Map* map);
25 static Handle<FieldType> Class(i::Handle<i::Map> map, Isolate* isolate);
26 static FieldType* cast(Object* object);
42 bool NowIs(FieldType* other);
43 bool NowIs(Handle<FieldType> other)
    [all...]
  /external/clang/lib/Sema/
SemaCUDA.cpp 296 const RecordType *FieldType =
298 if (!FieldType) {
302 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl());
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 45 private FieldType fieldType;
74 fieldType = GetFieldTypeFromProtoType(proto.Type);
130 /// Maps a field type as included in the .proto file to a FieldType.
132 private static FieldType GetFieldTypeFromProtoType(FieldDescriptorProto.Types.Type type)
137 return FieldType.Double;
139 return FieldType.Float;
141 return FieldType.Int64;
143 return FieldType.UInt64;
145 return FieldType.Int32
    [all...]
FieldType.cs 38 public enum FieldType
  /external/skia/src/sksl/
SkSLHCodeGenerator.cpp 42 String HCodeGenerator::FieldType(const Type& type) {
220 this->writef(" %s %s;\n", FieldType(param->fType).c_str(), FieldName(name).c_str());
251 FieldType(param->fType).c_str(), name, FieldName(name).c_str());
  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 181 std::string FieldType = searchableFieldType(I);
182 std::string PairType = "std::pair<" + FieldType + ", int>";
187 OS << "(" << (IsIntegral ? FieldType : "StringRef") << " " << Field
224 std::string FieldType = searchableFieldType(I);
227 OS << "(" << (IsIntegral ? FieldType : "StringRef") << " " << Field
  /device/google/contexthub/util/common/
JSONObject.h 35 enum FieldType {
53 FieldType type() const;
72 FieldType mType;
113 bool getFieldType(KEY key, JSONValue::FieldType *type) const {
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 109 public enum FieldType {
145 FieldType(final JavaType javaType, final int wireType) {
221 FieldType type,
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 53 } FieldType;
96 static const char *TypeName(FieldType FType);
114 FieldType GetType() const { return FType; }
130 void DecodeTypedID(FixedSubfield Subfield, Tag &ID, FieldType &FType) {
135 ? kUnknownType : static_cast<FieldType>(PossibleFType));
147 FieldType FType;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 36 FieldType(i int) Type // type of ith field of the struct or ith part of a tuple
79 func (t *CompilerType) FieldType(i int) Type { panic("not implemented") }
112 func (t *TupleType) FieldType(i int) Type {
type_test.go 49 func (t *TypeImpl) FieldType(i int) Type { panic("not implemented") }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 36 FieldType(i int) Type // type of ith field of the struct or ith part of a tuple
79 func (t *CompilerType) FieldType(i int) Type { panic("not implemented") }
112 func (t *TupleType) FieldType(i int) Type {
type_test.go 49 func (t *TypeImpl) FieldType(i int) Type { panic("not implemented") }
  /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...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 300 llvm::Type *FieldType = getStorageType(Field);
301 if (LayoutSize < getSize(FieldType))
302 FieldType = getByteArrayType(LayoutSize);
303 setBitFieldInfo(Field, CharUnits::Zero(), FieldType);
306 llvm::Type *FieldType = getStorageType(Field);
321 StorageType = FieldType;
330 getAlignment(FieldType) > getAlignment(StorageType) ||
331 (getAlignment(FieldType) == getAlignment(StorageType) &&
332 getSize(FieldType) > getSize(StorageType)))
333 StorageType = FieldType;
    [all...]
  /external/protobuf/src/google/protobuf/
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...]
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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
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...]
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...]

Completed in 820 milliseconds

1 2 3