/aosp_15_r20/external/cronet/base/memory/ |
H A D | protected_memory.h | 142 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 D | TosaRefMemoryManager.cpp | 42 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 D | TosaRefTensorHandle.cpp | 85 void* TosaRefTensorHandle::GetPointer() const in GetPointer() function in armnn::TosaRefTensorHandle
|
/aosp_15_r20/external/armnn/src/armnnTestUtils/ |
H A D | MockMemoryManager.cpp | 38 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 D | MockTensorHandle.cpp | 84 void* MockTensorHandle::GetPointer() const in GetPointer() function in armnn::MockTensorHandle
|
/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefMemoryManager.cpp | 42 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 D | RefTensorHandle.cpp | 71 void* RefTensorHandle::GetPointer() const in GetPointer() function in armnn::RefTensorHandle
|
/aosp_15_r20/external/armnn/src/dynamic/sample/ |
H A D | SampleMemoryManager.cpp | 40 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 D | SampleTensorHandle.cpp | 79 void* SampleTensorHandle::GetPointer() const in GetPointer() function in sdb::SampleTensorHandle
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | weights.h | 51 const T* GetPointer() const { in GetPointer() function 59 T* GetPointer() { in GetPointer() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | table.h | 50 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 D | table.h | 50 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/ |
D | ScriptObject.h | 22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/ |
D | ScriptObject.h | 22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/ |
D | ScriptObject.h | 22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/ |
D | ScriptObject.h | 22 const void *GetPointer() const { return m_ptr; } in GetPointer() function
|
/aosp_15_r20/external/zucchini/ |
H A D | buffer_source.h | 88 const T* GetPointer() { in GetPointer() function
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | MemoryGlobal.h | 41 LPVOID GetPointer() const { return _ptr; } in GetPointer() function
|
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/ |
H A D | buffer_source.h | 88 const T* GetPointer() { in GetPointer() function
|
/aosp_15_r20/bionic/libc/malloc_debug/ |
H A D | DebugData.h | 53 inline void* GetPointer(const Header* header) { in GetPointer() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | bump_allocator.cc | 87 void* BumpAllocator::GetPointer(AllocId id) { in GetPointer() function in perfetto::trace_processor::BumpAllocator
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | shared_variables.cpp | 55 SharedVariables::Variant* SharedVariables::GetPointer(int key) { in GetPointer() function in dittosuite::SharedVariables
|
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/ |
D | table_of_tables_test.cc | 35 TEST(TableOfTables, GetPointer) { in TEST() argument
|
/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/ |
D | table_of_tables.h | 80 [[nodiscard]] std::atomic<T>* GetPointer(Key key) { in GetPointer() function
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | heap.hpp | 123 void *GetPointer(void) { return &mMemory; } in GetPointer() function in ot::Utils::Block
|