Searched refs:addWithoutOwnership (Results 1 – 4 of 4) sorted by relevance
68 this->addWithoutOwnership(name, symbol.get()); in add()72 void SymbolTable::addWithoutOwnership(const String& name, const Symbol* symbol) { in addWithoutOwnership() function in SkSL::SymbolTable
38 void addWithoutOwnership(const String& name, const Symbol* symbol);
64 #define ADD_TYPE(t) types->addWithoutOwnership(fContext.f ## t ## _Type->fName, \ in Compiler()88 types->addWithoutOwnership(String("mat2x2"), fContext.fMat2x2_Type.get()); in Compiler()93 types->addWithoutOwnership(String("mat3x3"), fContext.fMat3x3_Type.get()); in Compiler()98 types->addWithoutOwnership(String("mat4x4"), fContext.fMat4x4_Type.get()); in Compiler()
679 fSymbolTable->addWithoutOwnership(parameters[i]->fName, decl->fParameters[i]); in convertFunction()779 old->addWithoutOwnership(intf.fInstanceName, var); in convertInterfaceBlock()