Home
last modified time | relevance | path

Searched refs:StructBinder (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js658 const StructBinder = function StructBinder(structName, structInfo){ class in self.Jaccwabyt
684 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;
H A Djaccwabyt.md108 BSB: box same "StructBinder" fit at 0.75 e of 0.7 s of BSBF.c
130 - **[StructBinder][]** is a factory function which converts an
139 need only one. Each StructBinder is effectively a separate
341 a non-0 integer, [`StructBinder.instanceForPointer()`][StructBinder]
580 only called by the [StructBinder][]-generated
599 [StructBinder][]_ as this StructType.
794 [StructBinder][] which created this class.
973 #define StructBinder StructBinder_(CurrentStruct)
991 StructBinder {
1009 #undef StructBinder
[all …]
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c704 #define StructBinder StructBinder_(CurrentStruct) in sqlite3_wasm_enum_json() macro
718 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()
H A Dsqlite3-api-glue.js30 sqlite3.StructBinder = self.Jaccwabyt({
45 if(v && v.constructor && v instanceof StructBinder.StructType){
617 capi[s.name] = sqlite3.StructBinder(s);
H A Dsqlite3-api-opfs.js596 if(!(tgt instanceof sqlite3.StructBinder.StructType)){
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js623 const StructType = S.StructBinder.StructType;
624 const K = S.StructBinder('my_struct',MyStructDef);
698 const WTStruct = S.StructBinder(WTStructDesc);
984 const SB = sqlite3.StructBinder;