text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: csharp/generate_protos.sh #!/bin/bash # Generates C# source files from .proto files. # You first need to make sure protoc has been built (see instructions on # building protoc in root of this repository) set -e # cd to repository root pushd $(dirname $0)/.. # Protocol buffer compiler to use. If the PROTOC ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobufsource", "path": "csharp/generate_protos.sh", "license": "bsd", "size": 3245}
### File: csharp/install_dotnet_sdk.ps1 #!/usr/bin/env powershell # Install dotnet SDK using the official dotnet-install.ps1 script Set-StrictMode -Version 2 $ErrorActionPreference = 'Stop' # avoid "Unknown error on a send" in Invoke-WebRequest [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "PowerShell", "repo_name": "minhanghuang/protobufsource", "path": "csharp/install_dotnet_sdk.ps1", "license": "bsd", "size": 794}
### File: csharp/src/AddressBook/AddPerson.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/protobufsource", "path": "csharp/src/AddressBook/AddPerson.cs", "license": "bsd", "size": 4996}
### File: csharp/src/AddressBook/ListPeople.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/protobufsource", "path": "csharp/src/AddressBook/ListPeople.cs", "license": "bsd", "size": 4071}
### File: csharp/src/AddressBook/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 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/protobufsource", "path": "csharp/src/AddressBook/Program.cs", "license": "bsd", "size": 4075}
### File: csharp/src/AddressBook/SampleUsage.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/protobufsource", "path": "csharp/src/AddressBook/SampleUsage.cs", "license": "bsd", "size": 3066}
### File: csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.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 form...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobufsource", "path": "csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs", "license": "bsd", "size": 3919}
### File: csharp/src/Google.Protobuf.Benchmarks/ByteStringBenchmark.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, w...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobufsource", "path": "csharp/src/Google.Protobuf.Benchmarks/ByteStringBenchmark.cs", "license": "bsd", "size": 2712}
### File: csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.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 form...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C#", "repo_name": "minhanghuang/protobufsource", "path": "csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs", "license": "bsd", "size": 5112}
### File: csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.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/protobufsource", "path": "csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs", "license": "bsd", "size": 9905}
### File: csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.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/protobufsource", "path": "csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs", "license": "bsd", "size": 20075}
### File: csharp/src/Google.Protobuf.Benchmarks/Program.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, 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/protobufsource", "path": "csharp/src/Google.Protobuf.Benchmarks/Program.cs", "license": "bsd", "size": 2174}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs", "license": "bsd", "size": 9390}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs", "license": "bsd", "size": 19272}
### 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/protobufsource", "path": "csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs", "license": "bsd", "size": 6253}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/ByteString.cs", "license": "bsd", "size": 17631}
### 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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/CodedInputStream.cs", "license": "bsd", "size": 27871}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Collections/MapField.cs", "license": "bsd", "size": 33467}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Collections/RepeatedField.cs", "license": "bsd", "size": 26830}
### 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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs", "license": "bsd", "size": 3058}
### 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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs", "license": "bsd", "size": 5073}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/ExtensionValue.cs", "license": "bsd", "size": 6830}
### 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/protobufsource", "path": "csharp/src/Google.Protobuf/FieldCodec.cs", "license": "bsd", "size": 38345}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/JsonFormatter.cs", "license": "bsd", "size": 40697}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/JsonTokenizer.cs", "license": "bsd", "size": 33605}
### 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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/MessageExtensions.cs", "license": "bsd", "size": 14293}
### 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/protobufsource", "path": "csharp/src/Google.Protobuf/MessageParser.cs", "license": "bsd", "size": 15578}
### 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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/ParseContext.cs", "license": "bsd", "size": 12389}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs", "license": "bsd", "size": 10507}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/CustomOptions.cs", "license": "bsd", "size": 15471}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs", "license": "bsd", "size": 19440}
### 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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs", "license": "bsd", "size": 26942}
### 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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs", "license": "bsd", "size": 6254}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs", "license": "bsd", "size": 19213}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs", "license": "bsd", "size": 16766}
### 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/protobufsource", "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/protobufsource", "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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs", "license": "bsd", "size": 6420}
### 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/protobufsource", "path": "csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs", "license": "bsd", "size": 8581}