Searched defs:RString (Results 1 - 2 of 2) sorted by relevance
/external/marisa-trie/lib/marisa/ | ||
H A D | marisa-string.h | 80 class RString { class in namespace:marisa 82 RString() function in class:marisa::RString 84 explicit RString(const String &str) function in class:marisa::RString 86 RString(const RString &str) function in class:marisa::RString 89 RString substr(std::size_t pos, std::size_t length) const { 91 RString str(*this); 97 RString &operator=(const RString &str) { 120 inline bool operator==(const RString [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ | ||
H A D | marisa-string.h | 80 class RString { class in namespace:marisa_alpha 82 RString() function in class:marisa_alpha::RString 84 explicit RString(const String &str) function in class:marisa_alpha::RString 86 RString(const RString &str) function in class:marisa_alpha::RString 89 RString substr(std::size_t pos, std::size_t length) const { 91 RString str(*this); 97 RString &operator=(const RString &str) { 120 inline bool operator==(const RString [all...] |
Completed in 241 milliseconds