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

  /external/chromium_org/net/quic/
quic_stream_factory.h 200 typedef std::set<QuicServerId> AliasSet;
201 typedef std::map<QuicClientSession*, AliasSet> SessionAliasMap;
263 AliasSet gone_away_aliases_;
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 10 // This file defines two classes: AliasSetTracker and AliasSet. These interface
12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
33 class AliasSet;
35 class AliasSet : public ilist_node<AliasSet> {
41 AliasSet *AS;
82 AliasSet *getAliasSet(AliasSetTracker &AST) {
83 assert(AS && "No AliasSet yet!");
85 AliasSet *OldAS = AS;
93 void setAliasSet(AliasSet *as)
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 35 milliseconds