Home
last modified time | relevance | path

Searched refs:next_property (Results 1 – 18 of 18) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/test/t/
H A Dtest_builder.cpp279 for (auto p1 = f1.next_property(), p2 = f2.next_property(); in vector_tile_equal()
281 p1 = f1.next_property(), p2 = f2.next_property()) { in vector_tile_equal()
321 while (auto property = feature.next_property()) {
346 while (auto property = feature.next_property()) {
H A Dtest_feature.cpp46 while (auto p = feature.next_property()) {
80 while (auto p = feature.next_property()) {
H A Dtest_index.cpp295 const auto property = feature.next_property();
340 const auto property = feature.next_property();
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_objects.cpp94 zword Processor::next_property(zword prop_addr) { in next_property() function in Glk::ZCode::Processor
341 prop_addr = next_property(prop_addr); in z_get_next_prop()
419 prop_addr = next_property(prop_addr); in z_get_prop()
472 prop_addr = next_property(prop_addr); in z_get_prop_addr()
627 prop_addr = next_property(prop_addr); in z_put_prop()
H A Dprocessor.h308 zword next_property(zword prop_addr);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_objects.cpp94 zword Processor::next_property(zword prop_addr) { in next_property() function in Glk::Frotz::Processor
341 prop_addr = next_property(prop_addr); in z_get_next_prop()
419 prop_addr = next_property(prop_addr); in z_get_prop()
472 prop_addr = next_property(prop_addr); in z_get_prop_addr()
627 prop_addr = next_property(prop_addr); in z_put_prop()
H A Dprocessor.h303 zword next_property(zword prop_addr);
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dobject.c119 static zword next_property(zword prop_addr) in next_property() function
413 prop_addr = next_property(prop_addr); in z_get_next_prop()
508 prop_addr = next_property(prop_addr); in z_get_prop()
567 prop_addr = next_property(prop_addr); in z_get_prop_addr()
755 prop_addr = next_property (prop_addr); in z_put_prop()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/test/
H A Dfixture_tests.cpp528 auto prop = feature.next_property();
551 const auto prop = feature.next_property();
567 const auto prop = feature.next_property();
583 const auto prop = feature.next_property();
599 const auto prop = feature.next_property();
615 const auto prop = feature.next_property();
674 REQUIRE_THROWS_AS(feature.next_property(), const vtzero::out_of_range_exception&);
697 REQUIRE_THROWS_AS(feature.next_property(), const vtzero::out_of_range_exception&);
709 REQUIRE_THROWS_AS(feature.next_property(), const vtzero::out_of_range_exception&);
724 auto property = feature.next_property();
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/include/vtzero/
H A Dfeature.hpp217 property next_property();
H A Dlayer.hpp420 inline property feature::next_property() { in next_property() function in vtzero::feature
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/examples/
H A Dvtzero-show.cpp153 while (auto property = feature.next_property()) { in print_layer()
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-theme-node.c2945 goto next_property; in st_theme_node_get_border_image()
2950 goto next_property; in st_theme_node_get_border_image()
2965 goto next_property; in st_theme_node_get_border_image()
2977 goto next_property; in st_theme_node_get_border_image()
2980 goto next_property; in st_theme_node_get_border_image()
3024 goto next_property; in st_theme_node_get_border_image()
3034 next_property: in st_theme_node_get_border_image()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-theme-node.c3198 goto next_property; in st_theme_node_get_border_image()
3203 goto next_property; in st_theme_node_get_border_image()
3218 goto next_property; in st_theme_node_get_border_image()
3229 goto next_property; in st_theme_node_get_border_image()
3232 goto next_property; in st_theme_node_get_border_image()
3271 goto next_property; in st_theme_node_get_border_image()
3282 next_property: in st_theme_node_get_border_image()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/vtzero/doc/
H A Dreading.md177 To access the properties call the `next_property()` function until it returns
181 while (auto property = feature.next_property()) {
H A Dwriting.md321 while (auto property = feature.next_property()) {
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvstsheet.cpp403 static bool next_property( const char * & str ) in next_property() function
1847 next_property( decl ); in parse()
2913 next_property( decl ); in parse()
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dparser.cc1803 Expression* next_property = factory()->NewResolvedProperty(iterator, next); in BuildIteratorNextResult() local
1807 factory()->NewCall(next_property, next_arguments, kNoSourcePosition); in BuildIteratorNextResult()