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