Home
last modified time | relevance | path

Searched refs:PoolString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdePoolString.hpp42 class PoolString : public PoolArray<char> class
45 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 …]
H A DdePoolString.cpp32 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 <<()
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/
Dtext.rs45 pub struct PoolString(NonNull<Char16>); struct
47 impl PoolString { implementation
55 impl Deref for PoolString { implementation
63 impl Drop for PoolString { implementation
90 ) -> Result<PoolString> { in convert_device_node_to_text() argument
98 PoolString::new(text_device_node.cast()) in convert_device_node_to_text()
112 ) -> Result<PoolString> { in convert_device_path_to_text() argument
120 PoolString::new(text_device_path.cast()) in convert_device_path_to_text()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/
Dtext.rs45 pub struct PoolString(NonNull<Char16>); struct
47 impl PoolString { impl
55 impl Deref for PoolString { implementation
63 impl Drop for PoolString { implementation
90 ) -> Result<PoolString> { in convert_device_node_to_text() argument
98 PoolString::new(text_device_node.cast()) in convert_device_node_to_text()
112 ) -> Result<PoolString> { in convert_device_path_to_text() argument
120 PoolString::new(text_device_path.cast()) in convert_device_path_to_text()