Home
last modified time | relevance | path

Searched defs:ConstructorArgs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLContext.h65 struct ConstructorArgs { struct
72 GrGLContextInfo(ConstructorArgs&&); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolCache.h62 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, in createSymbolForType()
85 SymIndexId createSymbol(Args &&... ConstructorArgs) { in createSymbol()
115 SymIndexId getOrCreateFieldListMember(codeview::TypeIndex FieldListTI, in getOrCreateFieldListMember()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h91 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { in alloc()