Searched refs:CallSignature (Results 1 – 4 of 4) sorted by relevance
65 struct CallSignature { struct90 bool operator==(const CallSignature& other) const; argument91 bool operator!=(const CallSignature& other) const {105 H AbslHashValue(H h, const CallSignature::KwargEntry& kw) { in AbslHashValue()111 H AbslHashValue(H h, const CallSignature& s);119 CallSignature signature;
166 PmapCacheEntry* GetCacheEntryIfPresent(const CallSignature& signature);169 const CallSignature& signature,182 absl::flat_hash_map<CallSignature, std::unique_ptr<PmapCacheEntry>>193 const CallSignature& signature) { in GetCacheEntryIfPresent()211 const CallSignature& signature, in AddCacheEntry()
75 bool CallSignature::operator==(const CallSignature& other) const { in operator ==()99 void CallSignature::IncRef() const { in IncRef()105 void CallSignature::DecRef() const { in DecRef()119 std::string CallSignature::DebugString() const { in DebugString()156 H AbslHashValue(H h, const CallSignature& s) { in AbslHashValue()867 CacheEntry* GetCacheEntryIfPresent(const CallSignature& signature);870 const CallSignature& signature,884 absl::flat_hash_map<CallSignature, std::unique_ptr<CacheEntry>> executables_;1027 const CallSignature& signature) { in GetCacheEntryIfPresent()1045 const CallSignature& signature, in AddCacheEntry()
54 class CallSignature: class104 class CallSignaturePEP302(CallSignature):114 class CallSignaturePEP451(CallSignature):