text stringlengths 24 1.04M | metadata stringlengths 233 497 |
|---|---|
### File: csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2019 Google Inc. All rights reserved.
// https://github.com/protocolbuffers/protobuf
//
// Redistribution and use in source and binary forms... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs", "license": "bsd", "size": 7534} |
### File: csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2019 Google Inc. All rights reserved.
// https://github.com/protocolbuffers/protobuf
//
// Redistribution and use in source and binary ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs", "license": "bsd", "size": 17767} |
### File: csharp/src/Google.Protobuf.Conformance/Program.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Conformance/Program.cs", "license": "bsd", "size": 8672} |
### File: csharp/src/Google.Protobuf.JsonDump/Program.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with o... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.JsonDump/Program.cs", "license": "bsd", "size": 3195} |
### File: csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2016 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and bin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs", "license": "bsd", "size": 2080} |
### File: csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs", "license": "bsd", "size": 9414} |
### File: csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary fo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs", "license": "bsd", "size": 2294} |
### File: csharp/src/Google.Protobuf.Test/EqualityTester.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/EqualityTester.cs", "license": "bsd", "size": 2983} |
### File: csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs
using Google.Protobuf.TestProtos.Proto2;
using Proto2 = Google.Protobuf.TestProtos.Proto2;
using NUnit.Framework;
using static Google.Protobuf.TestProtos.Proto2.UnittestExtensions;
namespace Google.Protobuf
{
/// <summary>
/// ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs", "license": "bsd", "size": 19872} |
### File: csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs", "license": "bsd", "size": 6796} |
### File: csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs", "license": "bsd", "size": 5079} |
### File: csharp/src/Google.Protobuf.Test/SampleEnum.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/SampleEnum.cs", "license": "bsd", "size": 1932} |
### File: csharp/src/Google.Protobuf.Test/SampleMessages.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/SampleMessages.cs", "license": "bsd", "size": 13821} |
### File: csharp/src/Google.Protobuf.Test/SampleNaNs.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2017 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or wit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/SampleNaNs.cs", "license": "bsd", "size": 2586} |
### File: csharp/src/Google.Protobuf.Test/TestCornerCases.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf.Test/TestCornerCases.cs", "license": "bsd", "size": 2702} |
### File: csharp/src/Google.Protobuf/ByteArray.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ByteArray.cs", "license": "bsd", "size": 3236} |
### File: csharp/src/Google.Protobuf/ByteString.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ByteString.cs", "license": "bsd", "size": 17662} |
### File: csharp/src/Google.Protobuf/ByteStringAsync.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or wit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ByteStringAsync.cs", "license": "bsd", "size": 2991} |
### File: csharp/src/Google.Protobuf/CodedInputStream.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with o... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/CodedInputStream.cs", "license": "bsd", "size": 27822} |
### File: csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs", "license": "bsd", "size": 10867} |
### File: csharp/src/Google.Protobuf/CodedOutputStream.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/CodedOutputStream.cs", "license": "bsd", "size": 24663} |
### File: csharp/src/Google.Protobuf/Collections/Lists.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2017 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Collections/Lists.cs", "license": "bsd", "size": 3184} |
### File: csharp/src/Google.Protobuf/Collections/MapField.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Collections/MapField.cs", "license": "bsd", "size": 29757} |
### File: csharp/src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2017 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and bin... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs", "license": "bsd", "size": 6853} |
### File: csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs", "license": "bsd", "size": 4571} |
### File: csharp/src/Google.Protobuf/Collections/RepeatedField.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Collections/RepeatedField.cs", "license": "bsd", "size": 26830} |
### File: csharp/src/Google.Protobuf/Compatibility/DynamicallyAccessedMemberTypes.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/DynamicallyAccessedMemberTypes.cs", "license": "bsd", "size": 4349} |
### File: csharp/src/Google.Protobuf/Compatibility/DynamicallyAccessedMembersAttribute.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in so... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/DynamicallyAccessedMembersAttribute.cs", "license": "bsd", "size": 4321} |
### File: csharp/src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2017 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs", "license": "bsd", "size": 2192} |
### File: csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and bina... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs", "license": "bsd", "size": 3058} |
### File: csharp/src/Google.Protobuf/Compatibility/RequiresUnreferencedCodeAttribute.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in sour... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/RequiresUnreferencedCodeAttribute.cs", "license": "bsd", "size": 3447} |
### File: csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs", "license": "bsd", "size": 2721} |
### File: csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs", "license": "bsd", "size": 5760} |
### File: csharp/src/Google.Protobuf/Compatibility/UnconditionalSuppressMessageAttribute.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Compatibility/UnconditionalSuppressMessageAttribute.cs", "license": "bsd", "size": 5758} |
### File: csharp/src/Google.Protobuf/Extension.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Extension.cs", "license": "bsd", "size": 4789} |
### File: csharp/src/Google.Protobuf/ExtensionRegistry.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ExtensionRegistry.cs", "license": "bsd", "size": 7129} |
### File: csharp/src/Google.Protobuf/ExtensionSet.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ExtensionSet.cs", "license": "bsd", "size": 14489} |
### File: csharp/src/Google.Protobuf/ExtensionValue.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ExtensionValue.cs", "license": "bsd", "size": 6843} |
### File: csharp/src/Google.Protobuf/FieldCodec.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/FieldCodec.cs", "license": "bsd", "size": 38621} |
### File: csharp/src/Google.Protobuf/FieldMaskTree.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or witho... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/FieldMaskTree.cs", "license": "bsd", "size": 13703} |
### File: csharp/src/Google.Protobuf/FrameworkPortability.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/FrameworkPortability.cs", "license": "bsd", "size": 2436} |
### File: csharp/src/Google.Protobuf/IBufferMessage.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/IBufferMessage.cs", "license": "bsd", "size": 2504} |
### File: csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2016 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs", "license": "bsd", "size": 3733} |
### File: csharp/src/Google.Protobuf/IDeepCloneable.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/IDeepCloneable.cs", "license": "bsd", "size": 2468} |
### File: csharp/src/Google.Protobuf/IExtendableMessage.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/IExtendableMessage.cs", "license": "bsd", "size": 3741} |
### File: csharp/src/Google.Protobuf/IMessage.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or withou... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/IMessage.cs", "license": "bsd", "size": 3945} |
### File: csharp/src/Google.Protobuf/InvalidJsonException.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/InvalidJsonException.cs", "license": "bsd", "size": 2543} |
### File: csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs", "license": "bsd", "size": 6051} |
### File: csharp/src/Google.Protobuf/JsonFormatter.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or witho... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/JsonFormatter.cs", "license": "bsd", "size": 40244} |
### File: csharp/src/Google.Protobuf/JsonParser.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/JsonParser.cs", "license": "bsd", "size": 51425} |
### File: csharp/src/Google.Protobuf/JsonToken.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
/... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/JsonToken.cs", "license": "bsd", "size": 6692} |
### File: csharp/src/Google.Protobuf/JsonTokenizer.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or witho... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/JsonTokenizer.cs", "license": "bsd", "size": 34072} |
### File: csharp/src/Google.Protobuf/LimitedInputStream.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/LimitedInputStream.cs", "license": "bsd", "size": 3672} |
### File: csharp/src/Google.Protobuf/MessageExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/MessageExtensions.cs", "license": "bsd", "size": 15291} |
### File: csharp/src/Google.Protobuf/MessageParser.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or witho... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/MessageParser.cs", "license": "bsd", "size": 16683} |
### File: csharp/src/Google.Protobuf/ObjectIntPair.cs
using System;
namespace Google.Protobuf
{
/// <summary>
/// Struct used to hold the keys for the fieldByNumber table in DescriptorPool and the keys for the
/// extensionByNumber table in ExtensionRegistry.
/// </summary>
internal struct O... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ObjectIntPair.cs", "license": "bsd", "size": 1079} |
### File: csharp/src/Google.Protobuf/ParseContext.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or withou... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ParseContext.cs", "license": "bsd", "size": 13256} |
### File: csharp/src/Google.Protobuf/ParserInternalState.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ParserInternalState.cs", "license": "bsd", "size": 4750} |
### File: csharp/src/Google.Protobuf/ParsingPrimitives.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ParsingPrimitives.cs", "license": "bsd", "size": 33675} |
### File: csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs", "license": "bsd", "size": 13194} |
### File: csharp/src/Google.Protobuf/ParsingPrimitivesWrappers.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ParsingPrimitivesWrappers.cs", "license": "bsd", "size": 14134} |
### File: csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs", "license": "bsd", "size": 2949} |
### File: csharp/src/Google.Protobuf/ProtoPreconditions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/ProtoPreconditions.cs", "license": "bsd", "size": 3497} |
### File: csharp/src/Google.Protobuf/Reflection/CustomOptions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2017 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/CustomOptions.cs", "license": "bsd", "size": 16634} |
### File: csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs", "license": "bsd", "size": 4025} |
### File: csharp/src/Google.Protobuf/Reflection/DescriptorDeclaration.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2018 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary f... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/DescriptorDeclaration.cs", "license": "bsd", "size": 5200} |
### File: csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs", "license": "bsd", "size": 14251} |
### File: csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs", "license": "bsd", "size": 2849} |
### File: csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and b... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs", "license": "bsd", "size": 3347} |
### File: csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs", "license": "bsd", "size": 6793} |
### File: csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary form... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs", "license": "bsd", "size": 4739} |
### File: csharp/src/Google.Protobuf/Reflection/ExtensionAccessor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/ExtensionAccessor.cs", "license": "bsd", "size": 2711} |
### File: csharp/src/Google.Protobuf/Reflection/ExtensionCollection.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/ExtensionCollection.cs", "license": "bsd", "size": 5771} |
### File: csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs", "license": "bsd", "size": 2719} |
### File: csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs", "license": "bsd", "size": 19548} |
### File: csharp/src/Google.Protobuf/Reflection/FieldType.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/FieldType.cs", "license": "bsd", "size": 3746} |
### File: csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs", "license": "bsd", "size": 28062} |
### File: csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs", "license": "bsd", "size": 7320} |
### File: csharp/src/Google.Protobuf/Reflection/IDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/IDescriptor.cs", "license": "bsd", "size": 2362} |
### File: csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs", "license": "bsd", "size": 3337} |
### File: csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs", "license": "bsd", "size": 2619} |
### File: csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs", "license": "bsd", "size": 19332} |
### File: csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs", "license": "bsd", "size": 5856} |
### File: csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs", "license": "bsd", "size": 4201} |
### File: csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs", "license": "bsd", "size": 8361} |
### File: csharp/src/Google.Protobuf/Reflection/OriginalNameAttribute.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary f... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/OriginalNameAttribute.cs", "license": "bsd", "size": 2689} |
### File: csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs", "license": "bsd", "size": 2657} |
### File: csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wi... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs", "license": "bsd", "size": 17466} |
### File: csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary f... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs", "license": "bsd", "size": 2633} |
### File: csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms,... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs", "license": "bsd", "size": 5586} |
### File: csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs", "license": "bsd", "size": 7706} |
### File: csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, wit... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs", "license": "bsd", "size": 8581} |
### File: csharp/src/Google.Protobuf/SegmentedBufferHelper.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with ... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/SegmentedBufferHelper.cs", "license": "bsd", "size": 11533} |
### File: csharp/src/Google.Protobuf/UnknownField.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2017 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/UnknownField.cs", "license": "bsd", "size": 11083} |
### File: csharp/src/Google.Protobuf/UnknownFieldSet.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or with... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/UnknownFieldSet.cs", "license": "bsd", "size": 14537} |
### File: csharp/src/Google.Protobuf/UnsafeByteOperations.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with o... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/UnsafeByteOperations.cs", "license": "bsd", "size": 3767} |
### File: csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, w... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs", "license": "bsd", "size": 7531} |
### File: csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary for... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs", "license": "bsd", "size": 11959} |
### File: csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2016 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary fo... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs", "license": "bsd", "size": 14972} |
### File: csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary form... | {"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobuf", "path": "csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs", "license": "bsd", "size": 3681} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.