Searched refs:GetBlob (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/snapshot/ |
D | natives-external.cc | 99 int id_length = bytes->GetBlob(&id); in ReadNameAndContentPair() 100 int source_length = bytes->GetBlob(&source); in ReadNameAndContentPair()
|
D | snapshot-source-sink.cc | 42 int SnapshotByteSource::GetBlob(const byte** data) { in GetBlob() function in v8::internal::SnapshotByteSource
|
D | snapshot-source-sink.h | 61 int GetBlob(const byte** data);
|
/external/libchrome/base/ |
D | values_unittest.cc | 105 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()
|
D | values.cc | 230 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()
|
D | values.h | 131 const std::vector<char>& GetBlob() const;
|