|
static void | output (const std::array< unsigned char, 20 > &S, void *, llvm::raw_ostream &OS) |
|
static StringRef | input (StringRef Scalar, void *, std::array< unsigned char, 20 > &Value) |
|
static SymbolID | StringToSymbol (llvm::StringRef Value) |
|
static QuotingType | mustQuote (StringRef) |
|
Definition at line 84 of file YAMLGenerator.cpp.
◆ input()
static StringRef llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::input |
( |
StringRef |
Scalar, |
|
|
void * |
, |
|
|
std::array< unsigned char, 20 > & |
Value |
|
) |
| |
|
inlinestatic |
◆ mustQuote()
static QuotingType llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::mustQuote |
( |
StringRef |
| ) |
|
|
inlinestatic |
◆ output()
static void llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::output |
( |
const std::array< unsigned char, 20 > & |
S, |
|
|
void * |
, |
|
|
llvm::raw_ostream & |
OS |
|
) |
| |
|
inlinestatic |
◆ StringToSymbol()
static SymbolID llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::StringToSymbol |
( |
llvm::StringRef |
Value | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: