Home
last modified time | relevance | path

Searched refs:MyCustomType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
DYAMLIOTest.cpp695 struct MyCustomType { struct
701 MyCustomType f1; argument
702 MyCustomType f2;
720 struct ScalarTraits<MyCustomType> {
721 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { in output()
724 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) { in input()
/external/llvm/docs/
DYamlIO.rst458 struct ScalarTraits<MyCustomType> {