Searched defs:VTable (Results 1 – 7 of 7) sorted by relevance
24 pub struct VTable<'a> { struct29 impl<'a> PartialEq for VTable<'a> { argument35 impl<'a> VTable<'a> { impl88 impl<'a> Follow<'a> for VTable<'a> { implementation
332 struct VTable { struct333 bool (*match_and_explain)(const MatcherBase&, const T&,335 void (*describe)(const MatcherBase&, std::ostream*, bool negation);338 const MatcherDescriberInterface* (*get_describer)(const MatcherBase&);340 void (*shared_destroy)(SharedPayloadBase*);
107 std::unique_ptr<PDBSymbolTypeVTable> VTable; variable144 VTableLayoutItem *VTable = nullptr; variable
267 VTable, enumerator
208 GlobalVariable *VTable = VTableInfo.first; in ScanVTableLoad() local
311 Value *VTable; member437 void VTableSlotInfo::addCallSite(Value *VTable, CallSite CS, in addCallSite()
14374 typedef struct VTable VTable; typedef17237 struct VTable { struct17245 VTable *pNext; /* Next in linked list (see above) */ argument