Searched refs:YAML (Results 1 – 16 of 16) sorted by relevance
2 YAML I/O8 Introduction to YAML11 YAML is a human readable data serialization language. The full YAML language 53 verbose, so YAML offers an alternate syntax for sequences called a "Flow69 Introduction to YAML I/O72 The use of indenting makes the YAML easy for a human to read and understand,73 but having a program read and write YAML involves a lot of tedious details.74 The YAML I/O library structures and simplifies reading and writing YAML 77 YAML I/O assumes you have some "native" data structures which you want to be78 able to dump as YAML and recreate from YAML. The first step is to try [all …]
4 yaml2obj takes a YAML description of an object file and converts it to a binary
153 A reference guide for using LLVM's YAML I/O library.
34 yaml::Output YAML(YamlContentStream); in TEST() local35 YAML << Doc; in TEST()69 yaml::Input YAML(YamlContent); in TEST() local70 YAML >> DocActual; in TEST()71 ASSERT_FALSE(YAML.error()); in TEST()96 yaml::Input YAML(YamlContent); in TEST() local97 YAML >> DocActual; in TEST()98 ASSERT_FALSE(YAML.error()); in TEST()
3 %YAML 1.14 %YAML 1.1
3 %YAML 1.1
3 %YAML 1.2 # Attempt parsing
9 %YAML 1.1
11 use YAML::Tiny;116 my $port = YAML::Tiny->read('port.yml');139 my $port = YAML::Tiny->read('port.yml');
48 YAML.cpp
50 YAML.cpp
329 std::unique_ptr<ELFYAML::Object> YAML(YAMLOrErr.get()); in elf2yaml() local331 Yout << *YAML; in elf2yaml()
116 - <a HREF="http://www.yaml.org/">YAML</a> A data format designed for human readability.
68 The syntax of this file is `YAML <http://www.yaml.org/>`_. For a complete list
27 The ``.clang-format`` file uses YAML format:
9187 std::string YAML = configurationAsText(Style); in TEST_F() local9190 EXPECT_EQ(0, parseConfiguration(YAML, &ParsedStyle).value()); in TEST_F()