Searched refs:PoolString (Results 1 – 4 of 4) sorted by relevance
42 class PoolString : public PoolArray<char> class45 explicit PoolString(MemPool *pool);46 PoolString(MemPool *pool, const PoolString &other);47 ~PoolString(void);54 void append(const PoolString &str);56 PoolString &operator=(const char *str) in operator =()62 PoolString &operator=(const std::string &str) in operator =()68 PoolString &operator=(const PoolString &str);70 PoolString &operator+=(const char *str) in operator +=()75 PoolString &operator+=(const std::string &str) in operator +=()[all …]
32 void PoolString::toString(std::string &str) const in toString()38 void PoolString::append(const char *str) in append()47 void PoolString::append(const std::string &str) in append()55 void PoolString::append(const PoolString &str) in append()63 std::ostream &operator<<(std::ostream &stream, const PoolString &string) in operator <<()65 for (PoolString::ConstIterator i = string.begin(); i != string.end(); i++) in operator <<()
45 pub struct PoolString(NonNull<Char16>); struct47 impl PoolString { implementation55 impl Deref for PoolString { implementation63 impl Drop for PoolString { implementation90 ) -> Result<PoolString> { in convert_device_node_to_text() argument98 PoolString::new(text_device_node.cast()) in convert_device_node_to_text()112 ) -> Result<PoolString> { in convert_device_path_to_text() argument120 PoolString::new(text_device_path.cast()) in convert_device_path_to_text()
45 pub struct PoolString(NonNull<Char16>); struct47 impl PoolString { impl55 impl Deref for PoolString { implementation63 impl Drop for PoolString { implementation90 ) -> Result<PoolString> { in convert_device_node_to_text() argument98 PoolString::new(text_device_node.cast()) in convert_device_node_to_text()112 ) -> Result<PoolString> { in convert_device_path_to_text() argument120 PoolString::new(text_device_path.cast()) in convert_device_path_to_text()