HomeSort by relevance Sort by last modified time
    Searched full:stringassembler (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 69 // A StringAssembler is a class for generating .stabstr sections to present
71 class StringAssembler: public Section {
73 StringAssembler() : in_cu_(false) { StartCU(); }
75 // Add the string S to this StringAssembler, and return the string's
129 // Create a StabsAssembler that uses StringAssembler for its strings.
130 StabsAssembler(StringAssembler *string_assembler)
148 // value generated by a StringAssembler. Return a reference to this
161 // As above, but automatically add NAME to our StringAssembler.
204 StringAssembler *string_assembler_;
255 StringAssembler strings
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc     [all...]

Completed in 751 milliseconds