OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:word_map_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/history/
url_index_private_data.cc
422
restored_data->
word_map_
.size());
456
rebuilt_data->
word_map_
.size());
480
data_copy->
word_map_
=
word_map_
;
502
word_map_
.clear();
764
WordMap::iterator word_pos =
word_map_
.find(term);
765
if (word_pos !=
word_map_
.end())
781
word_map_
[term] = word_id;
[
all
...]
in_memory_url_index_unittest.cc
310
EXPECT_FALSE(data.
word_map_
.empty());
321
EXPECT_TRUE(data.
word_map_
.empty());
351
EXPECT_EQ(expected.
word_map_
.size(), actual.
word_map_
.size());
450
EXPECT_EQ(17U, private_data.
word_map_
.size());
[
all
...]
url_index_private_data.h
346
// ID of the word in the
word_map_
. It reduces the memory overhead by
362
WordMap
word_map_
;
member in class:history::URLIndexPrivateData
Completed in 461 milliseconds