Home
last modified time | relevance | path

Searched defs:GetPtr (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_headers.h156 const char* GetPtr(Blocks::size_type block_idx) const { in GetPtr() function
163 char* GetPtr(Blocks::size_type block_idx) { in GetPtr() function
1060 char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) { in GetPtr() function
1064 const char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) const { in GetPtr() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set.h1187 static inline const std::string* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1252 static inline const ConstType* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1284 static inline const ConstType* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1357 static inline std::nullptr_t GetPtr(int /* number */, in GetPtr() function
1416 static inline std::nullptr_t GetPtr(int /* number */, in GetPtr() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h1187 static inline const std::string* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1252 static inline const ConstType* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1282 static inline const ConstType* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1353 static inline std::nullptr_t GetPtr(int /* number */, in GetPtr() function
1412 static inline std::nullptr_t GetPtr(int /* number */, in GetPtr() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmem_pass.cpp96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
126 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
126 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmem_pass.cpp98 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
128 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/aosp_15_r20/external/libbrillo/brillo/
H A Dany.h144 T* GetPtr() { in GetPtr() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/testcases/
H A Dnetwork_proxy.cc60 const sockaddr* GetPtr() const { in GetPtr() function
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
H A DPiPcd.h411 EFI_PEI_PCD_PPI_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DPiPcd.h403 EFI_PCD_PROTOCOL_GET_POINTER GetPtr; member
H A DPcd.h766 PCD_PROTOCOL_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
H A DPiPcd.h417 EFI_PEI_PCD_PPI_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
H A DPiPcd.h411 EFI_PEI_PCD_PPI_GET_POINTER GetPtr; member
H A DPcd.h760 PCD_PPI_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DPiPcd.h403 EFI_PCD_PROTOCOL_GET_POINTER GetPtr; member
H A DPcd.h829 PCD_PROTOCOL_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DPiPcd.h409 EFI_PCD_PROTOCOL_GET_POINTER GetPtr; member
H A DPcd.h832 PCD_PROTOCOL_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DPiPcd.h403 EFI_PCD_PROTOCOL_GET_POINTER GetPtr; member
H A DPcd.h829 PCD_PROTOCOL_GET_POINTER GetPtr; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/
H A DPiPcd.h411 EFI_PEI_PCD_PPI_GET_POINTER GetPtr; member
/aosp_15_r20/cts/tests/signature/api-check/src/jni/
H A Dclassdescriptors.cpp76 T* GetPtr() { return &ref_; }; in GetPtr() function in android::signature::cts::api::ScopedJvmtiReference
/aosp_15_r20/external/executorch/examples/qualcomm/executor_runner/
H A Dqnn_executor_runner.cpp115 void* GetPtr() { in GetPtr() function in CustomMemory
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/hash/
H A Dhash_test.cc219 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
223 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/
H A Drunner.h53 void* GetPtr() { in GetPtr() function

12