Searched defs:VTable (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/googletest/include/gtest/ |
| D | gtest-matchers.h | 316 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/ |
| D | gtest-matchers.h | 352 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/ |
| D | UDTLayout.h | 107 std::unique_ptr<PDBSymbolTypeVTable> VTable; variable 144 VTableLayoutItem *VTable = nullptr; variable
|
| D | PDBTypes.h | 267 VTable, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | GlobalDCE.cpp | 208 GlobalVariable *VTable = VTableInfo.first; in ScanVTableLoad() local
|
| D | WholeProgramDevirt.cpp | 311 Value *VTable; member 437 void VTableSlotInfo::addCallSite(Value *VTable, CallSite CS, in addCallSite()
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 14799 typedef struct VTable VTable; typedef 17730 struct VTable { struct 17738 VTable *pNext; /* Next in linked list (see above) */ argument
|