/external/skqp/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 54 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()
|
D | SkSLSymbolTable.h | 40 Symbol* takeOwnership(Symbol* s); 42 IRNode* takeOwnership(IRNode* n);
|
/external/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 54 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()
|
D | SkSLSymbolTable.h | 40 Symbol* takeOwnership(std::unique_ptr<Symbol> s); 42 IRNode* takeOwnership(std::unique_ptr<IRNode> n);
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | RtpSender.java | 49 public boolean setTrack(MediaStreamTrack track, boolean takeOwnership) { in setTrack() argument 58 ownsTrack = takeOwnership; in setTrack()
|
/external/catch2/include/internal/ |
D | catch_stringref.cpp | 43 const_cast<StringRef*>( this )->takeOwnership(); in c_str() 57 void StringRef::takeOwnership() { in takeOwnership() function in Catch::StringRef
|
D | catch_stringref.h | 35 void takeOwnership();
|
/external/icu/icu4c/source/io/ |
D | ufile.cpp | 55 UBool takeOwnership in finit_owner() argument 92 result->fOwnFile = takeOwnership; in finit_owner()
|
/external/skia/tests/ |
D | SkSLInterpreterTest.cpp | 1057 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/ |
D | SkSLIRGenerator.cpp | 293 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 …]
|
D | SkSLParser.cpp | 506 fTypes.takeOwnership((Type*) type); in structDeclaration()
|
D | SkSLSPIRVCodeGenerator.cpp | 1741 fSynthetics.takeOwnership(intfVar); in writeVariableReference()
|
/external/skia/src/sksl/ |
D | SkSLIRGenerator.cpp | 326 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 …]
|
D | SkSLCompiler.h | 157 Symbol* takeOwnership(std::unique_ptr<Symbol> symbol);
|
D | SkSLCompiler.cpp | 1371 Symbol* Compiler::takeOwnership(std::unique_ptr<Symbol> symbol) { in takeOwnership() function in SkSL::Compiler 1372 return fIRGenerator->fRootSymbolTable->takeOwnership(std::move(symbol)); in takeOwnership()
|
D | SkSLParser.cpp | 505 type = (Type*) fTypes.takeOwnership(std::unique_ptr<Symbol>( in structDeclaration()
|
D | SkSLSPIRVCodeGenerator.cpp | 1845 Variable* intfVar = (Variable*) fSynthetics.takeOwnership(std::unique_ptr<Symbol>( in writeVariableReference()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 534 void takeOwnership(); 11471 const_cast<StringRef*>( this )->takeOwnership(); in c_str() 11485 void StringRef::takeOwnership() { in takeOwnership() function in Catch::StringRef
|