Home
last modified time | relevance | path

Searched refs:string_ref2 (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DValueRefs.cpp353 const ValueRef<std::string>* string_ref2) in ComplexVariableDescription() argument
374 if (string_ref2) in ComplexVariableDescription()
375 formatter % string_ref2->Description(); in ComplexVariableDescription()
385 const ValueRef<std::string>* string_ref2) in ComplexVariableDump() argument
407 if (string_ref2) in ComplexVariableDump()
408 retval += " string2 = " + string_ref2->Dump(); in ComplexVariableDump()
H A DValueRefs.h189 std::unique_ptr<ValueRef<std::string>>&& string_ref2 = nullptr,
458 const ValueRef<std::string>* string_ref2);
466 const ValueRef<std::string>* string_ref2);
1138 std::unique_ptr<ValueRef<std::string>>&& string_ref2, in ComplexVariable() argument
1145 m_string_ref2(std::move(string_ref2)) in ComplexVariable()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DObjectListWnd.cpp153 std::unique_ptr<ValueRef::ValueRef<std::string>>&& string_ref2 = nullptr) in StringCastedComplexValueRef() argument
158 std::move(int_ref3), std::move(string_ref1), std::move(string_ref2)) in StringCastedComplexValueRef()