Home
last modified time | relevance | path

Searched refs:SmallMap (Results 1 – 25 of 87) sorted by relevance

1234

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dsmallmap.cpp33 bool SmallMap::s_quick = false;
35 SmallMap::SmallMap(bool headless) in SmallMap() function in SmallMap
48 void SmallMap::set_view(LwRectangle new_view) in set_view()
57 void SmallMap::draw_selection() in draw_selection()
119 void SmallMap::after_draw() in after_draw()
144 void SmallMap::mouse_button_event(MouseButtonEvent e) in mouse_button_event()
155 void SmallMap::mouse_motion_event(MouseMotionEvent e) in mouse_motion_event()
165 int SmallMap::slide (int x, int y) in slide()
189 void SmallMap::slide_view(LwRectangle new_view) in slide_view()
215 void SmallMap::move_map_in_dir(Vector<int> dir) in move_map_in_dir()
[all …]
H A Dsmallmap.h45 class SmallMap: public OverviewMap
51 SmallMap(bool headless);
54 ~SmallMap() {}; in ~SmallMap()
H A Dgame.h39 class SmallMap; variable
93 SmallMap &get_smallmap();
266 std::unique_ptr<SmallMap> smallmap;
H A Dgame.cpp294 smallmap.reset(new SmallMap(headless)); in Game()
304 sigc::mem_fun(smallmap.get(), &SmallMap::set_view)); in Game()
1002 SmallMap &Game::get_smallmap() in get_smallmap()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pubgrub-0.2.1/src/internal/
H A Dincompatibility.rs10 use crate::internal::small_map::SmallMap;
34 package_terms: SmallMap<P, Term<V>>,
76 package_terms: SmallMap::One([( in not_root()
92 package_terms: SmallMap::One([(package.clone(), term)]), in no_versions()
103 package_terms: SmallMap::One([(package.clone(), Term::Positive(range.clone()))]), in unavailable_dependencies()
113 package_terms: SmallMap::Two([ in from_dependency()
278 package_terms: SmallMap::Two([("p1", t1.clone()), ("p2", t2.negate())]),
283 package_terms: SmallMap::Two([("p2", t2), ("p3", t3.clone())]),
H A Dsmall_map.rs5 pub enum SmallMap<K, V> { enum
12 impl<K: PartialEq + Eq + Hash, V> SmallMap<K, V> { impl
104 impl<K: Clone + PartialEq + Eq + Hash, V: Clone> SmallMap<K, V> { impl
132 impl<K, V> Default for SmallMap<K, V> { implementation
138 impl<K, V> SmallMap<K, V> { impl
149 impl<K: Eq + Hash + Clone, V: Clone> SmallMap<K, V> { implementation
186 impl<K, V> SmallMap<K, V> { implementation
H A Dpartial_solution.rs8 use crate::internal::small_map::SmallMap;
324 ) -> SmallMap<P, (usize, u32, DecisionLevel)> { in find_satisfier()
325 let mut satisfied = SmallMap::Empty; in find_satisfier()
342 mut satisfied_map: SmallMap<P, (usize, u32, DecisionLevel)>, in find_previous_satisfier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A Dsmall_map_unittest.cc19 TEST(SmallMap, General) { in TEST() argument
74 TEST(SmallMap, PostFixIteratorIncrement) { in TEST() argument
95 TEST(SmallMap, CopyConstructor) { in TEST() argument
158 TEST(SmallMap, AssignmentOperator) { in TEST() argument
204 TEST(SmallMap, Insert) { in TEST() argument
238 TEST(SmallMap, InsertRange) { in TEST() argument
259 TEST(SmallMap, Erase) { in TEST() argument
363 TEST(SmallMap, NonHashMap) { in TEST() argument
433 TEST(SmallMap, DefaultEqualKeyWorks) { in TEST() argument
543 TEST(SmallMap, MoveOnlyValueType) { in TEST() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/containers/
H A Dsmall_map_unittest.cc19 TEST(SmallMap, General) { in TEST() argument
74 TEST(SmallMap, PostFixIteratorIncrement) { in TEST() argument
95 TEST(SmallMap, CopyConstructor) { in TEST() argument
158 TEST(SmallMap, AssignmentOperator) { in TEST() argument
204 TEST(SmallMap, Insert) { in TEST() argument
238 TEST(SmallMap, InsertRange) { in TEST() argument
259 TEST(SmallMap, Erase) { in TEST() argument
363 TEST(SmallMap, NonHashMap) { in TEST() argument
433 TEST(SmallMap, DefaultEqualKeyWorks) { in TEST() argument
543 TEST(SmallMap, MoveOnlyValueType) { in TEST() argument
[all …]
/dports/games/openttd/openttd-12.1/src/core/
H A Dsmallmap_type.hpp26 struct SmallMap : std::vector<std::pair<T, U> > { struct
32 inline SmallMap() { } in SmallMap() argument
34 inline ~SmallMap() { } in ~SmallMap() argument
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dsubresource_adapter.h609 using SmallMapIterator = typename SmallMap::iterator;
610 using SmallMapConstIterator = typename SmallMap::const_iterator;
615 using value_type = typename SmallMap::value_type;
616 using key_type = typename SmallMap::key_type;
617 using index_type = typename SmallMap::index_type;
618 using mapped_type = typename SmallMap::mapped_type;
619 using small_map = SmallMap;
861 small_map_->~SmallMap(); in ~BothRangeMap()
897 SmallMap* MakeSmallMap(index_type limit) { in MakeSmallMap()
899 return new (&backing_store) SmallMap(limit); in MakeSmallMap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dsubresource_adapter.h539 using SmallMap = sparse_container::small_range_map<IndexType, T, RangeType, N>; variable
540 using SmallMapIterator = typename SmallMap::iterator;
541 using SmallMapConstIterator = typename SmallMap::const_iterator;
546 using value_type = typename SmallMap::value_type;
547 using key_type = typename SmallMap::key_type;
548 using index_type = typename SmallMap::index_type;
549 using mapped_type = typename SmallMap::mapped_type;
550 using small_map = SmallMap;
814 SmallMap small_map_;
816 const SmallMap& const_small_map_;
/dports/games/openttd/openttd-12.1/src/
H A Dgfx_layout.h112 typedef SmallMap<int, Font *> FontMap;
200 typedef SmallMap<TextColour, Font *> FontColourMap;
H A Dfontcache_internal.h31 …typedef SmallMap<uint32, std::pair<size_t, const void *> > FontTable; ///< Table with font table c…
H A Dfios.h26 typedef SmallMap<uint, CompanyProperties *> CompanyPropertiesMap;
H A Dnewgrf_config.h146 SmallMap<uint32, GRFTextList> value_names; ///< Names for each value.
/dports/games/openttd/openttd-12.1/src/script/
H A Dscript_config.hpp29 typedef SmallMap<int, char *> LabelMapping; ///< Map-type used to map the setting numbers to labels.
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dmain-window.h33 class SmallMap; variable
67 SmallMap* smallmap;
H A Dmain-window.cpp337 SmallMap::s_quick = true; in MainWindow()
354 SmallMap::s_quick = false; in ~MainWindow()
1443 smallmap = new SmallMap (false); in init_maps()
1464 (sigc::mem_fun(smallmap, &SmallMap::set_view)); in init_maps()
1466 (sigc::mem_fun(smallmap, &SmallMap::redraw_tiles)); in init_maps()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DMapControl.cpp51 if (MyMap && MyMap->SmallMap) { in UpdateMap()
52 MapMOS = MyMap->SmallMap; in UpdateMap()
/dports/games/openttd/openttd-12.1/src/network/core/
H A Daddress.h23 typedef SmallMap<NetworkAddress, SOCKET> SocketList; ///< Type for a mapping between address and…
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl120 intersect_with_small_map_first(Combiner, SmallMap, BigMap) ->
121 Next = maps:next(maps:iterator(SmallMap)),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl120 intersect_with_small_map_first(Combiner, SmallMap, BigMap) ->
121 Next = maps:next(maps:iterator(SmallMap)),
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl120 intersect_with_small_map_first(Combiner, SmallMap, BigMap) ->
121 Next = maps:next(maps:iterator(SmallMap)),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dmaps.erl120 intersect_with_small_map_first(Combiner, SmallMap, BigMap) ->
121 Next = maps:next(maps:iterator(SmallMap)),

1234