Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
simple_token.cc File Reference
#include "simple_token.h"
#include <ostream>
#include <random>

Go to the source code of this file.

Namespaces

namespace  base
 

Functions

std::ostream & base::operator<< (std::ostream &out, const SimpleToken &token)
 
std::optional< base::SimpleTokenbase::ValueToSimpleToken (std::string str)
 
std::string base::SimpleTokenToValue (const SimpleToken &token)
 
size_t base::SimpleTokenHash (const SimpleToken &SimpleToken)
 

Variables

constexpr size_t base::kRandomTokenLength = 10