| 287 | HOSTDEVICE inline bool pstring::empty() const { return size() == 0; } |
| 288 | |
| 289 | HOSTDEVICE inline pstring::Type pstring::type() const { |
| 290 | return static_cast<pstring::Type>(PD_PString_GetType(&pstr_)); |
| 291 | } |
| 292 | |
| 293 | // Allocation |
| 294 |
no outgoing calls
no test coverage detected