Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flatbuffers/src/
Dvtable.rs24 pub struct VTable<'a> { struct
29 impl<'a> PartialEq for VTable<'a> { argument
35 impl<'a> VTable<'a> { impl
88 impl<'a> Follow<'a> for VTable<'a> { implementation
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h332 struct VTable { struct
333 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*);
/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()
/third_party/sqlite/src/
Dsqlite3.c14374 typedef struct VTable VTable; typedef
17237 struct VTable { struct
17245 VTable *pNext; /* Next in linked list (see above) */ argument