Home
last modified time | relevance | path

Searched refs:ConstructorArgs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolCache.h63 Args &&... ConstructorArgs) { in createSymbolForType()
72 TI, std::move(Record), std::forward<Args>(ConstructorArgs)...); in createSymbolForType()
85 SymIndexId createSymbol(Args &&... ConstructorArgs) { in createSymbol() argument
91 Session, Id, std::forward<Args>(ConstructorArgs)...); in createSymbol()
117 Args &&... ConstructorArgs) { in getOrCreateFieldListMember()
123 createSymbol<ConcreteSymbolT>(std::forward<Args>(ConstructorArgs)...); in getOrCreateFieldListMember()
/third_party/skia/src/gpu/gl/
DGrGLContext.h65 struct ConstructorArgs { struct
72 GrGLContextInfo(ConstructorArgs&&); argument
96 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)) {} in GrGLContext()
DGrGLContext.cpp25 ConstructorArgs args; in Make()
98 GrGLContextInfo::GrGLContextInfo(ConstructorArgs&& args) { in GrGLContextInfo()
/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() argument
103 return new (PP) T(std::forward<Args>(ConstructorArgs)...); in alloc()
108 return new (Head->Buf) T(std::forward<Args>(ConstructorArgs)...); in alloc()