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

  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 37 Stringpool_template<Stringpool_char>::Stringpool_template(uint64_t addralign)
50 Stringpool_template<Stringpool_char>::clear()
62 Stringpool_template<Stringpool_char>::~Stringpool_template()
74 Stringpool_template<Stringpool_char>::reserve(unsigned int n)
100 Stringpool_template<Stringpool_char>::string_equal(const Stringpool_char* s1,
113 Stringpool_template<char>::string_equal(const char* s1, const char* s2)
122 Stringpool_template<Stringpool_char>::Stringpool_eq::operator()(
137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s
    [all...]
stringpool.h 168 // Stringpools are implemented in terms of Stringpool_template, which
174 class Stringpool_template
183 Stringpool_template(uint64_t addralign = 1);
185 ~Stringpool_template();
293 Stringpool_template(const Stringpool_template&);
294 Stringpool_template& operator=(const Stringpool_template&);
417 typedef Stringpool_template<char> Stringpool;

Completed in 49 milliseconds