Searched defs:GuestArgument (Results 1 – 4 of 4) sorted by relevance
38 class GuestArgument; variable46 GuestArgument(const IntegerType& value) : value_(Box(value)) {} in GuestArgument() function47 GuestArgument(IntegerType&& value) : value_(Box(value)) {} in GuestArgument() function106 GuestArgument(const EnumType& value) : value_(Box(value)) {} in GuestArgument() function107 GuestArgument(EnumType&& value) : value_(Box(value)) {} in GuestArgument() function135 GuestArgument(const FloatingPointType& value) : value_(Box(value)) {} in GuestArgument() function136 GuestArgument(FloatingPointType&& value) : value_(Box(value)) {} in GuestArgument() function180 GuestArgument(const FloatingPointType& value) : value_(Box(value)) {} in GuestArgument() function181 GuestArgument(FloatingPointType&& value) : value_(Box(value)) {} in GuestArgument() function
61 auto& GuestArgument() const { in GuestArgument() function
64 auto& GuestArgument() const { in GuestArgument() function
58 auto& GuestArgument() const { in GuestArgument() function