HomeSort by: relevance | last modified time | path
    Searched defs:msgpack (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackWriter.h 1 //===- MsgPackWriter.h - Simple MsgPack writer ------------------*- C++ -*-===//
12 /// See https://github.com/msgpack/msgpack/blob/master/spec.md for the full
18 /// msgpack::Writer MPWriter(output);
31 #include "llvm/BinaryFormat/MsgPack.h"
37 namespace msgpack { namespace in namespace:llvm
127 } // end namespace msgpack
MsgPack.h 1 //===-- MsgPack.h - MessagePack Constants -----------------------*- C++ -*-===//
21 namespace msgpack { namespace in namespace:llvm
29 #include "llvm/BinaryFormat/MsgPack.def"
41 #include "llvm/BinaryFormat/MsgPack.def"
54 #include "llvm/BinaryFormat/MsgPack.def"
63 #include "llvm/BinaryFormat/MsgPack.def"
73 #include "llvm/BinaryFormat/MsgPack.def"
86 #include "llvm/BinaryFormat/MsgPack.def"
89 } // end namespace msgpack
MsgPackReader.h 1 //===- MsgPackReader.h - Simple MsgPack reader ------------------*- C++ -*-===//
12 /// See https://github.com/msgpack/msgpack/blob/master/spec.md for the full
18 /// msgpack::Reader MPReader(input);
19 /// msgpack::Object Obj;
23 /// case msgpack::Type::Int:
42 namespace msgpack { namespace in namespace:llvm
146 } // end namespace msgpack
MsgPackDocument.h 1 //===-- MsgPackDocument.h - MsgPack Document --------------------*- C++ -*-===//
10 /// of a document of MsgPack objects, that can be read from MsgPack, written to
11 /// MsgPack, and inspected and modified in memory. This is intended to be a
24 namespace msgpack { namespace in namespace:llvm
36 /// A node in a MsgPack Document. This is a simple copyable and
269 /// Simple in-memory representation of a document of msgpack objects with
387 /// Read a document from a binary msgpack blob, merging into anything already
417 /// Write a MsgPack document to a binary MsgPack blob
    [all...]

Completed in 17 milliseconds