Searched defs:Memory (Results 1 – 12 of 12) sorted by relevance
37 struct Memory { struct46 struct Memory *mem = (struct Memory *)userp; in write_cb() argument
32 TEST(Memory, AlignmentLargerThanBase) { in TEST() argument40 TEST(Memory, AlignmentSmallerThanBase) { in TEST() argument
132 public ReadOnlyMemory<byte> Memory property in Google.Protobuf.ByteString
22 Memory enumerator
85 class Memory : public Container class
165 } Memory; member
2118 DEBUG_MEMORY_REQUIREMENTS Memory; member
2853 } Memory; member5929 } Memory; member
3166 class Memory : public detail::Wrapper<cl_mem> class3170 Memory() : detail::Wrapper<cl_type>() { } in Memory() function in cl::Memory3183 explicit Memory(const cl_mem& memory, bool retainObject) : in Memory() function in cl::Memory3200 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory() function in cl::Memory3214 Memory(Memory&& mem) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory() function in cl::Memory
3030 class Memory : public detail::Wrapper<cl_mem> class3034 Memory() : detail::Wrapper<cl_type>() { } in Memory() function in cl::Memory3041 __CL_EXPLICIT_CONSTRUCTORS Memory(const cl_mem& memory) : detail::Wrapper<cl_type>(memory) { } in Memory() function in cl::Memory3057 Memory(const Memory& mem) : detail::Wrapper<cl_type>(mem) {} in Memory() function in cl::Memory3072 Memory(Memory&& mem) CL_HPP_NOEXCEPT : detail::Wrapper<cl_type>(std::move(mem)) {} in Memory() function in cl::Memory
253 unsigned char *Memory; member
1088 MINIDUMP_LOCATION_DESCRIPTOR Memory; member1349 MINIDUMP_LOCATION_DESCRIPTOR Memory; member