File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ enum class ThriftSerializationProto { Binary, Compact };
34
34
void
35
35
thrift_serialization_test (size_t iterations, ThriftSerializationProto proto = ThriftSerializationProto::Binary)
36
36
{
37
- using apache::thrift::transport::TMemoryBuffer;
38
37
using apache::thrift::protocol::TBinaryProtocol;
39
- using apache::thrift::protocol::TCompactProtocol;
40
38
using apache::thrift::protocol::TBinaryProtocolT;
39
+ using apache::thrift::protocol::TCompactProtocol;
41
40
using apache::thrift::protocol::TCompactProtocolT;
41
+ using apache::thrift::transport::TMemoryBuffer;
42
42
43
43
using namespace thrift_test ;
44
44
Original file line number Diff line number Diff line change 4
4
#include < vector>
5
5
#include < stdint.h>
6
6
7
- const size_t kStringsCount = 100 ;
8
- const std::string kStringValue = " shgfkghsdfjhgsfjhfgjhfgjsffghgsfdhgsfdfkdjhfioukjhkfdljgdfkgvjafdhasgdfwurtjkghfsdjkfg" ;
7
+ const size_t kStringsCount = 100 ;
8
+ const std::string kStringValue = " shgfkghsdfjhgsfjhfgjhfgjsffghgsfdhgsfdfkdjhfioukjhkfdljgdfkgvjafdhasgdfwurtjkghfsdjkfg" ;
9
9
10
+ // clang-format off
10
11
const std::vector<int64_t > kIntegers = {
11
12
-7363025924956902506 , 433747491 , -1063289711 ,
12
13
-3099617426797642053 , -10 , -28373 ,
@@ -343,5 +344,6 @@ const std::vector<int64_t> kIntegers = {
343
344
-10440 , -33 , -18991 ,
344
345
-102
345
346
};
347
+ // clang-format on
346
348
347
349
#endif
You can’t perform that action at this time.
0 commit comments