Searched refs:STRM_LOCATION (Results 1 – 7 of 7) sorted by relevance
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/ |
H A D | rlmachine_test.cc | 119 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 D | rloperation_test.cc | 215 rlmachine.SetStringValue(STRM_LOCATION, 0, "string one"); in TEST_F()
|
H A D | large_jmp_test.cc | 770 EXPECT_EQ("GOOD", rlmachine.GetStringValue(STRM_LOCATION, 0)); in TEST()
|
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/libreallive/ |
H A D | intmemref.h | 54 const int STRM_LOCATION = 0x0C; variable 61 type == STRM_LOCATION; in is_string_location()
|
H A D | expression.cc | 1240 } else if (type == STRM_LOCATION) { in GetMemoryDebugString()
|
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/machine/ |
H A D | memory.cc | 132 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 D | rlbabel_dll.cc | 676 case libreallive::STRM_LOCATION: in GetSvar()
|