Home
last modified time | relevance | path

Searched +defs:operator +defs:map (Results 26 – 50 of 680) sorted by relevance

12345678910>>...28

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusimageattributes.h138 Status SetBrushRemapTable(UINT mapSize, ColorMap *map) in SetBrushRemapTable()
223 ImageAttributes& operator=(const ImageAttributes&); variable
/aosp_15_r20/external/ComputeLibrary/utils/
H A DUtils.h212 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/
DJSON.h596 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 DJSON.h588 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/
DJSON.h609 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/
DJSON.h609 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/
DJSON.h609 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 Dbit-vector.h30 void map(Mapper &mapper) { in map() function
172 BitVector &operator=(const BitVector &); variable
H A Dflat-vector.h26 void map(Mapper &mapper) { in map() function
198 FlatVector &operator=(const FlatVector &); variable
H A Dvector.h26 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 DNestedTensorUtils.h229 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/
DCellBroadcastChannelManager.java377 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/
Dthrow_allocator.h221 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/
Dthrow_allocator.h221 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 Did_map.h59 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/
Dcbor.h93 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 Dgpu_utils.h88 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 Ddfs_hlo_visitor_with_default.h193 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/
DFeatures.h57 FeatureSet& operator=(const FeatureSet& rhs); member
59 FeatureMap map; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/
Disl-noexceptions.h270 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/
Disl-noexceptions.h270 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/
Disl-noexceptions.h270 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/
Disl-noexceptions.h270 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 DJSON.h557 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 Dflexbuffers.h933 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

12345678910>>...28