Home
last modified time | relevance | path

Searched refs:get_max_size (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/converters/p5-JSON/JSON-2.97001/t/
H A De01_property.t51 ok($json->get_max_size == 0, 'get_max_size default');
53 ok($json->get_max_size == 7, 'get_max_size set 7 => 7');
55 ok($json->get_max_size == 0, 'get_max_size no arg');
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_component.h175 virtual scr_size get_max_size() const { in get_max_size() function
276 …scr_size get_max_size() const OVERRIDE { return ref ? ref->get_max_size() : gui_component_t::get_m… in get_max_size() function
294 …scr_size get_max_size() const OVERRIDE { return scr_size( fill_x ? scr_size::inf.w : 0, fill_y ? s… in get_max_size() function
H A Dgui_scrollpane.cc50 scr_size gui_scrollpane_t::get_max_size() const in get_max_size() function in gui_scrollpane_t
52 scr_size csize = comp->get_max_size(); in get_max_size()
54 csize.w += scroll_y.get_max_size().w; in get_max_size()
57 csize.h += scroll_x.get_max_size().h; in get_max_size()
122 c_size.clip_rightbottom(comp->get_max_size()); in set_size()
133 scr_size cmax = comp->get_max_size(); in request_size()
H A Dgui_divider.cc18 scr_size gui_divider_t::get_max_size() const in get_max_size() function in gui_divider_t
H A Dgui_textarea.h55 scr_size get_max_size() const OVERRIDE;
H A Dgui_divider.h32 scr_size get_max_size() const OVERRIDE;
H A Dgui_colorbox.h27 scr_size get_max_size() const OVERRIDE;
H A Dgui_convoiinfo.h62 using gui_aligned_container_t::get_max_size;
H A Dgui_building.h31 scr_size get_max_size() const OVERRIDE { return get_min_size(); } in get_max_size() function
H A Dgui_fixedwidth_textarea.h55 scr_size get_max_size() const OVERRIDE;
H A Dgui_speedbar.h50 scr_size get_max_size() const OVERRIDE;
/dports/devel/p5-Cache-Cache/Cache-Cache-1.08/lib/Cache/
H A DSizeAwareMemoryCache.pm77 $self->_get_cache_sizer( )->limit_size( $self->get_max_size( ) );
100 sub get_max_size subroutine
104 return $self->_get_cache_sizer( )->get_max_size( );
H A DSizeAwareFileCache.pm84 $self->_get_cache_sizer( )->limit_size( $self->get_max_size( ) );
108 sub get_max_size subroutine
112 return $self->_get_cache_sizer( )->get_max_size( );
H A DSizeAwareCache.pm31 sub get_max_size;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/utilities/
H A Dsimple_pool.hpp93 std::size_t get_max_size(void) { return std::numeric_limits<std::size_t>::max(); } in get_max_size() function in nova::simple_pool
110 std::size_t get_max_size(void) { return ::get_max_size(data_.pool); } in get_max_size() function in nova::simple_pool
H A Dstatic_pool.hpp77 std::size_t get_max_size(void) { return ::get_max_size(data_.pool.begin()); }
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DDjVuFileCache.h119 int get_max_size(void) const {return 0;} in get_max_size() function
150 int get_max_size(void) const;
266 DjVuFileCache::get_max_size(void) const in get_max_size() function
/dports/games/simutrans/simutrans-121.0/gui/
H A Dbase_info.cc22 scr_size get_max_size() const OVERRIDE { return textarea->get_max_size(); } in get_max_size() function in gui_textarea_with_embedded_element_t
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/t/
H A D012-priority_queue.t16 is( $pq->get_max_size, 5, "get_max_size" );
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Search/
H A DSearchClient.pm93 $args{num_wanted} = $collector->get_storage->get_max_size;
96 $args{num_wanted} = $collector->get_max_size;
/dports/security/snort3/snort3-3.1.19.0/src/hash/test/
H A Dlru_cache_shared_test.cc42 CHECK(lru_cache.get_max_size() == 5); in TEST()
89 size_t sz = lru_cache.get_max_size(); in TEST()
97 CHECK(lru_cache.get_max_size() == sz); in TEST()
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Dimpl_caps.hpp102 auto get_max_size() const { in get_max_size() function in oneapi::vpl::implementation_capabilities::codec_memory
174 auto get_max_size() const { in get_max_size() function in oneapi::vpl::implementation_capabilities::vpp_memory
636 << std::get<0>(m.get_max_size()) << "," << std::get<1>(m.get_max_size()) << "]" in operator <<()
656 << std::get<0>(m.get_max_size()) << "," << std::get<1>(m.get_max_size()) << "]" in operator <<()
748 << std::get<0>(m.get_max_size()) << "," << std::get<1>(m.get_max_size()) << "]" in operator <<()
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/binding/
H A Dimpl_caps.cpp90 &vpl::implementation_capabilities::decoder_memory::get_max_size, in init_impl_caps()
116 &vpl::implementation_capabilities::encoder_memory::get_max_size, in init_impl_caps()
160 &vpl::implementation_capabilities::vpp_memory::get_max_size, in init_impl_caps()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.h26 extern size_t get_max_size(void *);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.h26 extern size_t get_max_size(void *);

12345678910>>...15