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

  /external/marisa-trie/lib/marisa/
marisa-string.h 80 class RString {
82 RString()
84 explicit RString(const String &str)
86 RString(const RString &str)
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 &lhs, const RString &rhs)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
marisa-string.h 80 class RString {
82 RString()
84 explicit RString(const String &str)
86 RString(const RString &str)
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 &lhs, const RString &rhs)
    [all...]

Completed in 75 milliseconds