Home
last modified time | relevance | path

Searched refs:has_gx_playmode (Results 1 – 5 of 5) sorted by relevance

/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dgx_tour_test.cc478 ASSERT_FALSE(gx_tourcontrol_->has_gx_playmode()); in TEST_F()
484 ASSERT_TRUE(gx_tourcontrol_->has_gx_playmode()); in TEST_F()
495 ASSERT_TRUE(gx_tourcontrol_->has_gx_playmode()); in TEST_F()
502 ASSERT_FALSE(gx_tourcontrol_->has_gx_playmode()); in TEST_F()
517 ASSERT_TRUE(tourcontrol->has_gx_playmode()); in TEST_F()
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dgx_tour.cc295 if (has_gx_playmode()) { in Serialize()
H A Dgx_tour.h342 bool has_gx_playmode() const { in has_gx_playmode() function
/dports/science/libkml/libkml-1.3.0/tests/swig/
H A Dkmldom_test.py1498 assert False == tourcontrol.has_gx_playmode()
1501 assert tourcontrol.has_gx_playmode()
1543 assert tc.has_gx_playmode()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dlibkml_kmlelements.i1746 bool has_gx_playmode();