Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dany.h144 T* GetPtr() { in GetPtr() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/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
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
125 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp93 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
123 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_headers.h155 const char* GetPtr(Blocks::size_type block_idx) const { in GetPtr() function
162 char* GetPtr(Blocks::size_type block_idx) { in GetPtr() function
1058 char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) { in GetPtr() function
1062 const char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) const { in GetPtr() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dextension_set.h1144 static inline const std::string* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1209 static inline const ConstType* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1239 static inline const ConstType* GetPtr(int number, const ExtensionSet& set, in GetPtr() function
1310 static inline std::nullptr_t GetPtr(int /* number */, in GetPtr() function
1369 static inline std::nullptr_t GetPtr(int /* number */, in GetPtr() function
/external/protobuf/src/google/protobuf/
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
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/
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
/external/openscreen/third_party/abseil/src/absl/hash/
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
/external/libtextclassifier/abseil-cpp/absl/hash/
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
/external/libchrome/base/android/linker/
Dlinker_jni.cc313 crazy_library_t** GetPtr() { return &lib_; } in GetPtr() function in chromium_android_linker::__anonc70c5dc10111::ScopedLibrary
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h311 const Byte *GetPtr() const { return _buffer + _pos; } in GetPtr() function
/external/angle/third_party/abseil-cpp/absl/hash/
Dhash_test.cc316 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
320 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/external/webrtc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc358 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
362 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/external/abseil-cpp/absl/hash/
Dhash_test.cc358 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
362 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/external/cronet/third_party/abseil-cpp/absl/hash/
Dhash_test.cc363 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
367 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/hash/
Dhash_test.cc358 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
362 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp771 auto GetPtr = [&](const std::unique_ptr<ValueToValueMapTy> &I) { in updateExitBlocksForClonedLoop() local