OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadDataValue
(Results
1 - 5
of
5
) sorted by null
/external/perf_data_converter/src/quipper/
data_reader.cc
27
bool DataReader::
ReadDataValue
(const size_t size, const string& value_name,
data_reader.h
39
virtual bool
ReadDataValue
(const size_t size, const string& value_name,
buffer_reader_test.cc
67
// Test the
ReadDataValue
() function, which is a wrapper around ReadData().
68
TEST(BufferReaderTest,
ReadDataValue
) {
73
EXPECT_TRUE(reader.
ReadDataValue
(output.size(), "data", output.data()));
file_reader_test.cc
77
// Test the
ReadDataValue
() function, which is a wrapper around ReadData().
78
TEST(FileReaderTest,
ReadDataValue
) {
87
EXPECT_TRUE(reader.
ReadDataValue
(output.size(), "data", output.data()));
perf_reader.cc
657
if (!data->
ReadDataValue
(attr_readable_size - attr_offset, "attribute",
778
if (!data->
ReadDataValue
(event->header.size - sizeof(event->header),
[
all
...]
Completed in 1673 milliseconds