Home
last modified time | relevance | path

Searched refs:GetBlob (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/snapshot/
Dnatives-external.cc99 int id_length = bytes->GetBlob(&id); in ReadNameAndContentPair()
100 int source_length = bytes->GetBlob(&source); in ReadNameAndContentPair()
Dsnapshot-source-sink.cc42 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
Dsnapshot-source-sink.h61 int GetBlob(const byte** data);
/external/libchrome/base/
Dvalues_unittest.cc105 EXPECT_EQ(std::vector<char>({0xF, 0x0, 0x0, 0xB, 0xA, 0x2}), value.GetBlob()); in TEST()
186 EXPECT_EQ(value.GetBlob(), copied_value.GetBlob()); in TEST()
192 EXPECT_EQ(value.GetBlob(), blank.GetBlob()); in TEST()
306 EXPECT_EQ(buffer, moved_value.GetBlob()); in TEST()
312 EXPECT_EQ(buffer, blank.GetBlob()); in TEST()
Dvalues.cc230 const std::vector<char>& Value::GetBlob() const { in GetBlob() function in base::Value
236 return GetBlob().size(); in GetSize()
240 return GetBlob().data(); in GetBuffer()
Dvalues.h131 const std::vector<char>& GetBlob() const;