text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: kokoro/linux/python_aarch64/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "continuous" and "presubmit" jobs. set -ex # Change to repo root cd $(dirname $0)/../../.. kokoro/linux/aarch64/qemu_helpers/prepare_qemu.sh kokoro/linux/aarch64/test_py...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/python_aarch64/build.sh", "license": "bsd", "size": 289}
### File: kokoro/linux/python_compatibility/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "pull request" project: # # This script selects a specific Dockerfile (for building a Docker image) and # a script to run inside that image. Then we delegate to the g...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/python_compatibility/build.sh", "license": "bsd", "size": 571}
### File: kokoro/linux/python_cpp/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "pull request" project: # # This script selects a specific Dockerfile (for building a Docker image) and # a script to run inside that image. Then we delegate to the general # b...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/python_cpp/build.sh", "license": "bsd", "size": 561}
### File: kokoro/linux/ruby25/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "pull request" project: # # This script selects a specific Dockerfile (for building a Docker image) and # a script to run inside that image. Then we delegate to the general # build...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/ruby25/build.sh", "license": "bsd", "size": 617}
### File: kokoro/linux/ruby26/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "pull request" project: # # This script selects a specific Dockerfile (for building a Docker image) and # a script to run inside that image. Then we delegate to the general # build...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/ruby26/build.sh", "license": "bsd", "size": 617}
### File: kokoro/linux/ruby27/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "pull request" project: # # This script selects a specific Dockerfile (for building a Docker image) and # a script to run inside that image. Then we delegate to the general # build...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/ruby27/build.sh", "license": "bsd", "size": 617}
### File: kokoro/linux/ruby30/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "pull request" project: # # This script selects a specific Dockerfile (for building a Docker image) and # a script to run inside that image. Then we delegate to the general # build...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/ruby30/build.sh", "license": "bsd", "size": 617}
### File: kokoro/linux/ruby_aarch64/build.sh #!/bin/bash # # This is the top-level script we give to Kokoro as the entry point for # running the "continuous" and "presubmit" jobs. set -ex # Change to repo root cd $(dirname $0)/../../.. # Initialize any submodules. git submodule update --init --recursive kokoro/linu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/linux/ruby_aarch64/build.sh", "license": "bsd", "size": 357}
### File: kokoro/macos/cpp/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh cpp
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/cpp/build.sh", "license": "bsd", "size": 202}
### File: kokoro/macos/cpp_distcheck/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh cpp_distcheck
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/cpp_distcheck/build.sh", "license": "bsd", "size": 212}
### File: kokoro/macos/javascript/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh javascript
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/javascript/build.sh", "license": "bsd", "size": 209}
### File: kokoro/macos/objectivec_cocoapods_integration/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh objectivec_cocoapods_integration
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/objectivec_cocoapods_integration/build.sh", "license": "bsd", "size": 231}
### File: kokoro/macos/objectivec_osx/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh objectivec_osx
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/objectivec_osx/build.sh", "license": "bsd", "size": 213}
### File: kokoro/macos/php7.0_mac/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh php7.0_mac
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/php7.0_mac/build.sh", "license": "bsd", "size": 209}
### File: kokoro/macos/php7.3_mac/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests source kokoro/macos/prepare_build_macos_rc ./tests.sh php7.3_mac
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/php7.3_mac/build.sh", "license": "bsd", "size": 209}
### File: kokoro/macos/prepare_build_macos_rc #!/bin/bash # # This script sets up a Kokoro MacOS worker for running Protobuf tests set -eux ## # Select Xcode version # Remember to update the Xcode version when Xcode_11.3.app is not available. # If xcode is not available, it will probably encounter the failure for # ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/prepare_build_macos_rc", "license": "bsd", "size": 1158}
### File: kokoro/macos/python/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests KOKORO_INSTALL_TOX=yes source kokoro/macos/prepare_build_macos_rc ./tests.sh python
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/python/build.sh", "license": "bsd", "size": 228}
### File: kokoro/macos/python_cpp/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests KOKORO_INSTALL_TOX=yes source kokoro/macos/prepare_build_macos_rc g++ --version ./tests.sh python_cpp
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/python_cpp/build.sh", "license": "bsd", "size": 246}
### File: kokoro/macos/ruby25/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests KOKORO_INSTALL_RVM=yes source kokoro/macos/prepare_build_macos_rc ./tests.sh ruby25
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/ruby25/build.sh", "license": "bsd", "size": 228}
### File: kokoro/macos/ruby26/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests KOKORO_INSTALL_RVM=yes source kokoro/macos/prepare_build_macos_rc ./tests.sh ruby26
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/ruby26/build.sh", "license": "bsd", "size": 228}
### File: kokoro/macos/ruby27/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests KOKORO_INSTALL_RVM=yes source kokoro/macos/prepare_build_macos_rc ./tests.sh ruby27
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/ruby27/build.sh", "license": "bsd", "size": 228}
### File: kokoro/macos/ruby30/build.sh #!/bin/bash # # Build file to set up and run tests # Change to repo root cd $(dirname $0)/../../.. # Prepare worker environment to run tests KOKORO_INSTALL_RVM=yes source kokoro/macos/prepare_build_macos_rc ./tests.sh ruby30
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "kokoro/macos/ruby30/build.sh", "license": "bsd", "size": 228}
### File: kokoro/windows/csharp/build.bat @rem enter repo root cd /d %~dp0\..\..\.. cd csharp @rem Install dotnet SDK powershell -File install_dotnet_sdk.ps1 set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH% @rem Disable some unwanted dotnet options set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true set DOTNET_CLI_TELEMETRY_O...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "minhanghuang/protobuf", "path": "kokoro/windows/csharp/build.bat", "license": "bsd", "size": 401}
### File: m4/ac_system_extensions.m4 dnl Provide AC_USE_SYSTEM_EXTENSIONS for old autoconf machines. AC_DEFUN([ACX_USE_SYSTEM_EXTENSIONS],[ ifdef([AC_USE_SYSTEM_EXTENSIONS],[ AC_USE_SYSTEM_EXTENSIONS ],[ AC_BEFORE([$0], [AC_COMPILE_IFELSE]) AC_BEFORE([$0], [AC_RUN_IFELSE]) AC_REQUIRE([AC_GNU_SOURCE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/ac_system_extensions.m4", "license": "bsd", "size": 1105}
### File: m4/acx_check_suncc.m4 dnl Check for the presence of the Sun Studio compiler. dnl If Sun Studio compiler is found, set appropriate flags. dnl Additionally, Sun Studio doesn't default to 64-bit by itself, dnl nor does it automatically look in standard Solaris places for dnl 64-bit libs, so we must add those opt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/acx_check_suncc.m4", "license": "bsd", "size": 2622}
### File: m4/ax_cxx_compile_stdcxx.m4 # =========================================================================== # http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html # =========================================================================== # # SYNOPSIS # # AX_CXX_COMPILE_STDCXX(VERSION, ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/ax_cxx_compile_stdcxx.m4", "license": "bsd", "size": 20668}
### File: m4/ax_prog_cc_for_build.m4 # =========================================================================== # http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html # =========================================================================== # # SYNOPSIS # # AX_PROG_CC_FOR_BUILD # # DESCRIPT...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/ax_prog_cc_for_build.m4", "license": "bsd", "size": 4034}
### File: m4/ax_prog_cxx_for_build.m4 # =========================================================================== # http://www.gnu.org/software/autoconf-archive/ax_prog_cxx_for_build.html # =========================================================================== # # SYNOPSIS # # AX_PROG_CXX_FOR_BUILD # # DESCR...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/ax_prog_cxx_for_build.m4", "license": "bsd", "size": 3554}
### File: m4/ax_pthread.m4 # =========================================================================== # https://www.gnu.org/software/autoconf-archive/ax_pthread.html # =========================================================================== # # SYNOPSIS # # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOU...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/ax_pthread.m4", "license": "bsd", "size": 21970}
### File: m4/stl_hash.m4 # We check two things: where the include file is for # unordered_map/hash_map (we prefer the first form), and what # namespace unordered/hash_map lives in within that include file. We # include AC_TRY_COMPILE for all the combinations we've seen in the # wild. We define HASH_MAP_H to the locat...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "M4Sugar", "repo_name": "minhanghuang/protobuf", "path": "m4/stl_hash.m4", "license": "bsd", "size": 3290}
### File: objectivec/BUILD load("@rules_cc//cc:defs.bzl", "objc_library") objc_library( name = "objectivec", hdrs = [ "GPBAny.pbobjc.h", "GPBApi.pbobjc.h", "GPBDuration.pbobjc.h", "GPBEmpty.pbobjc.h", "GPBFieldMask.pbobjc.h", "GPBSourceContext.pbobjc.h", ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Starlark", "repo_name": "minhanghuang/protobuf", "path": "objectivec/BUILD", "license": "bsd", "size": 2797}
### File: objectivec/DevTools/check_version_stamps.sh #!/bin/bash -eu # This script checks that the runtime version number constant in the compiler # source and in the runtime source is the same. # # A distro can be made of the protobuf sources with only a subset of the # languages, so if the compiler depended on the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "objectivec/DevTools/check_version_stamps.sh", "license": "bsd", "size": 1748}
### File: objectivec/DevTools/compile_testing_protos.sh #!/bin/bash -eu # Invoked by the Xcode projects to build the protos needed for the unittests. readonly OUTPUT_DIR="${PROJECT_DERIVED_FILE_DIR}/protos" # ----------------------------------------------------------------------------- # Helper for bailing. die() { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "objectivec/DevTools/compile_testing_protos.sh", "license": "bsd", "size": 6467}
### File: objectivec/DevTools/full_mac_build.sh #!/bin/bash # # Helper to do build so you don't have to remember all the steps/args. set -eu # Some base locations. readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")") readonly ProtoRootDir="${ScriptDir}/../.." printUsage() { NAME=$(basename...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "objectivec/DevTools/full_mac_build.sh", "license": "bsd", "size": 11761}
### File: objectivec/DevTools/pddm.py #! /usr/bin/python # # 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 # modification, are permitted provi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/protobuf", "path": "objectivec/DevTools/pddm.py", "license": "bsd", "size": 24062}
### File: objectivec/DevTools/pddm_tests.py #! /usr/bin/python # # 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 # modification, are permitted...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/protobuf", "path": "objectivec/DevTools/pddm_tests.py", "license": "bsd", "size": 16991}
### File: objectivec/GPBArray.h // 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 // modification, are permitted provided that the followin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBArray.h", "license": "bsd", "size": 60438}
### File: objectivec/GPBArray.m // 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 // modification, are permitted provided that the followin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBArray.m", "license": "bsd", "size": 78258}
### File: objectivec/GPBArray_PackagePrivate.h // 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 // modification, are permitted provided th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBArray_PackagePrivate.h", "license": "bsd", "size": 3565}
### File: objectivec/GPBBootstrap.h // 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 // modification, are permitted provided that the foll...
{"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": "objectivec/GPBBootstrap.h", "license": "bsd", "size": 5912}
### File: objectivec/GPBCodedInputStream.h // 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 // modification, are permitted provided that t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBCodedInputStream.h", "license": "bsd", "size": 7685}
### File: objectivec/GPBCodedInputStream.m // 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 // modification, are permitted provided that t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBCodedInputStream.m", "license": "bsd", "size": 16328}
### File: objectivec/GPBCodedInputStream_PackagePrivate.h // 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 // modification, are permitted ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBCodedInputStream_PackagePrivate.h", "license": "bsd", "size": 5215}
### File: objectivec/GPBCodedOutputStream.h // 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 // modification, are permitted provided that ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBCodedOutputStream.h", "license": "bsd", "size": 23880}
### File: objectivec/GPBCodedOutputStream.m // 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 // modification, are permitted provided that ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBCodedOutputStream.m", "license": "bsd", "size": 42103}
### File: objectivec/GPBCodedOutputStream_PackagePrivate.h // 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, with or without // modification, are permitted...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBCodedOutputStream_PackagePrivate.h", "license": "bsd", "size": 6203}
### File: objectivec/GPBDescriptor.h // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBDescriptor.h", "license": "bsd", "size": 11088}
### File: objectivec/GPBDescriptor.m // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBDescriptor.m", "license": "bsd", "size": 36998}
### File: objectivec/GPBDescriptor_PackagePrivate.h // 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 // modification, are permitted provid...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBDescriptor_PackagePrivate.h", "license": "bsd", "size": 15116}
### File: objectivec/GPBDictionary.h // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBDictionary.h", "license": "bsd", "size": 191714}
### File: objectivec/GPBDictionary.m // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBDictionary.m", "license": "bsd", "size": 384644}
### File: objectivec/GPBDictionary_PackagePrivate.h // 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 // modification, are permitted provid...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBDictionary_PackagePrivate.h", "license": "bsd", "size": 15209}
### File: objectivec/GPBExtensionInternals.h // 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 // modification, are permitted provided that...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBExtensionInternals.h", "license": "bsd", "size": 2456}
### File: objectivec/GPBExtensionInternals.m // 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 // modification, are permitted provided that...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBExtensionInternals.m", "license": "bsd", "size": 16130}
### File: objectivec/GPBExtensionRegistry.h // 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 // modification, are permitted provided that ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBExtensionRegistry.h", "license": "bsd", "size": 3643}
### File: objectivec/GPBExtensionRegistry.m // 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 // modification, are permitted provided that ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBExtensionRegistry.m", "license": "bsd", "size": 5282}
### File: objectivec/GPBMessage.h // 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 // modification, are permitted provided that the follow...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBMessage.h", "license": "bsd", "size": 18346}
### File: objectivec/GPBMessage.m // 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 // modification, are permitted provided that the follow...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBMessage.m", "license": "bsd", "size": 129348}
### File: objectivec/GPBMessage_PackagePrivate.h // 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 // modification, are permitted provided ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBMessage_PackagePrivate.h", "license": "bsd", "size": 5450}
### File: objectivec/GPBProtocolBuffers.h // 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 // modification, are permitted provided that th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBProtocolBuffers.h", "license": "bsd", "size": 3054}
### File: objectivec/GPBProtocolBuffers.m // 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 // modification, are permitted provided that th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBProtocolBuffers.m", "license": "bsd", "size": 2879}
### File: objectivec/GPBProtocolBuffers_RuntimeSupport.h // 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 // modification, are permitted p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBProtocolBuffers_RuntimeSupport.h", "license": "bsd", "size": 2007}
### File: objectivec/GPBRootObject.h // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBRootObject.h", "license": "bsd", "size": 2141}
### File: objectivec/GPBRootObject.m // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBRootObject.m", "license": "bsd", "size": 9813}
### File: objectivec/GPBRootObject_PackagePrivate.h // 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 // modification, are permitted provid...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBRootObject_PackagePrivate.h", "license": "bsd", "size": 2022}
### File: objectivec/GPBRuntimeTypes.h // 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 // modification, are permitted provided that the f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBRuntimeTypes.h", "license": "bsd", "size": 5198}
### File: objectivec/GPBUnknownField.h // 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 // modification, are permitted provided that the f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUnknownField.h", "license": "bsd", "size": 3420}
### File: objectivec/GPBUnknownField.m // 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 // modification, are permitted provided that the f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUnknownField.m", "license": "bsd", "size": 11488}
### File: objectivec/GPBUnknownFieldSet.h // 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 // modification, are permitted provided that th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUnknownFieldSet.h", "license": "bsd", "size": 2921}
### File: objectivec/GPBUnknownFieldSet.m // 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 // modification, are permitted provided that th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUnknownFieldSet.m", "license": "bsd", "size": 13047}
### File: objectivec/GPBUnknownFieldSet_PackagePrivate.h // 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 // modification, are permitted p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUnknownFieldSet_PackagePrivate.h", "license": "bsd", "size": 2507}
### File: objectivec/GPBUnknownField_PackagePrivate.h // 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 // modification, are permitted prov...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUnknownField_PackagePrivate.h", "license": "bsd", "size": 2044}
### File: objectivec/GPBUtilities.h // 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 // modification, are permitted provided that the foll...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUtilities.h", "license": "bsd", "size": 17728}
### File: objectivec/GPBUtilities.m // 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 // modification, are permitted provided that the foll...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUtilities.m", "license": "bsd", "size": 89003}
### File: objectivec/GPBUtilities_PackagePrivate.h // 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 // modification, are permitted provide...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBUtilities_PackagePrivate.h", "license": "bsd", "size": 14292}
### File: objectivec/GPBWellKnownTypes.h // 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 // modification, are permitted provided that the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBWellKnownTypes.h", "license": "bsd", "size": 9068}
### File: objectivec/GPBWellKnownTypes.m // 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 // modification, are permitted provided that the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBWellKnownTypes.m", "license": "bsd", "size": 8990}
### File: objectivec/GPBWireFormat.h // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBWireFormat.h", "license": "bsd", "size": 3068}
### File: objectivec/GPBWireFormat.m // 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 // modification, are permitted provided that the fol...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/GPBWireFormat.m", "license": "bsd", "size": 3736}
### File: objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h // 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, with or without ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h", "license": "bsd", "size": ...
### File: objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m // 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, with or without ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m", "license": "bsd", "size": ...
### File: objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m // 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, with or without // modi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m", "license": "bsd", "size": 1769}
### File: objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h // 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, with or without ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h", "license": "bsd", "size": ...
### File: objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.m // 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, with or without ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.m", "license": "bsd", "size": ...
### File: objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.h // 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, with or witho...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.h", "license": "bsd", "size...
### File: objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.m // 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, with or witho...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.m", "license": "bsd", "size...
### File: objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/main.m // // 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, with or without // m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/main.m", "license": "bsd", "size": 1864}
### File: objectivec/Tests/CocoaPods/run_tests.sh #!/bin/bash # # Helper to run the pods tests. set -eu readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")") printUsage() { NAME=$(basename "${0}") cat << EOF usage: ${NAME} [OPTIONS] This script runs some test to check the CocoaPods integr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/CocoaPods/run_tests.sh", "license": "bsd", "size": 3708}
### File: objectivec/Tests/GPBARCUnittestProtos.m #if !defined(__has_feature) || !__has_feature(objc_arc) #error "This file requires ARC support." #endif // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // R...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBARCUnittestProtos.m", "license": "bsd", "size": 3290}
### File: objectivec/Tests/GPBArrayTests.m // 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 // modification, are permitted provided that t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBArrayTests.m", "license": "bsd", "size": 126834}
### File: objectivec/Tests/GPBCodedInputStreamTests.m // 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 // modification, are permitted prov...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCodedInputStreamTests.m", "license": "bsd", "size": 18326}
### File: objectivec/Tests/GPBCodedOuputStreamTests.m // 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 // modification, are permitted prov...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCodedOuputStreamTests.m", "license": "bsd", "size": 17748}
### File: objectivec/Tests/GPBCompileTest01.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest01.m", "license": "bsd", "size": 1989}
### File: objectivec/Tests/GPBCompileTest02.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest02.m", "license": "bsd", "size": 2000}
### File: objectivec/Tests/GPBCompileTest03.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest03.m", "license": "bsd", "size": 2001}
### File: objectivec/Tests/GPBCompileTest04.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest04.m", "license": "bsd", "size": 1994}
### File: objectivec/Tests/GPBCompileTest05.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest05.m", "license": "bsd", "size": 1994}
### File: objectivec/Tests/GPBCompileTest06.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest06.m", "license": "bsd", "size": 2001}
### File: objectivec/Tests/GPBCompileTest07.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest07.m", "license": "bsd", "size": 1991}
### File: objectivec/Tests/GPBCompileTest08.m // 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 // modification, are permitted provided tha...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Objective-C", "repo_name": "minhanghuang/protobuf", "path": "objectivec/Tests/GPBCompileTest08.m", "license": "bsd", "size": 1994}