HomeSort by relevance Sort by last modified time
    Searched refs:links_ (Results 1 - 17 of 17) sorted by null

  /external/marisa-trie/lib/marisa/
trie.cc 9 : louds_(), labels_(), terminal_flags_(), link_flags_(), links_(),
32 temp.links_.map(mapper);
73 temp.links_.read(reader);
113 links_.write(writer);
140 + links_.total_size() + (has_trie() ? trie_->total_size() : 0)
154 links_.swap(&rhs->links_);
trie-search.cc 285 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
287 const UInt32 length = (links_[link_id + 1] * 256)
347 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
350 const UInt32 length = (links_[link_id + 1] * 256)
433 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
438 const UInt32 length = (links_[link_id + 1] * 256)
713 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
718 const UInt32 length = (links_[link_id + 1] * 256)
trie-build.cc 130 progress.test_total_size(links_.total_size());
155 links_.build(next_terminals);
159 progress.test_total_size(links_.total_size());
trie-inline.h 334 return (links_[link_id] * 256) + labels_[node];
trie.h 200 IntVector links_; member in class:marisa::Trie
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc 9 : louds_(), labels_(), terminal_flags_(), link_flags_(), links_(),
32 temp.links_.map(mapper);
73 temp.links_.read(reader);
113 links_.write(writer);
140 + links_.total_size() + (has_trie() ? trie_->total_size() : 0)
154 links_.swap(&rhs->links_);
trie-search.cc 304 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
306 const UInt32 length = (links_[link_id + 1] * 256)
366 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
369 const UInt32 length = (links_[link_id + 1] * 256)
452 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
457 const UInt32 length = (links_[link_id + 1] * 256)
744 const UInt32 offset = (links_[link_id] * 256) + labels_[node];
749 const UInt32 length = (links_[link_id + 1] * 256)
trie-build.cc 139 progress.test_total_size(links_.total_size());
164 links_.build(next_terminals);
168 progress.test_total_size(links_.total_size());
trie-inline.h 343 return (links_[link_id] * 256) + labels_[node];
trie.h 200 IntVector links_; member in class:marisa_alpha::Trie
  /external/chromium/chrome/browser/ui/gtk/
page_info_bubble_gtk.cc 93 std::vector<GtkWidget*> links_; member in class:__anon5069::PageInfoBubbleGtk
154 for (std::vector<GtkWidget*>::iterator it = links_.begin();
155 it != links_.end(); ++it) {
186 links_.clear();
201 links_.push_back(help_link);
254 links_.push_back(view_cert_link);
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.cc 406 for (size_t i = 0; i < links_.size(); ++i) {
407 if (links_[i]->type() == type)
408 return links_[i];
445 converter->RegisterRepeatedMessage(kLinkField, &AppIcon::links_);
449 for (size_t i = 0; i < links_.size(); ++i) {
450 if (links_[i]->type() == Link::LINK_ICON)
451 return links_[i]->href();
486 kLinkField, &CommonMetadata::links_);
732 // entry->links_.
737 entry->links_.push_back(link)
    [all...]
gdata_wapi_parser.h 290 const ScopedVector<Link>& links() const { return links_; }
300 void set_links(ScopedVector<Link>* links) { links_.swap(*links); }
310 ScopedVector<Link> links_; member in class:google_apis::AppIcon
336 const ScopedVector<Link>& links() const { return links_; }
337 ScopedVector<Link>* mutable_links() { return &links_; }
347 links_.swap(*links);
365 ScopedVector<Link> links_; member in class:google_apis::CommonMetadata
737 const ScopedVector<Link>& links() const { return links_; }
781 links_.swap(*links);
801 ScopedVector<Link> links_; member in class:google_apis::InstalledApp
    [all...]
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 68 // If the link exists in the LinkSet |links_|, we don't need to search
70 if (links_.find(link) != links_.end())
73 // Otherwise, extend |links_|, and repeat on the parent.
74 links_.insert(link);
89 return links_.upper_bound(
103 // will be the solitary member, and |links_| will be empty.
107 // given the parent handle, which is used for top-down traversal. |links_|
111 LinkSet links_; member in class:sync_api::ChangeReorderBuffer::Traversal
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 69 // If the link exists in the LinkSet |links_|, we don't need to search
71 if (links_.find(link) != links_.end())
74 // Otherwise, extend |links_|, and repeat on the parent.
75 links_.insert(link);
90 return links_.upper_bound(
104 // will be the solitary member, and |links_| will be empty.
108 // given the parent handle, which is used for top-down traversal. |links_|
112 LinkSet links_; member in class:syncer::ChangeReorderBuffer::Traversal
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 175 // Add input file URl to links_.
176 links_.assign(&page_url,1);
185 links_,
201 // The links_ contain dummy original URLs of all saved links.
202 WebVector<WebURL> links_; member in class:__anon5795::DomSerializerTests
204 // links, which matched links_ one by one.
    [all...]
  /external/chromium_org/content/renderer/
dom_serializer_browsertest.cc 272 // Add input file URl to links_.
273 links_.assign(&page_url,1);
282 links_,
773 // The links_ contain dummy original URLs of all saved links.
774 WebVector<WebURL> links_; member in class:content::DomSerializerTests
776 // links, which matched links_ one by one.
    [all...]

Completed in 372 milliseconds