Home
last modified time | relevance | path

Searched refs:takeOwnership (Results 1 – 18 of 18) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLSymbolTable.cpp54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()
62 Symbol* SymbolTable::takeOwnership(Symbol* s) { in takeOwnership() function in SkSL::SymbolTable
67 IRNode* SymbolTable::takeOwnership(IRNode* n) { in takeOwnership() function in SkSL::SymbolTable
74 this->takeOwnership(symbol.release()); in add()
89 this->takeOwnership(u); in addWithoutOwnership()
98 this->takeOwnership(u); in addWithoutOwnership()
DSkSLSymbolTable.h40 Symbol* takeOwnership(Symbol* s);
42 IRNode* takeOwnership(IRNode* n);
/external/skia/src/sksl/ir/
DSkSLSymbolTable.cpp54 return this->takeOwnership(std::unique_ptr<Symbol>( in operator []()
63 Symbol* SymbolTable::takeOwnership(std::unique_ptr<Symbol> s) { in takeOwnership() function in SkSL::SymbolTable
69 IRNode* SymbolTable::takeOwnership(std::unique_ptr<IRNode> n) { in takeOwnership() function in SkSL::SymbolTable
77 this->takeOwnership(std::move(symbol)); in add()
92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
DSkSLSymbolTable.h40 Symbol* takeOwnership(std::unique_ptr<Symbol> s);
42 IRNode* takeOwnership(std::unique_ptr<IRNode> n);
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DRtpSender.java49 public boolean setTrack(MediaStreamTrack track, boolean takeOwnership) { in setTrack() argument
58 ownsTrack = takeOwnership; in setTrack()
/external/catch2/include/internal/
Dcatch_stringref.cpp43 const_cast<StringRef*>( this )->takeOwnership(); in c_str()
57 void StringRef::takeOwnership() { in takeOwnership() function in Catch::StringRef
Dcatch_stringref.h35 void takeOwnership();
/external/icu/icu4c/source/io/
Dufile.cpp55 UBool takeOwnership in finit_owner() argument
92 result->fOwnFile = takeOwnership; in finit_owner()
/external/skia/tests/
DSkSLInterpreterTest.cpp1057 return (SkSL::ExternalValue*) fCompiler.takeOwnership(std::unique_ptr<Symbol>( in getChild()
1110 compiler.registerExternalValue((SkSL::ExternalValue*) compiler.takeOwnership( in DEF_TEST()
1113 compiler.registerExternalValue((SkSL::ExternalValue*) compiler.takeOwnership( in DEF_TEST()
1148 compiler.registerExternalValue((SkSL::ExternalValue*) compiler.takeOwnership( in DEF_TEST()
1214 compiler.registerExternalValue((SkSL::ExternalValue*) compiler.takeOwnership( in DEF_TEST()
1272 compiler.registerExternalValue((SkSL::ExternalValue*) compiler.takeOwnership( in DEF_TEST()
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp293 fSymbolTable->takeOwnership((Type*) type); in convertVarDeclarations()
297 fSymbolTable->takeOwnership((Type*) type); in convertVarDeclarations()
682 fSymbolTable->takeOwnership(newType); in convertFunction()
688 fSymbolTable->takeOwnership(var); in convertFunction()
864 old->takeOwnership(type); in convertInterfaceBlock()
885 symbols->takeOwnership((Type*) type); in convertInterfaceBlock()
889 symbols->takeOwnership((Type*) type); in convertInterfaceBlock()
899 old->takeOwnership(var); in convertInterfaceBlock()
960 symbols->takeOwnership(value.release()); in convertEnum()
978 fSymbolTable->takeOwnership((Type*) result); in convertType()
[all …]
DSkSLParser.cpp506 fTypes.takeOwnership((Type*) type); in structDeclaration()
DSkSLSPIRVCodeGenerator.cpp1741 fSynthetics.takeOwnership(intfVar); in writeVariableReference()
/external/skia/src/sksl/
DSkSLIRGenerator.cpp326 type = (Type*) fSymbolTable->takeOwnership( in convertVarDeclarations()
333 type = (Type*) fSymbolTable->takeOwnership( in convertVarDeclarations()
751 type = (Type*) fSymbolTable->takeOwnership( in convertFunction()
758 Variable* var = (Variable*) fSymbolTable->takeOwnership( in convertFunction()
959 Type* type = (Type*) old->takeOwnership(std::unique_ptr<Symbol>(new Type(intf.fOffset, in convertInterfaceBlock()
983 type = (Type*) symbols->takeOwnership(std::unique_ptr<Symbol>( in convertInterfaceBlock()
994 Variable* var = (Variable*) old->takeOwnership(std::unique_ptr<Symbol>( in convertInterfaceBlock()
1067 symbols->takeOwnership(std::move(value)); in convertEnum()
1084 result = fSymbolTable->takeOwnership(std::unique_ptr<Symbol>( in convertType()
1099 result = (Type*) fSymbolTable->takeOwnership(std::unique_ptr<Symbol>( in convertType()
[all …]
DSkSLCompiler.h157 Symbol* takeOwnership(std::unique_ptr<Symbol> symbol);
DSkSLCompiler.cpp1371 Symbol* Compiler::takeOwnership(std::unique_ptr<Symbol> symbol) { in takeOwnership() function in SkSL::Compiler
1372 return fIRGenerator->fRootSymbolTable->takeOwnership(std::move(symbol)); in takeOwnership()
DSkSLParser.cpp505 type = (Type*) fTypes.takeOwnership(std::unique_ptr<Symbol>( in structDeclaration()
DSkSLSPIRVCodeGenerator.cpp1845 Variable* intfVar = (Variable*) fSynthetics.takeOwnership(std::unique_ptr<Symbol>( in writeVariableReference()
/external/catch2/single_include/catch2/
Dcatch.hpp534 void takeOwnership();
11471 const_cast<StringRef*>( this )->takeOwnership(); in c_str()
11485 void StringRef::takeOwnership() { in takeOwnership() function in Catch::StringRef