Searched refs:links_ (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | chain.hpp | 274 list_type& list() { return pimpl_->links_; } in list() 275 const list_type& list() const { return pimpl_->links_; } in list() 331 set_next(links_.back(), &null); in close() 333 links_.front()->BOOST_IOSTREAMS_PUBSYNC(); in close() 336 links_.rbegin(), links_.rend(), in close() 342 links_.begin(), links_.end(), in close() 349 links_.begin(), links_.end(), in close() 357 for ( iterator first = links_.begin(), in reset() 358 last = links_.end(); in reset() 371 links_.clear(); in reset() [all …]
|
/third_party/nghttp2/src/ |
D | HtmlParser.h | 82 return links_; in get_links() 87 std::vector<std::pair<std::string, ResourceType>> links_;
|
/third_party/grpc/src/csharp/ |
D | BUILD-INTEGRATION.md | 102 Or, if using Visual Studio, add files _as links_ from outside directory. In the
|