Home
last modified time | relevance | path

Searched defs:ptr_ (Results 26 - 50 of 61) sorted by relevance

123

/third_party/gn/src/base/memory/
H A Dscoped_refptr.h190 scoped_refptr(scoped_refptr&& r) noexcept : ptr_(r.ptr_) { r.ptr_ = nullptr; } in ptr_() function in scoped_refptr
196 scoped_refptr(scoped_refptr<U>&& r) noexcept : ptr_(r.ptr_) { in ptr_() function in scoped_refptr
250 T* ptr_ = nullptr; global() member in scoped_refptr
[all...]
H A Dweak_ptr.h165 uintptr_t ptr_; member in base::internal::WeakPtrBase
292 uintptr_t ptr_; member in base::internal::WeakPtrFactoryBase
[all...]
/third_party/gn/src/gn/
H A Dpointer_set.h41 const void* ptr_; member
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.h114 const byte* ptr_; member in v8::internal::wasm::BytecodeIterator::iterator_base
[all...]
/third_party/node/src/quic/
H A Dtransportparams.h154 const ngtcp2_transport_params* ptr_; member in node::quic::final
/third_party/node/deps/v8/src/base/
H A Dpage-allocator.cc70 void* ptr_; member in v8::base::SharedMemoryMapping
94 void* ptr_; member in v8::base::SharedMemory
/third_party/node/deps/v8/src/bigint/
H A Dbigint-internal.h138 std::unique_ptr<digit_t[]> ptr_; member in v8::bigint::Storage
H A Dbigint.h171 uint32_t* ptr_; member in v8::bigint::RWDigits::WritableDigitReference
/third_party/protobuf/src/google/protobuf/
H A Dmetadata_lite.h133 void* ptr_; member in google::protobuf::internal::InternalMetadata
[all...]
H A Darenastring.h72 uintptr_t ptr_; member in google::protobuf::internal::TaggedPtr
367 ::std::string* ptr_; global() member
[all...]
H A Darena_impl.h245 char* ptr_; member in google::protobuf::internal::ArenaImpl::SerialArena
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_subscribe_module_test.cpp151 std::shared_ptr<MockOsAccountSubscriber> ptr_; member in OHOS::AccountTest::final
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp33 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(opts); in CreatePixelMap() local
48 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(colors, colorLength, opts); in CreatePixelMap() local
57 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(source, opts); in CreateAlphaPixelMap() local
92 PixelMapImpl::PixelMapImpl(std::shared_ptr<PixelMap> ptr_) in PixelMapImpl() argument
[all...]
H A Dimage_source_impl.cpp35 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(uri, opts, *errCode); in CreateImageSource() local
42 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(uri, opts, *errCode); in CreateImageSourceWithOption() local
49 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(fd, opts, *errCode); in CreateImageSource() local
56 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(fd, opts, *errCode); in CreateImageSourceWithOption() local
63 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(data, size, opts, *errCode); in CreateImageSource() local
70 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(data, size, opts, *errCode); CreateImageSourceWithOption() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp50 T ptr_; member in OHOS::AVSession::ResourceAutoDestroy
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h163 const char* ptr_; global() member in i18n::phonenumbers::StringPiece
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h236 const void* ptr_; global() member in cppgc::internal::final
[all...]
/third_party/node/deps/v8/src/objects/
H A Dslots.h84 Address ptr_; global() member in v8::internal::SlotBase
[all...]
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h18 uintptr_t* ptr_; // valid if data_length_ > 1 member
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dutils.c63 void* ptr_; member
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h181 const char* ptr_; member in google::protobuf::StringPiece
[all...]
/third_party/node/src/
H A Dnode_http_common.h449 NgRcBufPointer<T> ptr_; member in node::NgRcBufPointer::External
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.h65 AVSessionItem *ptr_; member in OHOS::AVSession::AVSessionItem::CssListener
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp102 T ptr_; member in OHOS::AVSession::ResourceAutoDestroy
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1275 T1* const ptr_; member in testing::internal::AssignAction

Completed in 21 milliseconds

123