OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RString
(Results
1 - 10
of
10
) 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
...]
tail.cc
148
typedef std::pair<
RString
, UInt32> KeyIdPair;
157
pairs[i].first =
RString
(keys[i]);
trie-build.cc
271
Vector<Key<
RString
> > rkeys;
274
rkeys[i].set_str(
RString
(keys[i].str()));
283
void Trie::build_next(Vector<Key<
RString
> > &rkeys,
trie.h
221
void build_next(Vector<Key<
RString
> > &rkeys,
/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
...]
tail.cc
148
typedef std::pair<
RString
, UInt32> KeyIdPair;
157
pairs[i].first =
RString
(keys[i]);
trie-build.cc
285
Vector<Key<
RString
> > rkeys;
288
rkeys[i].set_str(
RString
(keys[i].str()));
297
void Trie::build_next(Vector<Key<
RString
> > &rkeys,
trie.h
221
void build_next(Vector<Key<
RString
> > &rkeys,
/external/marisa-trie/tests/
unit-test.cc
125
marisa::
RString
rstr;
138
rstr = marisa::
RString
(str);
157
rstr = marisa::
RString
(str);
202
marisa::Key<marisa::
RString
> rkey;
209
rkey.set_str(marisa::
RString
(str));
214
ASSERT(rkey.str() == marisa::
RString
(str));
/external/marisa-trie/v0_1_5/tests/
unit-test.cc
127
marisa_alpha::
RString
rstr;
140
rstr = marisa_alpha::
RString
(str);
159
rstr = marisa_alpha::
RString
(str);
205
marisa_alpha::Key<marisa_alpha::
RString
> rkey;
212
rkey.set_str(marisa_alpha::
RString
(str));
217
ASSERT(rkey.str() == marisa_alpha::
RString
(str));
Completed in 354 milliseconds