Searched refs:blobValue (Results 1 – 8 of 8) sorted by relevance
2335 …std::unique_ptr<BlobSetting> blobValue = BlobSetting::AllocUnique(6, C2ConstMemoryBlock<uint8_t>(i… in TEST_F() local2336 …static_assert(std::is_same<decltype(blobValue->m.value), uint8_t[]>::value, "should be uint8_t[]"); in TEST_F()2337 EXPECT_EQ(0, memcmp(blobValue->m.value, "ABCD\0", 6)); in TEST_F()2338 EXPECT_EQ(6u, blobValue->flexCount()); in TEST_F()2339 blobValue->setFlexCount(7u); // increasing the count does not change it in TEST_F()2340 EXPECT_EQ(6u, blobValue->flexCount()); in TEST_F()2341 blobValue->setFlexCount(2u); // decreasing the count changes it to it in TEST_F()2342 EXPECT_EQ(2u, blobValue->flexCount()); in TEST_F()2343 blobValue->setFlexCount(0u); // can decrease to 0 and blob remains valid in TEST_F()2344 EXPECT_EQ(0u, blobValue->flexCount()); in TEST_F()[all …]
93 blobValue(): Uint8Array | null { method in Reference189 return this.blobValue() || this.stringValue();
85 1, eventFields.data().entries(i).blobValue(0)); in testCreateEventData()87 2, eventFields.data().entries(i).blobValue(1)); in testCreateEventData()
125 Uint8List? get blobValue {263 return jsonEncode(base64Encode(blobValue!));
351 assert.deepStrictEqual(blob.blobValue(), new Uint8Array([77]));
85 Reference.fromBuffer(b([3, 1, 2, 3, 3, 100, 1])).blobValue, [1, 2, 3]);
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...