Searched refs:StringAssembler (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/
H A Dstabs_reader_unittest.cc69 // A StringAssembler is a class for generating .stabstr sections to present
71 class StringAssembler: public Section { class in namespace:__anon6754
73 StringAssembler() : in_cu_(false) { StartCU(); } function in class:__anon6754::StringAssembler
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 string
[all...]
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1714 // A StringAssembler is a class for generating .stabstr sections to present
1716 class StringAssembler: public SizedSection {
1718 // Add the string S to this StringAssembler, and return the string's
1731 // Create a SymbolAssembler that uses StringAssembler for its strings.
1732 explicit SymbolAssembler(StringAssembler *string_assembler)
1739 // value generated by a StringAssembler. Return a reference to this
1752 // As above, but automatically add NAME to our StringAssembler.
1760 StringAssembler *string_assembler_;
1771 StringAssembler strings;
1808 StringAssembler string
1711 class StringAssembler: public SizedSection { class in inherits:SizedSection
[all...]

Completed in 706 milliseconds