Home
last modified time | relevance | path

Searched refs:takeOwnership (Results 1 – 15 of 15) 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(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/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/src/sksl/
DSkSLIRGenerator.cpp299 fSymbolTable->takeOwnership((Type*) type); in convertVarDeclarations()
303 fSymbolTable->takeOwnership((Type*) type); in convertVarDeclarations()
688 fSymbolTable->takeOwnership(newType); in convertFunction()
694 fSymbolTable->takeOwnership(var); in convertFunction()
886 old->takeOwnership(type); in convertInterfaceBlock()
907 symbols->takeOwnership((Type*) type); in convertInterfaceBlock()
911 symbols->takeOwnership((Type*) type); in convertInterfaceBlock()
921 old->takeOwnership(var); in convertInterfaceBlock()
982 symbols->takeOwnership(value.release()); in convertEnum()
1000 fSymbolTable->takeOwnership((Type*) result); in convertType()
[all …]
DSkSLParser.cpp507 fTypes.takeOwnership((Type*) type); in structDeclaration()
DSkSLSPIRVCodeGenerator.cpp1800 fSynthetics.takeOwnership(intfVar); in writeVariableReference()
/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/catch2/single_include/catch2/
Dcatch.hpp534 void takeOwnership();
11441 const_cast<StringRef*>( this )->takeOwnership(); in c_str()
11455 void StringRef::takeOwnership() { in takeOwnership() function in Catch::StringRef