Home
last modified time | relevance | path

Searched refs:Op_ReturnIntValueWithString (Results 1 – 2 of 2) sorted by relevance

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/machine/
H A Dgeneral_operations_impl.h280 class Op_ReturnIntValueWithString : public RLStoreOpcode<StrConstant_T> {
284 explicit Op_ReturnIntValueWithString(Getter g) : getter_(g) {} in Op_ReturnIntValueWithString() function
H A Dgeneral_operations.h115 return new binderImpl::Op_ReturnIntValueWithString<OBJTYPE, RETTYPE>(s); in ReturnIntValue()