OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readstructure
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/logging/win/
mof_data_parser_unittest.cc
123
TEST_F(MofDataParserTest,
ReadStructure
) {
136
EXPECT_TRUE(parser.
ReadStructure
(&value));
148
EXPECT_FALSE(parser.
ReadStructure
(&value));
mof_data_parser.h
47
template<typename T> bool
ReadStructure
(const T** value) {
log_file_reader.cc
200
if (parser.
ReadStructure
(&header)) {
Completed in 67 milliseconds