Home
last modified time | relevance | path

Searched defs:GetPointer (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/cronet/base/memory/
H A Dprotected_memory.h142 T* GetPointer() { return &data_; } in GetPointer() function
143 const T* GetPointer() const { return &data_; } in GetPointer() function
162 T* GetPointer() { in GetPointer() function
166 const T* GetPointer() const { in GetPointer() function
/aosp_15_r20/external/armnn/src/backends/tosaReference/
H A DTosaRefMemoryManager.cpp42 void* TosaRefMemoryManager::GetPointer(TosaRefMemoryManager::Pool* pool) in GetPointer() function in armnn::TosaRefMemoryManager
76 void* TosaRefMemoryManager::Pool::GetPointer() in GetPointer() function in armnn::TosaRefMemoryManager::Pool
H A DTosaRefTensorHandle.cpp85 void* TosaRefTensorHandle::GetPointer() const in GetPointer() function in armnn::TosaRefTensorHandle
/aosp_15_r20/external/armnn/src/armnnTestUtils/
H A DMockMemoryManager.cpp38 void* MockMemoryManager::GetPointer(MockMemoryManager::Pool* pool) in GetPointer() function in armnn::MockMemoryManager
72 void* MockMemoryManager::Pool::GetPointer() in GetPointer() function in armnn::MockMemoryManager::Pool
H A DMockTensorHandle.cpp84 void* MockTensorHandle::GetPointer() const in GetPointer() function in armnn::MockTensorHandle
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefMemoryManager.cpp42 void* RefMemoryManager::GetPointer(RefMemoryManager::Pool* pool) in GetPointer() function in armnn::RefMemoryManager
76 void* RefMemoryManager::Pool::GetPointer() in GetPointer() function in armnn::RefMemoryManager::Pool
H A DRefTensorHandle.cpp71 void* RefTensorHandle::GetPointer() const in GetPointer() function in armnn::RefTensorHandle
/aosp_15_r20/external/armnn/src/dynamic/sample/
H A DSampleMemoryManager.cpp40 void* SampleMemoryManager::GetPointer(SampleMemoryManager::Pool* pool) in GetPointer() function in sdb::SampleMemoryManager
74 void* SampleMemoryManager::Pool::GetPointer() in GetPointer() function in sdb::SampleMemoryManager::Pool
H A DSampleTensorHandle.cpp79 void* SampleTensorHandle::GetPointer() const in GetPointer() function in sdb::SampleTensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dweights.h51 const T* GetPointer() const { in GetPointer() function
59 T* GetPointer() { in GetPointer() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dtable.h50 template<typename P> P GetPointer(voffset_t field) { in GetPointer() function
56 template<typename P> P GetPointer(voffset_t field) const { in GetPointer() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dtable.h50 template<typename P> P GetPointer(voffset_t field) { in GetPointer() function
56 template<typename P> P GetPointer(voffset_t field) const { in GetPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DScriptObject.h22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DScriptObject.h22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DScriptObject.h22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DScriptObject.h22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
/aosp_15_r20/external/zucchini/
H A Dbuffer_source.h88 const T* GetPointer() { in GetPointer() function
/aosp_15_r20/external/lzma/CPP/Windows/
H A DMemoryGlobal.h41 LPVOID GetPointer() const { return _ptr; } in GetPointer() function
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dbuffer_source.h88 const T* GetPointer() { in GetPointer() function
/aosp_15_r20/bionic/libc/malloc_debug/
H A DDebugData.h53 inline void* GetPointer(const Header* header) { in GetPointer() function
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dbump_allocator.cc87 void* BumpAllocator::GetPointer(AllocId id) { in GetPointer() function in perfetto::trace_processor::BumpAllocator
/aosp_15_r20/test/dittosuite/src/
H A Dshared_variables.cpp55 SharedVariables::Variant* SharedVariables::GetPointer(int key) { in GetPointer() function in dittosuite::SharedVariables
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/
Dtable_of_tables_test.cc35 TEST(TableOfTables, GetPointer) { in TEST() argument
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dtable_of_tables.h80 [[nodiscard]] std::atomic<T>* GetPointer(Key key) { in GetPointer() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.hpp123 void *GetPointer(void) { return &mMemory; } in GetPointer() function in ot::Utils::Block

12