Home
last modified time | relevance | path

Searched refs:TypeTable (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/devel/kdbg/kdbg-kdbg-3.0.0/kdbg/
H A Dtypetable.cpp19 static std::list<TypeTable> typeTables;
29 void TypeTable::initTypeLibraries() in initTypeLibraries()
32 TypeTable::loadTypeTables(); in initTypeLibraries()
36 void TypeTable::loadTypeTables() in loadTypeTables()
58 typeTables.push_back(TypeTable()); in loadTypeTables()
64 TypeTable::TypeTable() in TypeTable() function in TypeTable
68 TypeTable::~TypeTable() in ~TypeTable()
86 void TypeTable::loadFromFile(const QString& fileName) in loadFromFile()
181 void TypeTable::copyTypes(TypeInfoRefMap& dict) in copyTypes()
232 void ProgramTypeTable::loadTypeTable(TypeTable* table) in loadTypeTable()
[all …]
H A Dtypetable.h73 class TypeTable
76 TypeTable();
77 ~TypeTable();
149 void loadTypeTable(TypeTable* table);
179 TypeTable::TypeInfoRefMap m_types;
180 TypeTable::TypeInfoRefMap m_aliasDict;
188 template2Info(const TypeTable::TypeInfoMap::value_type& tt);
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.h16 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable();
18 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable();
59 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
85 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
130 inline const flatbuffers::TypeTable *EnumInNestedNSTypeTable() { in EnumInNestedNSTypeTable()
144 static const flatbuffers::TypeTable tt = { in EnumInNestedNSTypeTable()
150 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable() { in TableInNestedNSTypeTable()
157 static const flatbuffers::TypeTable tt = { in TableInNestedNSTypeTable()
163 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable() { in StructInNestedNSTypeTable()
173 static const flatbuffers::TypeTable tt = { in StructInNestedNSTypeTable()
H A Dnamespace_test2_generated.h27 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable();
33 inline const flatbuffers::TypeTable *TableInCTypeTable();
39 inline const flatbuffers::TypeTable *SecondTableInATypeTable();
42 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
119 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
184 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
238 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable() { in TableInFirstNSTypeTable()
254 static const flatbuffers::TypeTable tt = { in TableInFirstNSTypeTable()
264 inline const flatbuffers::TypeTable *TableInCTypeTable() { in TableInCTypeTable()
277 static const flatbuffers::TypeTable tt = { in TableInCTypeTable()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.h16 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable();
18 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable();
59 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
85 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
130 inline const flatbuffers::TypeTable *EnumInNestedNSTypeTable() { in EnumInNestedNSTypeTable()
144 static const flatbuffers::TypeTable tt = { in EnumInNestedNSTypeTable()
150 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable() { in TableInNestedNSTypeTable()
157 static const flatbuffers::TypeTable tt = { in TableInNestedNSTypeTable()
163 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable() { in StructInNestedNSTypeTable()
173 static const flatbuffers::TypeTable tt = { in StructInNestedNSTypeTable()
H A Dnamespace_test2_generated.h27 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable();
33 inline const flatbuffers::TypeTable *TableInCTypeTable();
39 inline const flatbuffers::TypeTable *SecondTableInATypeTable();
42 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
119 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
184 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
238 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable() { in TableInFirstNSTypeTable()
254 static const flatbuffers::TypeTable tt = { in TableInFirstNSTypeTable()
264 inline const flatbuffers::TypeTable *TableInCTypeTable() { in TableInCTypeTable()
277 static const flatbuffers::TypeTable tt = { in TableInCTypeTable()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/ObjWriter/
H A DtypeBuilder.cpp17 : Allocator(), TypeTable(Allocator), Streamer(nullptr), in UserDefinedTypesBuilder()
49 if (TypeTable.empty()) in EmitTypeInformation()
55 TypeTable.ForEachRecord([&](TypeIndex FieldTypeIndex, in EmitTypeInformation()
64 FieldListRecordBuilder FLRB(TypeTable); in GetEnumFieldListType()
94 TypeIndex Type = TypeTable.writeKnownType(EnumRecord); in GetEnumTypeIndex()
109 FieldListRecordBuilder FLBR(TypeTable); in GetClassTypeIndex()
118 TypeIndex FwdDeclTI = TypeTable.writeKnownType(CR); in GetClassTypeIndex()
127 FieldListRecordBuilder FLBR(TypeTable); in GetCompleteClassTypeIndex()
166 TypeIndex ClassIndex = TypeTable.writeKnownType(CR); in GetCompleteClassTypeIndex()
176 FieldListRecordBuilder FLBR(TypeTable); in GetArrayTypeIndex()
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
H A Dstorage.go23 TypeTable const
26 TypeAll = TypeManifest | TypeJournal | TypeTable | TypeTemp
35 case TypeTable:
111 case TypeTable:
130 case TypeTable:
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
H A Dstorage.go23 TypeTable const
26 TypeAll = TypeManifest | TypeJournal | TypeTable | TypeTemp
35 case TypeTable:
111 case TypeTable:
130 case TypeTable:
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
H A Dstorage.go23 TypeTable const
26 TypeAll = TypeManifest | TypeJournal | TypeTable | TypeTemp
35 case TypeTable:
111 case TypeTable:
130 case TypeTable:
/dports/www/tusc/tusc-0.4.7/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go34 w, err := m.Create(FileDesc{TypeTable, 1})
44 r, err := m.Open(FileDesc{TypeTable, 1})
53 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
56 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
59 m.Remove(FileDesc{TypeTable, 1})
63 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
69 fd1 := FileDesc{Type: TypeTable, Num: 1}
70 fd2 := FileDesc{Type: TypeTable, Num: 2}
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.h16 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable();
18 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable();
82 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
127 inline const flatbuffers::TypeTable *EnumInNestedNSTypeTable() { in EnumInNestedNSTypeTable()
141 static const flatbuffers::TypeTable tt = { in EnumInNestedNSTypeTable()
147 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable() { in TableInNestedNSTypeTable()
154 static const flatbuffers::TypeTable tt = { in TableInNestedNSTypeTable()
160 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable() { in StructInNestedNSTypeTable()
170 static const flatbuffers::TypeTable tt = { in StructInNestedNSTypeTable()
H A Dnamespace_test2_generated.h27 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable();
33 inline const flatbuffers::TypeTable *TableInCTypeTable();
39 inline const flatbuffers::TypeTable *SecondTableInATypeTable();
42 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
119 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
184 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
238 inline const flatbuffers::TypeTable *TableInFirstNSTypeTable() { in TableInFirstNSTypeTable()
254 static const flatbuffers::TypeTable tt = { in TableInFirstNSTypeTable()
264 inline const flatbuffers::TypeTable *TableInCTypeTable() { in TableInCTypeTable()
277 static const flatbuffers::TypeTable tt = { in TableInCTypeTable()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/syndtr/goleveldb/leveldb/storage/
H A Dmem_storage_test.go33 w, err := m.Create(FileDesc{TypeTable, 1})
43 r, err := m.Open(FileDesc{TypeTable, 1})
52 if _, err := m.Open(FileDesc{TypeTable, 1}); err != nil {
55 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
58 m.Remove(FileDesc{TypeTable, 1})
62 if _, err := m.Open(FileDesc{TypeTable, 1}); err == nil {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/namespace_test/
H A Dnamespace_test1_generated.h23 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable();
25 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable();
66 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
123 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
200 inline const flatbuffers::TypeTable *EnumInNestedNSTypeTable() { in EnumInNestedNSTypeTable()
214 static const flatbuffers::TypeTable tt = { in EnumInNestedNSTypeTable()
220 inline const flatbuffers::TypeTable *TableInNestedNSTypeTable() { in TableInNestedNSTypeTable()
227 static const flatbuffers::TypeTable tt = { in TableInNestedNSTypeTable()
233 inline const flatbuffers::TypeTable *StructInNestedNSTypeTable() { in StructInNestedNSTypeTable()
243 static const flatbuffers::TypeTable tt = { in StructInNestedNSTypeTable()
/dports/devel/cc65/cc65-2.19/src/common/
H A Dfiletype.c51 static const FileId TypeTable[] = { variable
86 #define FILETYPE_COUNT (sizeof (TypeTable) / sizeof (TypeTable[0]))
102 const FileId* F = GetFileId (Name, TypeTable, FILETYPE_COUNT); in GetFileType()
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/bytecode/generator/
H A Dtypes.cpp46 TypeTable::TypeTable(TableBuilder *instrBuilder, CodePrinter &out): in TypeTable() function in TypeTable
58 void TypeTable::generateCode() in generateCode()
145 void TypeTable::printConversionInfo(Array &outArr, map<string, map<string, ConversionInfo> > &table… in printConversionInfo()
191 void TypeTable::printConversionRoutine(const ConversionInfo &conversion) in printConversionRoutine()
201 void TypeTable::handleType(const string &type, const string &nativeName, unsigned flags) in handleType()
216 void TypeTable::handleConversion(const string &code, int codeLine, in handleConversion()
264 Type TypeTable::resolveType(const string &type) in resolveType()
277 vector<Type> TypeTable::resolveSignature(const StringList &in) in resolveSignature()
287 ConversionInfo TypeTable::immConv(const Type &from, const Type &to) in immConv()
/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DUserDefine_generated.h19 inline const flatbuffers::TypeTable *TensorConvertInfoTypeTable();
21 inline const flatbuffers::TypeTable *GridSampleTypeTable();
98 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
165 static const flatbuffers::TypeTable *MiniReflectTypeTable() { in MiniReflectTypeTable()
288 inline const flatbuffers::TypeTable *SampleModeTypeTable() { in SampleModeTypeTable()
300 static const flatbuffers::TypeTable tt = { in SampleModeTypeTable()
306 inline const flatbuffers::TypeTable *BorderModeTypeTable() { in BorderModeTypeTable()
320 static const flatbuffers::TypeTable tt = { in BorderModeTypeTable()
338 static const flatbuffers::TypeTable tt = { in TensorConvertInfoTypeTable()
344 inline const flatbuffers::TypeTable *GridSampleTypeTable() { in GridSampleTypeTable()
[all …]
H A DTensorflowOp_generated.h4648 static const flatbuffers::TypeTable tt = { in BinaryOpOperationTypeTable()
4680 static const flatbuffers::TypeTable tt = { in ReductionTypeTypeTable()
4760 static const flatbuffers::TypeTable tt = { in UnaryOpOperationTypeTable()
4778 static const flatbuffers::TypeTable tt = { in CropAndResizeMethodTypeTable()
4796 static const flatbuffers::TypeTable tt = { in DepthToSpaceModeTypeTable()
4816 static const flatbuffers::TypeTable tt = { in PadValueModeTypeTable()
4834 static const flatbuffers::TypeTable tt = { in BinaryOpTypeTable()
4852 static const flatbuffers::TypeTable tt = { in PackParamTypeTable()
4880 static const flatbuffers::TypeTable tt = { in StridedSliceParamTypeTable()
4893 static const flatbuffers::TypeTable tt = { in SqueezeParamTypeTable()
[all …]

12345678910>>...18