Searched refs:ConstructorArgs (Results 1 – 4 of 4) sorted by relevance
63 Args &&... ConstructorArgs) { in createSymbolForType()72 TI, std::move(Record), std::forward<Args>(ConstructorArgs)...); in createSymbolForType()85 SymIndexId createSymbol(Args &&... ConstructorArgs) { in createSymbol() argument91 Session, Id, std::forward<Args>(ConstructorArgs)...); in createSymbol()117 Args &&... ConstructorArgs) { in getOrCreateFieldListMember()123 createSymbol<ConcreteSymbolT>(std::forward<Args>(ConstructorArgs)...); in getOrCreateFieldListMember()
65 struct ConstructorArgs { struct72 GrGLContextInfo(ConstructorArgs&&); argument96 GrGLContext(ConstructorArgs&& args) : INHERITED(std::move(args)) {} in GrGLContext()
25 ConstructorArgs args; in Make()98 GrGLContextInfo::GrGLContextInfo(ConstructorArgs&& args) { in GrGLContextInfo()
91 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { in alloc() argument103 return new (PP) T(std::forward<Args>(ConstructorArgs)...); in alloc()108 return new (Head->Buf) T(std::forward<Args>(ConstructorArgs)...); in alloc()