Lines Matching refs:outValue
1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const1031 sstream >> *outValue;1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const1042 *outValue = node->ValueStr();