Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
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
protobuf
Commits
ef431130
Commit
ef431130
authored
Dec 02, 2014
by
Feng Xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #111 from xfxyjwf/googlebot
Replace links in nano proto code.
parents
9e9ca4b6
06106599
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
27 additions
and
27 deletions
+27
-27
CodedInputByteBufferNano.java
...va/com/google/protobuf/nano/CodedInputByteBufferNano.java
+1
-1
CodedOutputByteBufferNano.java
...a/com/google/protobuf/nano/CodedOutputByteBufferNano.java
+1
-1
ExtendableMessageNano.java
.../java/com/google/protobuf/nano/ExtendableMessageNano.java
+1
-1
Extension.java
...ano/src/main/java/com/google/protobuf/nano/Extension.java
+1
-1
FieldArray.java
...no/src/main/java/com/google/protobuf/nano/FieldArray.java
+1
-1
FieldData.java
...ano/src/main/java/com/google/protobuf/nano/FieldData.java
+1
-1
InternalNano.java
.../src/main/java/com/google/protobuf/nano/InternalNano.java
+1
-1
InvalidProtocolBufferNanoException.java
...gle/protobuf/nano/InvalidProtocolBufferNanoException.java
+1
-1
MessageNano.java
...o/src/main/java/com/google/protobuf/nano/MessageNano.java
+1
-1
MessageNanoPrinter.java
...ain/java/com/google/protobuf/nano/MessageNanoPrinter.java
+1
-1
UnknownFieldData.java
.../main/java/com/google/protobuf/nano/UnknownFieldData.java
+1
-1
WireFormatNano.java
...rc/main/java/com/google/protobuf/nano/WireFormatNano.java
+1
-1
NanoTest.java
...nano/src/test/java/com/google/protobuf/nano/NanoTest.java
+1
-1
unittest_accessors_nano.proto
...va/com/google/protobuf/nano/unittest_accessors_nano.proto
+1
-1
unittest_enum_class_multiple_nano.proto
...gle/protobuf/nano/unittest_enum_class_multiple_nano.proto
+1
-1
unittest_enum_class_nano.proto
...a/com/google/protobuf/nano/unittest_enum_class_nano.proto
+1
-1
unittest_has_nano.proto
...est/java/com/google/protobuf/nano/unittest_has_nano.proto
+1
-1
unittest_import_nano.proto
.../java/com/google/protobuf/nano/unittest_import_nano.proto
+1
-1
unittest_multiple_nameclash_nano.proto
...ogle/protobuf/nano/unittest_multiple_nameclash_nano.proto
+1
-1
unittest_multiple_nano.proto
...ava/com/google/protobuf/nano/unittest_multiple_nano.proto
+1
-1
unittest_nano.proto
...rc/test/java/com/google/protobuf/nano/unittest_nano.proto
+1
-1
unittest_recursive_nano.proto
...va/com/google/protobuf/nano/unittest_recursive_nano.proto
+1
-1
unittest_repeated_merge_nano.proto
...m/google/protobuf/nano/unittest_repeated_merge_nano.proto
+1
-1
unittest_repeated_packables_nano.proto
...ogle/protobuf/nano/unittest_repeated_packables_nano.proto
+1
-1
unittest_simple_nano.proto
.../java/com/google/protobuf/nano/unittest_simple_nano.proto
+1
-1
unittest_single_nano.proto
.../java/com/google/protobuf/nano/unittest_single_nano.proto
+1
-1
unittest_stringutf8_nano.proto
...a/com/google/protobuf/nano/unittest_stringutf8_nano.proto
+1
-1
No files found.
javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/CodedOutputByteBufferNano.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/ExtendableMessageNano.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/Extension.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/FieldArray.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2014 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/FieldData.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2014 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/InvalidProtocolBufferNanoException.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/MessageNano.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/MessageNanoPrinter.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/UnknownFieldData.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/main/java/com/google/protobuf/nano/WireFormatNano.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/NanoTest.java
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2013 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_accessors_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_multiple_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_has_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_import_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nameclash_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_recursive_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_merge_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_packables_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_simple_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_single_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
javanano/src/test/java/com/google/protobuf/nano/unittest_stringutf8_nano.proto
View file @
ef431130
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http
://code.google.com/p/protobuf
/
// http
s://developers.google.com/protocol-buffers
/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
...
...
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