Searched refs:StructBinder (Results 1 – 6 of 6) sorted by relevance
658 const StructBinder = function StructBinder(structName, structInfo){ class in self.Jaccwabyt684 const debugFlags = rop(SBF.__makeDebugFlags(StructBinder.debugFlags));738 StructBinder.instanceForPointer = StructType.instanceForPointer;739 StructBinder.StructType = StructType;740 StructBinder.config = config;741 StructBinder.allocCString = __allocCString;742 if(!StructBinder.debugFlags){743 StructBinder.debugFlags = SBF.__makeDebugFlags(SBF.debugFlags);745 return StructBinder;
108 BSB: box same "StructBinder" fit at 0.75 e of 0.7 s of BSBF.c130 - **[StructBinder][]** is a factory function which converts an139 need only one. Each StructBinder is effectively a separate341 a non-0 integer, [`StructBinder.instanceForPointer()`][StructBinder]580 only called by the [StructBinder][]-generated599 [StructBinder][]_ as this StructType.794 [StructBinder][] which created this class.973 #define StructBinder StructBinder_(CurrentStruct)991 StructBinder {1009 #undef StructBinder[all …]
704 #define StructBinder StructBinder_(CurrentStruct) in sqlite3_wasm_enum_json() macro718 StructBinder { in sqlite3_wasm_enum_json()745 StructBinder { in sqlite3_wasm_enum_json()769 StructBinder { in sqlite3_wasm_enum_json()775 StructBinder { in sqlite3_wasm_enum_json()785 StructBinder { in sqlite3_wasm_enum_json()801 #undef StructBinder in sqlite3_wasm_enum_json()
30 sqlite3.StructBinder = self.Jaccwabyt({45 if(v && v.constructor && v instanceof StructBinder.StructType){617 capi[s.name] = sqlite3.StructBinder(s);
596 if(!(tgt instanceof sqlite3.StructBinder.StructType)){
623 const StructType = S.StructBinder.StructType;624 const K = S.StructBinder('my_struct',MyStructDef);698 const WTStruct = S.StructBinder(WTStructDesc);984 const SB = sqlite3.StructBinder;