Home
last modified time | relevance | path

Searched defs:VTable (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/googletest/include/gtest/
Dgtest-matchers.h316 struct VTable { struct
317 bool (*match_and_explain)(const MatcherBase&, const T&,
319 void (*describe)(const MatcherBase&, std::ostream*, bool negation);
322 const MatcherDescriberInterface* (*get_describer)(const MatcherBase&);
324 void (*shared_destroy)(SharedPayloadBase*);
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h352 struct VTable { struct
353 bool (*match_and_explain)(const MatcherBase&, const T&,
355 void (*describe)(const MatcherBase&, std::ostream*, bool negation);
358 const MatcherDescriberInterface* (*get_describer)(const MatcherBase&);
360 void (*shared_destroy)(SharedPayloadBase*);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h107 std::unique_ptr<PDBSymbolTypeVTable> VTable; variable
144 VTableLayoutItem *VTable = nullptr; variable
DPDBTypes.h267 VTable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp208 GlobalVariable *VTable = VTableInfo.first; in ScanVTableLoad() local
DWholeProgramDevirt.cpp311 Value *VTable; member
437 void VTableSlotInfo::addCallSite(Value *VTable, CallSite CS, in addCallSite()