Home
last modified time | relevance | path

Searched defs:adopt (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/boost/boost/python/converter/
Dpytype_object_mgr_traits.hpp35 inline python::detail::new_reference pytype_object_manager_traits<pytype,T>::adopt(PyObject* x) in adopt() function in boost::python::converter::pytype_object_manager_traits
Dobject_manager.hpp89 static null_ok<typename T::element_type>* adopt(PyObject* p) in adopt() function
/third_party/icu/icu4c/source/i18n/
Dfpositer.cpp61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { in setData()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfpositer.cpp61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { in setData()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dfpositer.cpp61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { in setData()
/third_party/node/deps/icu-small/source/i18n/
Dfpositer.cpp61 void FieldPositionIterator::setData(UVector32 *adopt, UErrorCode& status) { in setData()
/third_party/icu/icu4c/source/test/intltest/
Dcaltztst.cpp73 void CalendarTimeZoneTest::releaseDateFormat(DateFormat *adopt) in releaseDateFormat()
119 void CalendarTimeZoneTest::releaseCalendar(Calendar* adopt) in releaseCalendar()
Dsfwdchit.cpp44 SimpleFwdCharIterator::SimpleFwdCharIterator(UChar *s, int32_t len, UBool adopt) { in SimpleFwdCharIterator()
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionNestedES2015.js15 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DasyncIIFE.js14 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DimportCallExpressionNestedES2020.js16 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DexportDefaultAsyncFunction.js8 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DcastOfAwait.js13 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DasyncMultiFile_es6.js10 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DawaitUnionPromise.js25 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DnoImplicitReturnsInAsync1.js11 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DobjectRest2.js19 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DexportDefaultAsyncFunction2.js38 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DimportCallExpressionNestedCJS.js17 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DasyncFunctionContextuallyTypedReturns.js19 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DcircularInferredTypeOfVariable.js24 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
DasyncFunctionsAndStrictNullChecks.js30 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
Dawait_unaryExpression_es6_2.js16 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
Dawait_unaryExpression_es6_3.js22 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function
Dawait_unaryExpression_es6.js20 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… function

123456