/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusimageattributes.h | 138 Status SetBrushRemapTable(UINT mapSize, ColorMap *map) in SetBrushRemapTable() 223 ImageAttributes& operator=(const ImageAttributes&); variable
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | Utils.h | 212 inline void map(T &tensor, bool blocking) in map() function 234 inline void map(CLTensor &tensor, bool blocking) in map() function 274 T operator()(std::mt19937 &gen) in operator() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | JSON.h | 596 ObjectKey &operator=(ObjectKey &&) = default; variable 698 Root &operator=(Root &&) = delete; variable 700 Root &operator=(const Root &) = delete; variable 841 template <typename T> bool map(StringLiteral Prop, T &Out) { in map() function 852 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 588 ObjectKey &operator=(ObjectKey &&) = default; variable 690 Root &operator=(Root &&) = delete; variable 692 Root &operator=(const Root &) = delete; variable 833 template <typename T> bool map(StringLiteral Prop, T &Out) { in map() function 844 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | JSON.h | 609 ObjectKey &operator=(ObjectKey &&) = default; variable 711 Root &operator=(Root &&) = delete; variable 713 Root &operator=(const Root &) = delete; variable 854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map() function 865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | JSON.h | 609 ObjectKey &operator=(ObjectKey &&) = default; variable 711 Root &operator=(Root &&) = delete; variable 713 Root &operator=(const Root &) = delete; variable 854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map() function 865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | JSON.h | 609 ObjectKey &operator=(ObjectKey &&) = default; variable 711 Root &operator=(Root &&) = delete; variable 713 Root &operator=(const Root &) = delete; variable 854 template <typename T> bool map(StringLiteral Prop, T &Out) { in map() function 865 template <typename T> bool map(StringLiteral Prop, std::optional<T> &Out) { in map() function
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/vector/ |
H A D | bit-vector.h | 30 void map(Mapper &mapper) { in map() function 172 BitVector &operator=(const BitVector &); variable
|
H A D | flat-vector.h | 26 void map(Mapper &mapper) { in map() function 198 FlatVector &operator=(const FlatVector &); variable
|
H A D | vector.h | 26 void map(Mapper &mapper) { in map() function 249 Vector &operator=(const Vector &); variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/ |
H A D | NestedTensorUtils.h | 229 NestedNode& operator=(const NestedNode&) = delete; member 231 NestedNode& operator=(NestedNode&&) noexcept = default; member 324 map(F&& fn, const NestedNode<B>&... nested_node) { in map() function
|
/aosp_15_r20/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastChannelManager.java | 377 public CellBroadcastChannelManager(Context context, int subId, @Nullable String operator) { in CellBroadcastChannelManager() 383 String operator, boolean isDebugBuild) { in CellBroadcastChannelManager() 428 Map<Integer, List<CellBroadcastChannelRange>> map = new ArrayMap<>(); in getChannelRangesMapFromResoures() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
D | throw_allocator.h | 221 map() in _GLIBCXX_VISIBILITY() function 482 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY() member 590 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY() member 621 operator=(throw_value_random&&) = default; in _GLIBCXX_VISIBILITY() member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/ |
D | throw_allocator.h | 221 map() in _GLIBCXX_VISIBILITY() function 482 operator=(throw_value_base&&) = default; in _GLIBCXX_VISIBILITY() member 590 operator=(throw_value_limit&&) = default; in _GLIBCXX_VISIBILITY() member 621 operator=(throw_value_random&&) = default; in _GLIBCXX_VISIBILITY() member
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | id_map.h | 59 IDMap& operator=(const IDMap&) = delete; variable 172 Iterator(IDMap<V, K>* map) : map_(map), iter_(map_->data_.begin()) { in Iterator()
|
/aosp_15_r20/trusty/user/base/lib/apploader_package/include/apploader/ |
D | cbor.h | 93 constexpr bool operator()(const std::vector<T>& a, in operator() function 117 static inline bool populateMap(CborMap& map, in populateMap() 178 CborMap map; in mergeMaps() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | gpu_utils.h | 88 std::size_t operator()(const Parameters& parameter) const { in operator() function 177 std::unordered_map<Parameters, Config, Hasher> map; in GetMap() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dfs_hlo_visitor_with_default.h | 193 Status HandleMap(HloInstructionPtr map) override { in HandleMap() 281 DfsHloVisitorWithDefaultBase& operator=(const DfsHloVisitorWithDefaultBase&) = variable 382 FunctionVisitorBase& operator=(const FunctionVisitorBase&) = delete; variable
|
/aosp_15_r20/hardware/google/gfxstream/host/features/include/gfxstream/host/ |
D | Features.h | 57 FeatureSet& operator=(const FeatureSet& rhs); member 59 FeatureMap map; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/ |
D | isl-noexceptions.h | 270 class map; variable 329 inline aff &operator=(aff obj); variable 535 inline aff_list &operator=(aff_list obj); variable 572 inline ast_build &operator=(ast_build obj); variable 621 inline ast_expr &operator=(ast_expr obj); variable 668 inline ast_expr_id &operator=(ast_expr_id obj); variable 689 inline ast_expr_int &operator=(ast_expr_int obj); variable 710 inline ast_expr_op &operator=(ast_expr_op obj); variable 742 inline ast_expr_op_access &operator=(ast_expr_op_access obj); variable 761 inline ast_expr_op_add &operator=(ast_expr_op_add obj); variable [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/ |
D | isl-noexceptions.h | 270 class map; variable 329 inline aff &operator=(aff obj); variable 535 inline aff_list &operator=(aff_list obj); variable 572 inline ast_build &operator=(ast_build obj); variable 621 inline ast_expr &operator=(ast_expr obj); variable 668 inline ast_expr_id &operator=(ast_expr_id obj); variable 689 inline ast_expr_int &operator=(ast_expr_int obj); variable 710 inline ast_expr_op &operator=(ast_expr_op obj); variable 742 inline ast_expr_op_access &operator=(ast_expr_op_access obj); variable 761 inline ast_expr_op_add &operator=(ast_expr_op_add obj); variable [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/ |
D | isl-noexceptions.h | 270 class map; variable 329 inline aff &operator=(aff obj); variable 535 inline aff_list &operator=(aff_list obj); variable 572 inline ast_build &operator=(ast_build obj); variable 621 inline ast_expr &operator=(ast_expr obj); variable 668 inline ast_expr_id &operator=(ast_expr_id obj); variable 689 inline ast_expr_int &operator=(ast_expr_int obj); variable 710 inline ast_expr_op &operator=(ast_expr_op obj); variable 742 inline ast_expr_op_access &operator=(ast_expr_op_access obj); variable 761 inline ast_expr_op_add &operator=(ast_expr_op_add obj); variable [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/ |
D | isl-noexceptions.h | 270 class map; variable 329 inline aff &operator=(aff obj); variable 535 inline aff_list &operator=(aff_list obj); variable 572 inline ast_build &operator=(ast_build obj); variable 621 inline ast_expr &operator=(ast_expr obj); variable 668 inline ast_expr_id &operator=(ast_expr_id obj); variable 689 inline ast_expr_int &operator=(ast_expr_int obj); variable 710 inline ast_expr_op &operator=(ast_expr_op obj); variable 742 inline ast_expr_op_access &operator=(ast_expr_op_access obj); variable 761 inline ast_expr_op_add &operator=(ast_expr_op_add obj); variable [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 557 ObjectKey &operator=(ObjectKey &&) = default; variable 695 template <typename T> bool map(StringRef Prop, T &Out) { in map() function 704 template <typename T> bool map(StringRef Prop, llvm::Optional<T> &Out) { in map() function
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 933 Builder &operator=(Builder &&) = default; variable 1284 template<typename T> void Map(const std::map<std::string, T> &map) { in Map() 1332 template<typename T> void Add(const std::map<std::string, T> &map) { in Add() 1611 Builder &operator=(const Builder &); variable 1625 bool operator()(size_t a, size_t b) const { in operator() function 1637 bool operator()(const StringOffset &a, const StringOffset &b) const { in operator() function
|