webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <google/protobuf/util/json_util.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/util/internal/default_value_objectwriter.h>
#include <google/protobuf/util/internal/error_listener.h>
#include <google/protobuf/util/internal/json_objectwriter.h>
#include <google/protobuf/util/internal/json_stream_parser.h>
#include <google/protobuf/util/internal/protostream_objectsource.h>
#include <google/protobuf/util/internal/protostream_objectwriter.h>
#include <google/protobuf/util/type_resolver.h>
#include <google/protobuf/util/type_resolver_util.h>
#include <google/protobuf/stubs/bytestream.h>
#include <google/protobuf/stubs/status_macros.h>
Namespaces | |
google::protobuf | |
google::protobuf::util | |
google::protobuf::util::internal | |
Functions | |
util::Status | google::protobuf::util::BinaryToJsonStream (TypeResolver *resolver, const string &type_url, io::ZeroCopyInputStream *binary_input, io::ZeroCopyOutputStream *json_output, const JsonOptions &options) |
util::Status | google::protobuf::util::BinaryToJsonString (TypeResolver *resolver, const string &type_url, const string &binary_input, string *json_output, const JsonOptions &options) |
util::Status | google::protobuf::util::JsonToBinaryStream (TypeResolver *resolver, const string &type_url, io::ZeroCopyInputStream *json_input, io::ZeroCopyOutputStream *binary_output) |
util::Status | google::protobuf::util::JsonToBinaryString (TypeResolver *resolver, const string &type_url, const string &json_input, string *binary_output) |