Searched refs:bbd (Results 1 – 4 of 4) sorted by relevance
157 ByteBuffer bbd = ByteBuffer.allocate(10); in testWrap03() local160 e.wrap(bbs, bbd); in testWrap03()164 SSLEngineResult res = e.wrap(bbd, bbs); in testWrap03()169 e.wrap(new ByteBuffer[] { bbs }, bbd); in testWrap03()173 res = e.wrap(new ByteBuffer[] { bbd }, bbs); in testWrap03()289 ByteBuffer bbd = ByteBuffer.allocate(10); in testUnwrap03() local292 e.unwrap(bbs, bbd); in testUnwrap03()296 SSLEngineResult res = e.unwrap(bbd, bbs); in testUnwrap03()301 e.unwrap(bbs, new ByteBuffer[] { bbd }); in testUnwrap03()305 res = e.unwrap(bbd, new ByteBuffer[] { bbs }); in testUnwrap03()
74 bad_base_default bbd; // expected-error {{call to implicitly-deleted default constructor}} variable
1testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...