/aosp_15_r20/external/skia/src/text/gpu/ |
H A D | SubRunAllocator.h | 39 BagOfBytes& operator=(const BagOfBytes&) = delete; variable 212 void operator()(T* ptr) { ptr->~T(); } in operator() function 218 void operator()(T* ptr) { in operator() function 229 SubRunAllocator& operator=(const SubRunAllocator&) = delete; variable 231 SubRunAllocator& operator=(SubRunAllocator&&) = default; variable 280 SkSpan<T> makePODArray(const Src& src, Map map) { in makePODArray() 311 std::unique_ptr<T[], ArrayDestroyer> makeUniqueArray(SkSpan<const U> src, Map map) { in makeUniqueArray()
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/io/ |
H A D | mapper.h | 21 void map(T *obj) { in map() function 27 void map(const T **objs, std::size_t num_objs) { in map() function 60 Mapper &operator=(const Mapper &); variable
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | simple_string_dictionary.h | 77 explicit Iterator(const NonAllocatingMap& map) in Iterator() 82 void operator=(const Iterator&) = delete; variable 121 NonAllocatingMap(const SerializedNonAllocatingMap* map, size_t size) { in NonAllocatingMap() 252 size_t Serialize(const SerializedNonAllocatingMap** map) const { in Serialize()
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | typeWrappers.h | 162 clSVMWrapper &operator=(void *other) = delete; variable 164 clSVMWrapper &operator=(clSVMWrapper const &other) = delete; variable 186 void *operator()() const { return Ptr; } in operator() function 286 void operator=(BufferOwningPtr const &); // do not implement variable 289 void *map; variable
|
/aosp_15_r20/external/libkmsxx/kms++util/inc/kms++util/ |
H A D | cpuframebuffer.h | 15 CPUFramebuffer& operator=(const CPUFramebuffer& other) = delete; variable 26 uint8_t* map(unsigned plane) { return m_planes[plane].map; } in map() function 33 uint8_t* map; member
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | Allocator.h | 51 Heap& operator=(const Heap&) = delete; variable 119 STLAllocator<T>& operator=(const STLAllocator<T>&) = default; variable 159 Allocator<T>& operator=(const Allocator<T>&) = default; variable 201 using map = std::map<Key, T, Compare, Allocator<std::pair<const Key, T>>>; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
H A D | sig_node.h | 84 size_t operator()(const LinkTag& tag) const noexcept { in operator() function 137 bool operator()(const SigNode::HashedPeer& left, in operator() function 197 bool operator()(const SigNode* left, const SigNode* right) { in operator() function 264 SigNodeMap map; // The nodes in the graph, accessible by name. member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/ |
D | Symtab.h | 249 bool operator()(const uint32_t a_data, const uint32_t b_data) const { in operator() function 288 auto map = m_name_to_symbol_indices.find(type); in GetNameToSymbolIndexMap() local 355 const Symtab &operator=(const Symtab &) = delete; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/ |
D | Symtab.h | 249 bool operator()(const uint32_t a_data, const uint32_t b_data) const { in operator() function 288 auto map = m_name_to_symbol_indices.find(type); in GetNameToSymbolIndexMap() local 355 const Symtab &operator=(const Symtab &) = delete; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/ |
D | Symtab.h | 249 bool operator()(const uint32_t a_data, const uint32_t b_data) const { in operator() function 288 auto map = m_name_to_symbol_indices.find(type); in GetNameToSymbolIndexMap() local 355 const Symtab &operator=(const Symtab &) = delete; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/ |
D | Symtab.h | 249 bool operator()(const uint32_t a_data, const uint32_t b_data) const { in operator() function 288 auto map = m_name_to_symbol_indices.find(type); in GetNameToSymbolIndexMap() local 355 const Symtab &operator=(const Symtab &) = delete; variable
|
/aosp_15_r20/frameworks/minikin/include/minikin/ |
H A D | Buffer.h | 79 const T* map(uint32_t size) { in map() function 149 BufferWriter& operator=(BufferWriter&&) = default; variable 206 void operator=(const BufferWriter&) = delete; variable
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | containers.h | 44 using map = std::map<K, V, C, StlAllocator<std::pair<const K, V>>>; variable 100 MARL_NO_EXPORT inline vector& operator=(const vector&); variable 103 MARL_NO_EXPORT inline vector<T, BASE_CAPACITY>& operator=( variable 107 MARL_NO_EXPORT inline vector<T, BASE_CAPACITY>& operator=( variable 398 list& operator=(const list&) = delete; variable 399 list& operator=(list&&) = delete; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | flat_hash_map.h | 96 explicit Iterator(const FlatHashMap* map) : map_(map) { FindNextNonFree(); } in Iterator() 99 Iterator& operator=(const Iterator&) = default; variable 101 Iterator& operator=(Iterator&&) noexcept = default; variable 164 FlatHashMap& operator=(const FlatHashMap&) = delete; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | flat_hash_map.h | 96 explicit Iterator(const FlatHashMap* map) : map_(map) { FindNextNonFree(); } in Iterator() 99 Iterator& operator=(const Iterator&) = default; variable 101 Iterator& operator=(Iterator&&) noexcept = default; variable 164 FlatHashMap& operator=(const FlatHashMap&) = delete; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/ |
H A D | vec_n.h | 211 VectorizedN<T, N> map(T (*const f)(T)) const { in map() function 219 VectorizedN<T, N> map(T (*const f)(const T&)) const { in map() function 321 VECTORIZEDN_DEFINE_BINARY_OP_GLOBAL(operator*) in VECTORIZEDN_DEFINE_BINARY_OP_GLOBAL() argument
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie/ |
H A D | header.h | 18 void map(Mapper &mapper) { in map() function 54 Header &operator=(const Header &); variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | localeprioritylist.h | 100 LocalePriorityList &operator=(const LocalePriorityList &) = delete; variable 110 UHashtable *map = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/ |
D | TypeCategoryMap.h | 87 bool operator()(const lldb::TypeCategoryImplSP &other) { in operator() function 98 MapType &map() { return m_map; } in map() function
|