Home
last modified time | relevance | path

Searched refs:STRM_LOCATION (Results 1 – 7 of 7) sorted by relevance

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Drlmachine_test.cc119 vector<int> types = {STRK_LOCATION, STRM_LOCATION, STRS_LOCATION}; in TEST_F()
131 EXPECT_THROW({ rlmachine.SetStringValue(STRM_LOCATION, 2000, "Blah"); }, in TEST_F()
133 EXPECT_THROW({ rlmachine.GetStringValue(STRM_LOCATION, 2000); }, in TEST_F()
203 setStrMemoryCountingFrom(saveMachine, STRM_LOCATION, 0); in TEST_F()
213 verifyStrMemoryCountingFrom(loadMachine, STRM_LOCATION, 0); in TEST_F()
H A Drloperation_test.cc215 rlmachine.SetStringValue(STRM_LOCATION, 0, "string one"); in TEST_F()
H A Dlarge_jmp_test.cc770 EXPECT_EQ("GOOD", rlmachine.GetStringValue(STRM_LOCATION, 0)); in TEST()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/libreallive/
H A Dintmemref.h54 const int STRM_LOCATION = 0x0C; variable
61 type == STRM_LOCATION; in is_string_location()
H A Dexpression.cc1240 } else if (type == STRM_LOCATION) { in GetMemoryDebugString()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/machine/
H A Dmemory.cc132 case libreallive::STRM_LOCATION: in GetStringValue()
152 case libreallive::STRM_LOCATION: in SetStringValue()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Drlbabel_dll.cc676 case libreallive::STRM_LOCATION: in GetSvar()