Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 25 of 135) sorted by relevance

123456

/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h116 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
184 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
233 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
257 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
271 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_casting_utils.h39 const T* Cast(const HloInstruction* instruction) { in Cast() function
48 T* Cast(HloInstruction* instruction) { in Cast() function
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp128 Operator *Cast = dyn_cast<Operator>(V); in isEliminableAddrSpaceCast() local
157 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromGEP() local
194 Operator *Cast = cast<Operator>(NewOperand); in hoistAddrSpaceCastFromBitCast() local
/external/swiftshader/src/Vulkan/
DVkPipelineLayout.hpp35 static inline PipelineLayout* Cast(VkPipelineLayout object) in Cast() function
DVkQueryPool.hpp38 static inline QueryPool* Cast(VkQueryPool object) in Cast() function
DVkCommandPool.hpp42 static inline CommandPool* Cast(VkCommandPool object) in Cast() function
DVkDescriptorSetLayout.hpp42 static inline DescriptorSetLayout* Cast(VkDescriptorSetLayout object) in Cast() function
DVkFramebuffer.hpp44 static inline Framebuffer* Cast(VkFramebuffer object) in Cast() function
DVkShaderModule.hpp46 static inline ShaderModule* Cast(VkShaderModule object) in Cast() function
DVkDeviceMemory.hpp44 static inline DeviceMemory* Cast(VkDeviceMemory object) in Cast() function
DVkPipelineCache.hpp40 static inline PipelineCache* Cast(VkPipelineCache object) in Cast() function
DVkImageView.hpp47 static inline ImageView* Cast(VkImageView object) in Cast() function
DVkPhysicalDevice.hpp66 static inline PhysicalDevice* Cast(VkPhysicalDevice object) in Cast() function
DVkQueue.hpp54 static inline Queue* Cast(VkQueue object) in Cast() function
DVkBuffer.hpp51 static inline Buffer* Cast(VkBuffer object) in Cast() function
DVkEvent.hpp56 static inline Event* Cast(VkEvent object) in Cast() function
DVkSemaphore.hpp55 static inline Semaphore* Cast(VkSemaphore object) in Cast() function
DVkBufferView.hpp45 static inline BufferView* Cast(VkBufferView object) in Cast() function
DVkFence.hpp57 static inline Fence* Cast(VkFence object) in Cast() function
DVkDevice.hpp56 static inline Device* Cast(VkDevice object) in Cast() function
DVkInstance.hpp52 static inline Instance* Cast(VkInstance object) in Cast() function
DVkDescriptorPool.hpp57 static inline DescriptorPool* Cast(VkDescriptorPool object) in Cast() function
/external/webrtc/webrtc/base/
Dwindow.h43 static WindowId Cast(uint64_t id) { in Cast() function
84 static DesktopId Cast(int id, int index) { in Cast() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h517 static Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
565 static Matcher<T> Cast(const Matcher<U>& source_matcher) { in Cast() function
600 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast() function
627 static inline Matcher<T> Cast(const M& polymorphic_matcher_or_value) { in Cast() function
641 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast() function
/external/v8/src/torque/
Dearley-parser.h57 T& ParseResultHolderBase::Cast() { in Cast() function
63 const T& ParseResultHolderBase::Cast() const { in Cast() function
74 const T& Cast() const { in Cast() function
78 T& Cast() { in Cast() function

123456