Searched refs:blob1 (Results 1 – 2 of 2) sorted by relevance
1074 OHOS::buffer::Blob *blob1 = new OHOS::buffer::Blob(); variable1075 blob->Init(blob1, 1, 0);1076 blob->Init(blob1, 1, -1);1082 delete blob1;1083 blob1 = nullptr;
1246 let blob1 = new buffer.Blob(['a', 'b', 'c'], {endings:'native', type: 'MIME'});