HomeSort by relevance Sort by last modified time
    Searched refs:GetValueAndLen (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader.h 115 const char* GetValueAndLen(size_t* length) {
proc_cpuinfo_reader_unittest.cc 94 ASSERT_STREQ("bar", reader.GetValueAndLen(&value_len));
195 ASSERT_STREQ("", reader.GetValueAndLen(&value_len));
minidump_writer.cc 855 const char* value = reader->GetValueAndLen(&value_len);
871 const char* value = reader->GetValueAndLen(&value_len);
    [all...]

Completed in 88 milliseconds