We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004d4ea commit 8171b14Copy full SHA for 8171b14
lib/src/boringssl/bytestring.dart
@@ -71,6 +71,8 @@ final CBS_init = resolve(Sym.CBS_init)
71
class CBB extends Struct {
72
Pointer<Void> base;
73
74
+ Pointer<CBB> child;
75
+
76
@IntPtr()
77
int offset;
78
0 commit comments