Home
last modified time | relevance | path

Searched refs:AppendCString (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/common/
Dtest_assembler.h324 Section &AppendCString(const string &data) { in AppendCString() function
332 Section &AppendCString(const string &data, size_t size) { in AppendCString() function
Dtest_assembler_unittest.cc792 section.AppendCString("howdy"); in TEST_F()
793 section.AppendCString(""); in TEST_F()
794 section.AppendCString("there"); in TEST_F()
800 section.AppendCString("howdy", 3); in TEST_F()
801 section.AppendCString("there", 5); in TEST_F()
802 section.AppendCString("fred", 6); in TEST_F()
803 section.AppendCString("natalie", 0); in TEST_F()
804 section.AppendCString("", 10); in TEST_F()
Dstabs_reader_unittest.cc83 AppendCString(s); in Add()
100 AppendCString(""); in StartCU()
/external/google-breakpad/src/common/linux/
Dsynth_elf.h80 AppendCString(s); in Add()
Dsynth_elf.cc256 AppendCString(name); in AddNote()
/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.cc67 AppendCString(augmentation); in CIEHeader()
Ddwarf2reader_die_unittest.cc180 .AppendCString("sam") // DW_AT_name, DW_FORM_string in TEST_P()
Ddwarf2reader_cfi_unittest.cc2535 .AppendCString("") in WriteELFFrameSection()
2537 .AppendCString(".shstrtab") in WriteELFFrameSection()
2539 .AppendCString(cfi_name) in WriteELFFrameSection()
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc592 AppendCString(name, 16); in Header()
621 AppendCString(section_name, 16); in AppendSectionEntry()
622 AppendCString(segment_name, 16); in AppendSectionEntry()
1247 .AppendCString("too-short", 16) // segment name in TEST_F()
1721 AppendCString(s); in Add()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc483 .AppendCString("c:\\foo\\file.pdb"); // pdb_file_name in TEST()