Searched refs:AppendCString (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/common/ |
D | test_assembler.h | 324 Section &AppendCString(const string &data) { in AppendCString() function 332 Section &AppendCString(const string &data, size_t size) { in AppendCString() function
|
D | test_assembler_unittest.cc | 792 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()
|
D | stabs_reader_unittest.cc | 83 AppendCString(s); in Add() 100 AppendCString(""); in StartCU()
|
/external/google-breakpad/src/common/dwarf/ |
D | cfi_assembler.cc | 65 AppendCString(augmentation); in CIEHeader()
|
D | dwarf2reader_die_unittest.cc | 176 .AppendCString("sam") // DW_AT_name, DW_FORM_string in TEST_P()
|
D | dwarf2reader_cfi_unittest.cc | 2403 .AppendCString("") in WriteELFFrameSection() 2405 .AppendCString(".shstrtab") in WriteELFFrameSection() 2407 .AppendCString(cfi_name) in WriteELFFrameSection()
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf.h | 80 AppendCString(s); in Add()
|
D | synth_elf.cc | 254 AppendCString(name); in AddNote()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 588 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()
|