Home
last modified time | relevance | path

Searched defs:new_object (Results 1 – 21 of 21) sorted by relevance

/external/cronet/tot/base/apple/
Dscoped_cftyperef_unittest.cc93 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
107 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
170 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
186 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
/external/cronet/stable/base/apple/
Dscoped_cftyperef_unittest.cc93 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
107 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
170 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
186 ScopedCFTypeRef<CFMutableArrayRef> new_object( in TEST() local
/external/vixl/src/
Dpool-manager-impl.h43 LocationBase<T>* new_object, in Emit()
132 LocationBase<T>* new_object, in ShouldSkipObject()
394 void PoolManager<T>::Insert(const PoolObject<T>& new_object) { in Insert()
/external/cronet/tot/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_reference_counted_impl.h180 void AssignObject(T* new_object) { in AssignObject()
/external/cronet/stable/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_reference_counted_impl.h180 void AssignObject(T* new_object) { in AssignObject()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/
Dhold_any.hpp302 static void new_object(void*& object, T const& x, mpl::true_) in new_object() function in boost::spirit::basic_hold_any
308 static void new_object(void*& object, T const& x, mpl::false_) in new_object() function in boost::spirit::basic_hold_any
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dgreedy_by_size_assignment.cc220 bool new_object = false; in GreedyBySizeDistPriorityAssignment() local
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__memory_resource/
Dpolymorphic_allocator.h102 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _Type* new_object(_CtorArgs&&... __ctor_args) { in new_object() function
/external/cronet/tot/third_party/libc++/src/include/__memory_resource/
Dpolymorphic_allocator.h103 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _Type* new_object(_CtorArgs&&... __ctor_args) { in new_object() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__memory_resource/
Dpolymorphic_allocator.h102 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _Type* new_object(_CtorArgs&&... __ctor_args) { in new_object() function
/external/cronet/stable/third_party/libc++/src/include/__memory_resource/
Dpolymorphic_allocator.h103 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _Type* new_object(_CtorArgs&&... __ctor_args) { in new_object() function
/external/python/cpython3/Include/internal/
Dpycore_crossinterp.h74 xid_newobjectfunc new_object; member
/external/vixl/test/
Dtest-pool-manager.cc716 TestObject new_object(kNewObjectSize, 1); in TEST() local
813 TestObject new_object(kBigObjectSize, 1); in TEST() local
/external/python/cpython3/Python/
Dcrossinterp.c127 xid_newobjectfunc new_object) in _PyCrossInterpreterData_Init()
151 xid_newobjectfunc new_object) in _PyCrossInterpreterData_InitWithSize()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc226 const MustBeConstructedWithOneThroughFour* new_object = in TEST() local
242 const MustBeConstructedWithOneThroughEight* new_object = in TEST() local
271 const PleaseMoveMe* new_object = in TEST() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc226 const MustBeConstructedWithOneThroughFour* new_object = in TEST() local
242 const MustBeConstructedWithOneThroughEight* new_object = in TEST() local
271 const PleaseMoveMe* new_object = in TEST() local
/external/protobuf/src/google/protobuf/
Darena_unittest.cc226 const MustBeConstructedWithOneThroughFour* new_object = in TEST() local
242 const MustBeConstructedWithOneThroughEight* new_object = in TEST() local
271 const PleaseMoveMe* new_object = in TEST() local
/external/mesa3d/src/util/
Dparson.c527 JSON_Object new_object; in json_object_grow_and_rehash() local
2175 JSON_Object *temp_object = NULL, *new_object = NULL; in json_object_dotset_value() local
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs1045 pub fn new_object<'c, T, U>( in new_object() method
/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1463 pub fn new_object<'other_local, T, U>( in new_object() method
/external/tpm2-tss/src/tss2-fapi/
Dfapi_int.h602 IFAPI_OBJECT new_object; member