Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
dcab5e6c
Commit
dcab5e6c
authored
Sep 04, 2017
by
gejun
Committed by
iCode
Sep 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Patch svn r35215"
parents
0b6fd46c
8924a952
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
16 additions
and
14 deletions
+16
-14
optimized_writer.h
src/base/third_party/rapidjson/optimized_writer.h
+1
-2
encode_decode.cpp
src/json2pb/encode_decode.cpp
+1
-1
encode_decode.h
src/json2pb/encode_decode.h
+1
-1
json_to_pb.cpp
src/json2pb/json_to_pb.cpp
+2
-0
json_to_pb.h
src/json2pb/json_to_pb.h
+1
-1
pb_to_json.cpp
src/json2pb/pb_to_json.cpp
+2
-0
pb_to_json.h
src/json2pb/pb_to_json.h
+1
-1
protobuf_map.cpp
src/json2pb/protobuf_map.cpp
+2
-1
protobuf_map.h
src/json2pb/protobuf_map.h
+1
-1
zero_copy_stream_reader.h
src/json2pb/zero_copy_stream_reader.h
+1
-1
zero_copy_stream_writer.h
src/json2pb/zero_copy_stream_writer.h
+1
-2
brpc_protobuf_json_unittest.cpp
test/brpc_protobuf_json_unittest.cpp
+1
-1
brpc_repeated_field_unittest.cpp
test/brpc_repeated_field_unittest.cpp
+1
-2
No files found.
src/base/third_party/rapidjson/optimized_writer.h
View file @
dcab5e6c
// Copyright (c) 2015 Baidu.com, Inc. All Rights Reserved
// File: optimized_writer.h
// Copyright (c) 2015 baidu-rpc authors.
// Author: Lin Jiang (jianglin05@baidu.com)
// Date: 2015/7/21 16:44:42
...
...
src/json2pb/encode_decode.cpp
View file @
dcab5e6c
// Copyright (c) 2015
Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2015
baidu-rpc authors.
// Author: Jiang,Lin (jianglin05@baidu.com)
// Date: 2015/05/26 16:17:28
...
...
src/json2pb/encode_decode.h
View file @
dcab5e6c
// Copyright (c) 2015
Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2015
baidu-rpc authors.
// Author: Jiang,Lin (jianglin05@baidu.com)
// Date: 2015/05/26 16:59:16
#ifndef PROTOBUF_JSON_ENCODE_DECODE_H
...
...
src/json2pb/json_to_pb.cpp
View file @
dcab5e6c
// Copyright (c) 2014 baidu-rpc authors.
#include <vector>
#include <map>
#include <string>
...
...
src/json2pb/json_to_pb.h
View file @
dcab5e6c
// protobuf-json: Conversions between protobuf and json.
// Copyright (c) 2014
Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2014
baidu-rpc authors.
// Author: The baidu-rpc authors (pbrpc@baidu.com)
// Date: 2014-10-29 18:30:33
...
...
src/json2pb/pb_to_json.cpp
View file @
dcab5e6c
// Copyright (c) 2014 baidu-rpc authors.
#include <iostream>
#include <vector>
#include <string>
...
...
src/json2pb/pb_to_json.h
View file @
dcab5e6c
// protobuf-json: Conversions between protobuf and json.
// Copyright (c) 2014
Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2014
baidu-rpc authors.
// Author: The baidu-rpc authors (pbrpc@baidu.com)
// Date: 2014-10-29 18:30:33
...
...
src/json2pb/protobuf_map.cpp
View file @
dcab5e6c
#include "protobuf_map.h"
// Copyright (c) 2014 baidu-rpc authors.
#include "protobuf_map.h"
#include <stdio.h>
namespace
json2pb
{
...
...
src/json2pb/protobuf_map.h
View file @
dcab5e6c
// Baidu RPC - A framework to host and access services throughout Baidu.
// Copyright (c) 2014
Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2014
baidu-rpc authors.
//
// Author: Rujie,Jiang jiangrujie@baidu.com
// Date: Tue Feb 23 13:56:02 2016
...
...
src/json2pb/zero_copy_stream_reader.h
View file @
dcab5e6c
// Copyright (c) 2014
Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2014
baidu-rpc authors.
// File: iobuf_read_stream.h
// Author: Zhangyi Chen (chenzhangyi01@baidu.com)
// Date: 2014/10/29 15:01:09
...
...
src/json2pb/zero_copy_stream_writer.h
View file @
dcab5e6c
// Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved
// File: zero_copy_stream_writer.h
// Copyright (c) 2014 baidu-rpc authors.
// Author: Zhangyi Chen (chenzhangyi01@baidu.com)
// Date: 2014/10/29 16:44:42
...
...
test/brpc_protobuf_json_unittest.cpp
View file @
dcab5e6c
//
See README.txt for information and build instruction
s.
//
Copyright (c) 2015 baidu-rpc author
s.
#include <sys/time.h>
#include <gtest/gtest.h>
...
...
test/brpc_repeated_field_unittest.cpp
View file @
dcab5e6c
// Copyright (c) 2015 Baidu.com, Inc. All Rights Reserved
// Copyright (c) 2015 baidu-rpc authors.
// Author: Zhangyi Chen (chenzhangyi01@baidu.com)
// Date: 2015/10/10 17:55:13
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment