Home
last modified time | relevance | path

Searched refs:AppendCString (Results 1 – 9 of 9) 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/dwarf/
Dcfi_assembler.cc65 AppendCString(augmentation); in CIEHeader()
Ddwarf2reader_die_unittest.cc176 .AppendCString("sam") // DW_AT_name, DW_FORM_string in TEST_P()
Ddwarf2reader_cfi_unittest.cc2403 .AppendCString("") in WriteELFFrameSection()
2405 .AppendCString(".shstrtab") in WriteELFFrameSection()
2407 .AppendCString(cfi_name) in WriteELFFrameSection()
/external/google-breakpad/src/common/linux/
Dsynth_elf.h80 AppendCString(s); in Add()
Dsynth_elf.cc254 AppendCString(name); in AddNote()
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc588 AppendCString(name, 16); in Header()
617 AppendCString(section_name, 16); in AppendSectionEntry()
618 AppendCString(segment_name, 16); in AppendSectionEntry()
1243 .AppendCString("too-short", 16) // segment name in TEST_F()
1717 AppendCString(s); in Add()