Re-sync with internal repository
commit865b33e232410d17b8da6eb881184fac29586c89
authorFacebook Community Bot <6422482+facebook-github-bot@users.noreply.github.com>
Sat, 20 Aug 2022 03:09:32 +0000 (19 20:09 -0700)
committerYang, Bo <atry@fb.com>
Sat, 20 Aug 2022 04:52:23 +0000 (19 21:52 -0700)
tree9f94b18ed5a0d4669b3b17b0714967eac2a3b7ba
parentb9add2031e503e8df32dc273b6ca83f0f888bc10
Re-sync with internal repository
13764 files changed:
third-party/fizz/src/.github/workflows/getdeps_linux.yml [new file with mode: 0644]
third-party/fizz/src/.github/workflows/getdeps_mac.yml [new file with mode: 0644]
third-party/fizz/src/.github/workflows/getdeps_windows.yml [new file with mode: 0644]
third-party/fizz/src/.gitignore [new file with mode: 0644]
third-party/fizz/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/fizz/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/fizz/src/LICENSE [new file with mode: 0644]
third-party/fizz/src/README.md [new file with mode: 0644]
third-party/fizz/src/fizz/CMakeLists.txt [new file with mode: 0644]
third-party/fizz/src/fizz/client/Actions.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/AsyncFizzClient-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/AsyncFizzClient.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/ClientExtensions.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/ClientProtocol.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/ClientProtocol.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/EarlyDataRejectionPolicy.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/EarlyDataRejectionPolicy.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/FizzClient-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/FizzClient.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/FizzClientContext.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/MultiClientExtensions.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/MultiClientExtensions.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/PskCache.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/PskSerializationUtils.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/PskSerializationUtils.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/State.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/State.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/SynchronizedLruPskCache.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/SynchronizedLruPskCache.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/AsyncFizzClientTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/ClientProtocolTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/FizzClientTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/MultiClientExtensionsTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/PskSerializationTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/SynchronizedLruPskCacheTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/client/test/Utilities.h [new file with mode: 0644]
third-party/fizz/src/fizz/cmake/CheckAtomic.cmake [new file with mode: 0644]
third-party/fizz/src/fizz/cmake/FindGMock.cmake [new file with mode: 0644]
third-party/fizz/src/fizz/cmake/FindLibevent.cmake [new file with mode: 0644]
third-party/fizz/src/fizz/cmake/FindLibrt.cmake [new file with mode: 0644]
third-party/fizz/src/fizz/cmake/fizz-config.cmake.in [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/ECCurve.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Hkdf.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Hkdf.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/KeyDerivation.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/KeyDerivation.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/RandomGenerator.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Sha-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Sha.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Sha256.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Sha256.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Sha384.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Sha384.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Utils.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/Utils.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/AESGCM128.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/AESGCM256.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/AESOCB128.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/Aead.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/ChaCha20Poly1305.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/IOBufUtil.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/IOBufUtil.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/OpenSSLEVPCipher-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/OpenSSLEVPCipher.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/OpenSSLEVPCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/test/IOBufUtilTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/test/OpenSSLEVPCipherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/test/TestUtil.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/aead/test/TestUtil.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/ECCurveKeyExchange.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/HybridKeyExchange.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/HybridKeyExchange.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/KeyExchange.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/OpenSSLKeyExchange-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/OpenSSLKeyExchange.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/X25519.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/X25519.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/test/ECKeyExchangeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/test/HybridKeyExchangeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/exchange/test/X25519KeyExchangeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Context.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Context.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/DHKEM.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/DHKEM.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Hkdf.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Hkdf.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Hpke.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Hpke.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Types.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Utils.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/Utils.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/test/ContextTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/test/DHKEMTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/test/HpkeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/hpke/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/openssl/OpenSSL.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/openssl/OpenSSLKeyUtils.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/openssl/OpenSSLKeyUtils.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/openssl/test/OpenSSLKeyUtilsTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/Signature-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/Signature.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/Signature.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/test/ECSignatureTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/test/EdSignatureTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/test/EdSignatureTest.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/signature/test/RSAPSSSignatureTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/HkdfTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/KeyDerivationTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/RandomGeneratorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/TestUtil.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/TestUtil.h [new file with mode: 0644]
third-party/fizz/src/fizz/crypto/test/UtilsTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/batcher/Batcher.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/batcher/test/BatcherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/client/BatchSignaturePeerCert.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/client/BatchSignaturePeerCert.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/client/test/BatchSignaturePeerCertTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/BatchSignature.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/MerkleTree.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/exchange/OQSKeyExchange.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/exchange/OQSKeyExchange.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/test/BatchSignatureTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/test/MerkleTreeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/crypto/test/OQSKeyExchangeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/AsyncFizzBaseKTLS.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/AsyncFizzBaseKTLS.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/AsyncKTLSSocket.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/AsyncKTLSSocket.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/FizzKTLSCallback.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/FizzKTLSCallback.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/KTLS.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/KTLS.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/LinuxKTLS.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/test/AsyncFizzBaseKTLSTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/test/AsyncKTLSSocketTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/ktls/test/KTLSTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/protocol/BatchSignatureFactory.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/protocol/BatchSignatureTypes.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/protocol/BatchSignatureTypes.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/protocol/HybridKeyExFactory.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/protocol/test/BatchSignatureTypesTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/protocol/test/HybridKeyExTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/server/BatchSignatureAsyncSelfCert.h [new file with mode: 0644]
third-party/fizz/src/fizz/experimental/server/test/BatchSignatureAsyncSelfCertTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialCertManager.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialCertManager.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialClientExtension.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialClientExtension.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialFactory.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialFactory.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialUtils.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/DelegatedCredentialUtils.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/PeerDelegatedCredential-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/PeerDelegatedCredential.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/SelfDelegatedCredential-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/SelfDelegatedCredential.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/Types.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/Types.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/test/DelegatedCredTypesTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/test/DelegatedCredentialCertManagerTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/test/DelegatedCredentialFactoryTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/test/PeerDelegatedCredentialTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/delegatedcred/test/SelfDelegatedCredentialTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/exportedauth/ExportedAuthenticator.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/exportedauth/ExportedAuthenticator.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/exportedauth/Util.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/exportedauth/test/ExportedAuthenticatorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JavaCryptoCertificateVerifier.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JavaCryptoCertificateVerifier.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JavaCryptoFactory.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JavaCryptoPeerCert.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JavaCryptoPeerCert.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JniUtils.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/JniUtils.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/javacrypto/OnLoad.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/TokenBindingClientExtension.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/TokenBindingClientExtension.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/TokenBindingConstructor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/TokenBindingConstructor.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/TokenBindingContext.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/TokenBindingServerExtension.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/Types.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/Types.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/Utils.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/Validator.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/Validator.h [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/test/TokenBindingClientExtensionTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/test/TokenBindingConstructorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/test/TokenBindingServerExtensionTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/test/TokenBindingTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/extensions/tokenbinding/test/ValidatorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/mac-build.sh [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Actions.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/AsyncFizzBase.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/AsyncFizzBase.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/BrotliCertificateCompressor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/BrotliCertificateCompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/BrotliCertificateDecompressor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/BrotliCertificateDecompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/CertDecompressionManager.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/CertDecompressionManager.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Certificate-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Certificate.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Certificate.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/CertificateCompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/CertificateVerifier.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/DefaultCertificateVerifier.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/DefaultCertificateVerifier.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Events.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Events.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Exporter.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Exporter.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Factory.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/FizzBase-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/FizzBase.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/HandshakeContext-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/HandshakeContext.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/KeyScheduler.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/KeyScheduler.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/OpenSSLFactory.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Params.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Params.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Protocol.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/StateMachine-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/StateMachine.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Types.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/Types.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZlibCertificateCompressor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZlibCertificateCompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZlibCertificateDecompressor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZlibCertificateDecompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZstdCertificateCompressor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZstdCertificateCompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZstdCertificateDecompressor.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ZstdCertificateDecompressor.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/clock/Clock.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/clock/SystemClock.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/clock/SystemClock.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/clock/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/Decrypter.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/Decrypter.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/ECHExtensions-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/ECHExtensions.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/Encryption.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/Encryption.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/Types-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/Types.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/test/DecrypterTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/test/ECHTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/test/EncryptionTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/test/TestUtil.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/ech/test/TestUtil.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/BrotliCertificateCompressorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/CertDecompressionManagerTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/CertTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/DefaultCertificateVerifierTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/ExporterTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/FizzBaseTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/HandshakeContextTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/KeySchedulerTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/Matchers.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/ProtocolTest.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/TestMessages.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/Utilities.h [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/ZlibCertificateCompressorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/protocol/test/ZstdCertificateCompressorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/BufAndPaddingPolicy.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/BufAndPaddingPolicy.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/EncryptedRecordLayer.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/EncryptedRecordLayer.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/Extensions-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/Extensions.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/PlaintextRecordLayer.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/PlaintextRecordLayer.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/RecordLayer.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/RecordLayer.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/Types-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/Types.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/Types.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/BufAndPaddingPolicyTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/EncryptedRecordBench.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/EncryptedRecordTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/ExtensionTestsBase.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/ExtensionsTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/HandshakeTypesTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/PlaintextRecordTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/RecordTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/record/test/TypesTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/Actions.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/AeadCookieCipher.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/AeadCookieCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/AeadTicketCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/AeadTokenCipher.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/AeadTokenCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/AsyncFizzServer-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/AsyncFizzServer.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/AsyncSelfCert.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/CertManager.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/CertManager.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/CookieCipher.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/CookieCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/CookieTypes.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/DualTicketCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/FizzServer-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/FizzServer.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/FizzServer.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/FizzServerContext.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/MultiServerExtensions.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/MultiServerExtensions.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/Negotiator.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/ReplayCache.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/ReplayCache.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/ResumptionState.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/ServerExtensions.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/ServerProtocol.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/ServerProtocol.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/SlidingBloomReplayCache.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/SlidingBloomReplayCache.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/State.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/State.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/TicketCipher.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/TicketCodec-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/TicketCodec.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/TicketCodec.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/TicketPolicy.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/TicketTypes.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/AeadCookieCipherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/AeadTicketCipherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/AeadTokenCipherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/AsyncFizzServerTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/CertManagerTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/CookieCipherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/DualTicketCipherTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/FizzServerTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/Mocks.h [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/MultiServerExtensionsTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/NegotiatorTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/ServerProtocolTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/SlidingBloomReplayCacheTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/TicketCodecTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/TicketPolicyTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/server/test/Utils.h [new file with mode: 0644]
third-party/fizz/src/fizz/test/AsyncFizzBaseTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/test/BogoShim.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/test/CMakeTestMain.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/test/HandshakeTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/test/HandshakeTest.h [new file with mode: 0644]
third-party/fizz/src/fizz/test/LocalTransport.h [new file with mode: 0644]
third-party/fizz/src/fizz/tool/CertificateVerifiers.h [new file with mode: 0644]
third-party/fizz/src/fizz/tool/Commands.h [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzClientCommand.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzClientLoadGenCommand.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzCommandCommon.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzCommandCommon.h [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzGenerateDelegatedCredentialCommand.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzServerBenchmarkCommand.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/FizzServerCommand.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/Main.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/tool/test/FizzCommandCommonTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/util/FizzUtil.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/util/FizzUtil.h [new file with mode: 0644]
third-party/fizz/src/fizz/util/KeyLogWriter.h [new file with mode: 0644]
third-party/fizz/src/fizz/util/Parse-inl.h [new file with mode: 0644]
third-party/fizz/src/fizz/util/Parse.h [new file with mode: 0644]
third-party/fizz/src/fizz/util/Variant.h [new file with mode: 0644]
third-party/fizz/src/fizz/util/Workarounds.h [new file with mode: 0644]
third-party/fizz/src/fizz/util/test/FizzUtilTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/util/test/FizzVariantTest.cpp [new file with mode: 0644]
third-party/fizz/src/fizz/util/test/KeyLogWriterTest.cpp [new file with mode: 0644]
third-party/fizz/src/logo2x.png [new file with mode: 0644]
third-party/folly/src/.github/workflows/getdeps_linux.yml [new file with mode: 0644]
third-party/folly/src/.github/workflows/getdeps_mac.yml [new file with mode: 0644]
third-party/folly/src/.github/workflows/getdeps_windows.yml [new file with mode: 0644]
third-party/folly/src/.gitignore [new file with mode: 0644]
third-party/folly/src/.packit.yaml [new file with mode: 0644]
third-party/folly/src/.projectid [new file with mode: 0644]
third-party/folly/src/CMake/FindCython.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindFmt.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindLZ4.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindLibAIO.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindLibDwarf.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindLibUring.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindLibiberty.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindLibsodium.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindSnappy.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FindZstd.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FollyCompilerMSVC.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FollyCompilerUnix.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FollyConfigChecks.cmake [new file with mode: 0644]
third-party/folly/src/CMake/FollyFunctions.cmake [new file with mode: 0644]
third-party/folly/src/CMake/GenPkgConfig.cmake [new file with mode: 0644]
third-party/folly/src/CMake/folly-config.cmake.in [new file with mode: 0644]
third-party/folly/src/CMake/folly-config.h.cmake [new file with mode: 0644]
third-party/folly/src/CMake/folly-deps.cmake [new file with mode: 0644]
third-party/folly/src/CMake/libfolly.pc.in [new file with mode: 0644]
third-party/folly/src/CMakeLists.txt [new file with mode: 0644]
third-party/folly/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/folly/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/folly/src/LICENSE [new file with mode: 0644]
third-party/folly/src/README.md [new file with mode: 0644]
third-party/folly/src/build.bat [new file with mode: 0644]
third-party/folly/src/build.sh [new file with mode: 0755]
third-party/folly/src/folly/.clang-format [new file with mode: 0644]
third-party/folly/src/folly/AtomicHashArray-inl.h [new file with mode: 0644]
third-party/folly/src/folly/AtomicHashArray.h [new file with mode: 0644]
third-party/folly/src/folly/AtomicHashMap-inl.h [new file with mode: 0644]
third-party/folly/src/folly/AtomicHashMap.h [new file with mode: 0644]
third-party/folly/src/folly/AtomicIntrusiveLinkedList.h [new file with mode: 0644]
third-party/folly/src/folly/AtomicLinkedList.h [new file with mode: 0644]
third-party/folly/src/folly/AtomicUnorderedMap.h [new file with mode: 0644]
third-party/folly/src/folly/Benchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/Benchmark.h [new file with mode: 0644]
third-party/folly/src/folly/BenchmarkUtil.h [new file with mode: 0644]
third-party/folly/src/folly/Bits.h [new file with mode: 0644]
third-party/folly/src/folly/CMakeLists.txt [new file with mode: 0644]
third-party/folly/src/folly/CPortability.h [new file with mode: 0644]
third-party/folly/src/folly/CancellationToken-inl.h [new file with mode: 0644]
third-party/folly/src/folly/CancellationToken.cpp [new file with mode: 0644]
third-party/folly/src/folly/CancellationToken.h [new file with mode: 0644]
third-party/folly/src/folly/Chrono.h [new file with mode: 0644]
third-party/folly/src/folly/ClockGettimeWrappers.cpp [new file with mode: 0644]
third-party/folly/src/folly/ClockGettimeWrappers.h [new file with mode: 0644]
third-party/folly/src/folly/ConcurrentBitSet.h [new file with mode: 0644]
third-party/folly/src/folly/ConcurrentLazy.h [new file with mode: 0644]
third-party/folly/src/folly/ConcurrentSkipList-inl.h [new file with mode: 0644]
third-party/folly/src/folly/ConcurrentSkipList.h [new file with mode: 0644]
third-party/folly/src/folly/ConstexprMath.h [new file with mode: 0644]
third-party/folly/src/folly/ConstructorCallbackList.h [new file with mode: 0644]
third-party/folly/src/folly/Conv.cpp [new file with mode: 0644]
third-party/folly/src/folly/Conv.h [new file with mode: 0644]
third-party/folly/src/folly/CppAttributes.h [new file with mode: 0644]
third-party/folly/src/folly/CpuId.h [new file with mode: 0644]
third-party/folly/src/folly/DefaultKeepAliveExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/Demangle.cpp [new file with mode: 0644]
third-party/folly/src/folly/Demangle.h [new file with mode: 0644]
third-party/folly/src/folly/DiscriminatedPtr.h [new file with mode: 0644]
third-party/folly/src/folly/DynamicConverter.h [new file with mode: 0644]
third-party/folly/src/folly/Exception.h [new file with mode: 0644]
third-party/folly/src/folly/ExceptionString.cpp [new file with mode: 0644]
third-party/folly/src/folly/ExceptionString.h [new file with mode: 0644]
third-party/folly/src/folly/ExceptionWrapper-inl.h [new file with mode: 0644]
third-party/folly/src/folly/ExceptionWrapper.cpp [new file with mode: 0644]
third-party/folly/src/folly/ExceptionWrapper.h [new file with mode: 0644]
third-party/folly/src/folly/Executor.cpp [new file with mode: 0644]
third-party/folly/src/folly/Executor.h [new file with mode: 0644]
third-party/folly/src/folly/Expected.h [new file with mode: 0644]
third-party/folly/src/folly/FBString.h [new file with mode: 0644]
third-party/folly/src/folly/FBVector.h [new file with mode: 0644]
third-party/folly/src/folly/File.cpp [new file with mode: 0644]
third-party/folly/src/folly/File.h [new file with mode: 0644]
third-party/folly/src/folly/FileUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/FileUtil.h [new file with mode: 0644]
third-party/folly/src/folly/Fingerprint.cpp [new file with mode: 0644]
third-party/folly/src/folly/Fingerprint.h [new file with mode: 0644]
third-party/folly/src/folly/FixedString.h [new file with mode: 0644]
third-party/folly/src/folly/FollyMemcpy.cpp [new file with mode: 0644]
third-party/folly/src/folly/FollyMemcpy.h [new file with mode: 0644]
third-party/folly/src/folly/FollyMemset.cpp [new file with mode: 0644]
third-party/folly/src/folly/FollyMemset.h [new file with mode: 0644]
third-party/folly/src/folly/Format-inl.h [new file with mode: 0644]
third-party/folly/src/folly/Format.cpp [new file with mode: 0644]
third-party/folly/src/folly/Format.h [new file with mode: 0644]
third-party/folly/src/folly/FormatArg.h [new file with mode: 0644]
third-party/folly/src/folly/FormatTraits.h [new file with mode: 0644]
third-party/folly/src/folly/Function.h [new file with mode: 0644]
third-party/folly/src/folly/GLog.h [new file with mode: 0644]
third-party/folly/src/folly/GroupVarint.cpp [new file with mode: 0644]
third-party/folly/src/folly/GroupVarint.h [new file with mode: 0644]
third-party/folly/src/folly/Hash.h [new file with mode: 0644]
third-party/folly/src/folly/IPAddress.cpp [new file with mode: 0644]
third-party/folly/src/folly/IPAddress.h [new file with mode: 0644]
third-party/folly/src/folly/IPAddressException.h [new file with mode: 0644]
third-party/folly/src/folly/IPAddressV4.cpp [new file with mode: 0644]
third-party/folly/src/folly/IPAddressV4.h [new file with mode: 0644]
third-party/folly/src/folly/IPAddressV6.cpp [new file with mode: 0644]
third-party/folly/src/folly/IPAddressV6.h [new file with mode: 0644]
third-party/folly/src/folly/Indestructible.h [new file with mode: 0644]
third-party/folly/src/folly/IndexedMemPool.h [new file with mode: 0644]
third-party/folly/src/folly/IntrusiveList.h [new file with mode: 0644]
third-party/folly/src/folly/Lazy.h [new file with mode: 0644]
third-party/folly/src/folly/Likely.h [new file with mode: 0644]
third-party/folly/src/folly/MPMCPipeline.h [new file with mode: 0644]
third-party/folly/src/folly/MPMCQueue.h [new file with mode: 0644]
third-party/folly/src/folly/MacAddress.cpp [new file with mode: 0644]
third-party/folly/src/folly/MacAddress.h [new file with mode: 0644]
third-party/folly/src/folly/MapUtil.h [new file with mode: 0644]
third-party/folly/src/folly/Math.h [new file with mode: 0644]
third-party/folly/src/folly/Memory.h [new file with mode: 0644]
third-party/folly/src/folly/MicroLock.cpp [new file with mode: 0644]
third-party/folly/src/folly/MicroLock.h [new file with mode: 0644]
third-party/folly/src/folly/MicroSpinLock.h [new file with mode: 0644]
third-party/folly/src/folly/MoveWrapper.h [new file with mode: 0644]
third-party/folly/src/folly/ObserverContainer.h [new file with mode: 0644]
third-party/folly/src/folly/Optional.h [new file with mode: 0644]
third-party/folly/src/folly/Overload.h [new file with mode: 0644]
third-party/folly/src/folly/PackedSyncPtr.h [new file with mode: 0644]
third-party/folly/src/folly/Padded.h [new file with mode: 0644]
third-party/folly/src/folly/Poly-inl.h [new file with mode: 0644]
third-party/folly/src/folly/Poly.h [new file with mode: 0644]
third-party/folly/src/folly/PolyException.h [new file with mode: 0644]
third-party/folly/src/folly/Portability.h [new file with mode: 0644]
third-party/folly/src/folly/Preprocessor.h [new file with mode: 0644]
third-party/folly/src/folly/ProducerConsumerQueue.h [new file with mode: 0644]
third-party/folly/src/folly/RWSpinLock.h [new file with mode: 0644]
third-party/folly/src/folly/Random-inl.h [new file with mode: 0644]
third-party/folly/src/folly/Random.cpp [new file with mode: 0644]
third-party/folly/src/folly/Random.h [new file with mode: 0644]
third-party/folly/src/folly/Range.h [new file with mode: 0644]
third-party/folly/src/folly/Replaceable.h [new file with mode: 0644]
third-party/folly/src/folly/ScopeGuard.cpp [new file with mode: 0644]
third-party/folly/src/folly/ScopeGuard.h [new file with mode: 0644]
third-party/folly/src/folly/SharedMutex.cpp [new file with mode: 0644]
third-party/folly/src/folly/SharedMutex.h [new file with mode: 0644]
third-party/folly/src/folly/Singleton-inl.h [new file with mode: 0644]
third-party/folly/src/folly/Singleton.cpp [new file with mode: 0644]
third-party/folly/src/folly/Singleton.h [new file with mode: 0644]
third-party/folly/src/folly/SingletonThreadLocal.h [new file with mode: 0644]
third-party/folly/src/folly/SocketAddress.cpp [new file with mode: 0644]
third-party/folly/src/folly/SocketAddress.h [new file with mode: 0644]
third-party/folly/src/folly/SpinLock.h [new file with mode: 0644]
third-party/folly/src/folly/String-inl.h [new file with mode: 0644]
third-party/folly/src/folly/String.cpp [new file with mode: 0644]
third-party/folly/src/folly/String.h [new file with mode: 0644]
third-party/folly/src/folly/Subprocess.cpp [new file with mode: 0644]
third-party/folly/src/folly/Subprocess.h [new file with mode: 0644]
third-party/folly/src/folly/Synchronized.h [new file with mode: 0644]
third-party/folly/src/folly/SynchronizedPtr.h [new file with mode: 0644]
third-party/folly/src/folly/ThreadCachedInt.h [new file with mode: 0644]
third-party/folly/src/folly/ThreadLocal.h [new file with mode: 0644]
third-party/folly/src/folly/TimeoutQueue.cpp [new file with mode: 0644]
third-party/folly/src/folly/TimeoutQueue.h [new file with mode: 0644]
third-party/folly/src/folly/TokenBucket.h [new file with mode: 0644]
third-party/folly/src/folly/Traits.h [new file with mode: 0644]
third-party/folly/src/folly/Try-inl.h [new file with mode: 0644]
third-party/folly/src/folly/Try.cpp [new file with mode: 0644]
third-party/folly/src/folly/Try.h [new file with mode: 0644]
third-party/folly/src/folly/UTF8String.h [new file with mode: 0644]
third-party/folly/src/folly/Unicode.cpp [new file with mode: 0644]
third-party/folly/src/folly/Unicode.h [new file with mode: 0644]
third-party/folly/src/folly/Unit.h [new file with mode: 0644]
third-party/folly/src/folly/Uri-inl.h [new file with mode: 0644]
third-party/folly/src/folly/Uri.cpp [new file with mode: 0644]
third-party/folly/src/folly/Uri.h [new file with mode: 0644]
third-party/folly/src/folly/Utility.h [new file with mode: 0644]
third-party/folly/src/folly/VERSION [new file with mode: 0644]
third-party/folly/src/folly/Varint.h [new file with mode: 0644]
third-party/folly/src/folly/VirtualExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/base64.h [new file with mode: 0644]
third-party/folly/src/folly/build/bootstrap-osx-homebrew.sh [new file with mode: 0755]
third-party/folly/src/folly/build/build-debs-ubuntu-18.04.sh [new file with mode: 0755]
third-party/folly/src/folly/chrono/Conv.h [new file with mode: 0644]
third-party/folly/src/folly/chrono/Hardware.h [new file with mode: 0644]
third-party/folly/src/folly/chrono/test/ConvTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/compression/Compression.cpp [new file with mode: 0644]
third-party/folly/src/folly/compression/Compression.h [new file with mode: 0644]
third-party/folly/src/folly/compression/CompressionContextPool.h [new file with mode: 0644]
third-party/folly/src/folly/compression/CompressionContextPoolSingletons.cpp [new file with mode: 0644]
third-party/folly/src/folly/compression/CompressionContextPoolSingletons.h [new file with mode: 0644]
third-party/folly/src/folly/compression/CompressionCoreLocalContextPool.h [new file with mode: 0644]
third-party/folly/src/folly/compression/Utils.h [new file with mode: 0644]
third-party/folly/src/folly/compression/Zlib.cpp [new file with mode: 0644]
third-party/folly/src/folly/compression/Zlib.h [new file with mode: 0644]
third-party/folly/src/folly/compression/Zstd.cpp [new file with mode: 0644]
third-party/folly/src/folly/compression/Zstd.h [new file with mode: 0644]
third-party/folly/src/folly/compression/test/CompressionContextPoolTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/compression/test/CompressionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/AtomicSharedPtr.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/CacheLocality.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/CacheLocality.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/ConcurrentHashMap.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/CoreCachedSharedPtr.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/DeadlockDetector.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/DeadlockDetector.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/DynamicBoundedQueue.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/PriorityUnboundedQueueSet.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/ThreadCachedSynchronized.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/UnboundedQueue.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/detail/AtomicSharedPtr-detail.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/detail/ConcurrentHashMap-detail.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/AtomicSharedPtrCounted.h [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/AtomicSharedPtrPerformance.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/AtomicSharedPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/CacheLocalityBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/CacheLocalityTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/ConcurrentHashMapBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/ConcurrentHashMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/CoreCachedSharedPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/DynamicBoundedQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/PriorityUnboundedQueueSetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/ThreadCachedSynchronizedBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/ThreadCachedSynchronizedTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/concurrency/test/UnboundedQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/Access.h [new file with mode: 0644]
third-party/folly/src/folly/container/Array.h [new file with mode: 0644]
third-party/folly/src/folly/container/BitIterator.h [new file with mode: 0644]
third-party/folly/src/folly/container/Enumerate.h [new file with mode: 0644]
third-party/folly/src/folly/container/EvictingCacheMap.h [new file with mode: 0644]
third-party/folly/src/folly/container/F14.md [new file with mode: 0644]
third-party/folly/src/folly/container/F14Map-fwd.h [new file with mode: 0644]
third-party/folly/src/folly/container/F14Map.h [new file with mode: 0644]
third-party/folly/src/folly/container/F14Set-fwd.h [new file with mode: 0644]
third-party/folly/src/folly/container/F14Set.h [new file with mode: 0644]
third-party/folly/src/folly/container/Foreach-inl.h [new file with mode: 0644]
third-party/folly/src/folly/container/Foreach.h [new file with mode: 0644]
third-party/folly/src/folly/container/HeterogeneousAccess-fwd.h [new file with mode: 0644]
third-party/folly/src/folly/container/HeterogeneousAccess.h [new file with mode: 0644]
third-party/folly/src/folly/container/Iterator.h [new file with mode: 0644]
third-party/folly/src/folly/container/Merge.h [new file with mode: 0644]
third-party/folly/src/folly/container/SparseByteSet.h [new file with mode: 0644]
third-party/folly/src/folly/container/View.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/BitIteratorDetail.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14Defaults.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14IntrinsicsAvailability.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14MapFallback.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14Mask.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14Policy.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14SetFallback.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14Table.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/detail/F14Table.h [new file with mode: 0644]
third-party/folly/src/folly/container/detail/Util.h [new file with mode: 0644]
third-party/folly/src/folly/container/heap_vector_types.h [new file with mode: 0644]
third-party/folly/src/folly/container/test/AccessTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/ArrayTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/BitIteratorBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/BitIteratorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/EnumerateTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/EvictingCacheMapBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/EvictingCacheMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14AsanSupportTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14FwdTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14InterprocessTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14MapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14SetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14SmallOverheads.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/F14TestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/container/test/ForeachBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/ForeachTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/HeterogeneousAccessTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/IteratorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/MergeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/SortedVectorMapBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/SparseByteSetBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/SparseByteSetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/TrackingTypes.h [new file with mode: 0644]
third-party/folly/src/folly/container/test/UtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/container/test/heap_vector_types_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/AsyncTrace.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/AsyncTrace.h [new file with mode: 0644]
third-party/folly/src/folly/detail/AtomicHashUtils.h [new file with mode: 0644]
third-party/folly/src/folly/detail/AtomicUnorderedMapUtils.h [new file with mode: 0644]
third-party/folly/src/folly/detail/DiscriminatedPtrDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/FileUtilDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/FileUtilVectorDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/FingerprintPolynomial.h [new file with mode: 0644]
third-party/folly/src/folly/detail/Futex-inl.h [new file with mode: 0644]
third-party/folly/src/folly/detail/Futex.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/Futex.h [new file with mode: 0644]
third-party/folly/src/folly/detail/GroupVarintDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/IPAddress.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/IPAddress.h [new file with mode: 0644]
third-party/folly/src/folly/detail/IPAddressSource.h [new file with mode: 0644]
third-party/folly/src/folly/detail/Iterators.h [new file with mode: 0644]
third-party/folly/src/folly/detail/MPMCPipelineDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/MemoryIdler.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/MemoryIdler.h [new file with mode: 0644]
third-party/folly/src/folly/detail/PolyDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/RangeCommon.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/RangeCommon.h [new file with mode: 0644]
third-party/folly/src/folly/detail/RangeSse42.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/RangeSse42.h [new file with mode: 0644]
third-party/folly/src/folly/detail/Singleton.h [new file with mode: 0644]
third-party/folly/src/folly/detail/SlowFingerprint.h [new file with mode: 0644]
third-party/folly/src/folly/detail/SocketFastOpen.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/SocketFastOpen.h [new file with mode: 0644]
third-party/folly/src/folly/detail/Sse.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/Sse.h [new file with mode: 0644]
third-party/folly/src/folly/detail/StaticSingletonManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/StaticSingletonManager.h [new file with mode: 0644]
third-party/folly/src/folly/detail/ThreadLocalDetail.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/ThreadLocalDetail.h [new file with mode: 0644]
third-party/folly/src/folly/detail/TurnSequencer.h [new file with mode: 0644]
third-party/folly/src/folly/detail/TypeList.h [new file with mode: 0644]
third-party/folly/src/folly/detail/UniqueInstance.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/UniqueInstance.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64Api.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64Api.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64Common.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64Constants.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64HiddenConstants.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64SWAR.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64SWAR.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64Scalar.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64Simd.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64_SSE4_2.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64_SSE4_2.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/Base64_SSE4_2_Platform.h [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/README.md [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/tests/Base64AgainstScalarTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/tests/Base64PlatformTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/base64_detail/tests/Base64SpecialCasesTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/test/AsyncTraceTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/test/StaticSingletonManagerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/detail/test/UniqueInstanceTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/docs/.gitignore [new file with mode: 0644]
third-party/folly/src/folly/docs/AtomicHashMap.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Benchmark.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Conv.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Dynamic.md [new file with mode: 0644]
third-party/folly/src/folly/docs/DynamicConverter.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Executors.md [new file with mode: 0644]
third-party/folly/src/folly/docs/FBString.md [new file with mode: 0644]
third-party/folly/src/folly/docs/FBVector.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Fbvector--graphical_solutions.png [new file with mode: 0644]
third-party/folly/src/folly/docs/Format.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Function.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Futures.md [new file with mode: 0644]
third-party/folly/src/folly/docs/GroupVarint.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Histogram.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Makefile [new file with mode: 0644]
third-party/folly/src/folly/docs/Overview.md [new file with mode: 0644]
third-party/folly/src/folly/docs/PackedSyncPtr.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Poly.md [new file with mode: 0644]
third-party/folly/src/folly/docs/ProducerConsumerQueue.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Rcu.md [new file with mode: 0644]
third-party/folly/src/folly/docs/SmallLocks.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Synchronized.md [new file with mode: 0644]
third-party/folly/src/folly/docs/ThreadCachedInt.md [new file with mode: 0644]
third-party/folly/src/folly/docs/ThreadLocal.md [new file with mode: 0644]
third-party/folly/src/folly/docs/Traits.md [new file with mode: 0644]
third-party/folly/src/folly/docs/examples/folly/Format.cpp [new file with mode: 0644]
third-party/folly/src/folly/docs/examples/folly/Synchronized.cpp [new file with mode: 0644]
third-party/folly/src/folly/docs/examples/folly/dynamic.cpp [new file with mode: 0644]
third-party/folly/src/folly/docs/examples/folly/dynamic/array.cpp [new file with mode: 0644]
third-party/folly/src/folly/docs/examples/folly/dynamic/object.cpp [new file with mode: 0644]
third-party/folly/src/folly/docs/small_vector.md [new file with mode: 0644]
third-party/folly/src/folly/docs/style.css [new file with mode: 0644]
third-party/folly/src/folly/dynamic-inl.h [new file with mode: 0644]
third-party/folly/src/folly/dynamic.cpp [new file with mode: 0644]
third-party/folly/src/folly/dynamic.h [new file with mode: 0644]
third-party/folly/src/folly/executors/Async.h [new file with mode: 0644]
third-party/folly/src/folly/executors/CPUThreadPoolExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/CPUThreadPoolExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/Codel.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/Codel.h [new file with mode: 0644]
third-party/folly/src/folly/executors/DrivableExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/EDFThreadPoolExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/EDFThreadPoolExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/ExecutorWithPriority-inl.h [new file with mode: 0644]
third-party/folly/src/folly/executors/ExecutorWithPriority.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/ExecutorWithPriority.h [new file with mode: 0644]
third-party/folly/src/folly/executors/FiberIOExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/FutureExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/GlobalExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/GlobalExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/GlobalThreadPoolList.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/GlobalThreadPoolList.h [new file with mode: 0644]
third-party/folly/src/folly/executors/IOExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/IOObjectCache.h [new file with mode: 0644]
third-party/folly/src/folly/executors/IOThreadPoolDeadlockDetectorObserver.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/IOThreadPoolDeadlockDetectorObserver.h [new file with mode: 0644]
third-party/folly/src/folly/executors/IOThreadPoolExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/IOThreadPoolExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/InlineExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/InlineExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/ManualExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/ManualExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/MeteredExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/MeteredExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/QueueObserver.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/QueueObserver.h [new file with mode: 0644]
third-party/folly/src/folly/executors/QueuedImmediateExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/QueuedImmediateExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/ScheduledExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/SequencedExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/SerialExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/SerialExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/SoftRealTimeExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/StrandExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/StrandExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/ThreadPoolExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/ThreadPoolExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/ThreadedExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/ThreadedExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/TimedDrivableExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/TimedDrivableExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/TimekeeperScheduledExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/TimekeeperScheduledExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/BlockingQueue.h [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/LifoSemMPMCQueue.h [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/PriorityLifoSemMPMCQueue.h [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/PriorityUnboundedBlockingQueue.h [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/UnboundedBlockingQueue.h [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/test/PriorityLifoSemMPMCQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/test/PriorityUnboundedBlockingQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/test/UnboundedBlockingQueueBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/task_queue/test/UnboundedBlockingQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/AsyncTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/CodelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/EDFThreadPoolExecutorBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/ExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/ExecutorWithPriorityTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/FiberIOExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/GlobalCPUExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/GlobalExecutorAssignmentTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/GlobalExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/GlobalIOExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/IOThreadPoolDeadlockDetectorObserverTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/MeteredExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/SequencedExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/SerialExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/StrandExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/ThreadPoolExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/ThreadedExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/TimedDrivableExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/test/TimekeeperScheduledExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/executors/thread_factory/InitThreadFactory.h [new file with mode: 0644]
third-party/folly/src/folly/executors/thread_factory/NamedThreadFactory.h [new file with mode: 0644]
third-party/folly/src/folly/executors/thread_factory/PriorityThreadFactory.h [new file with mode: 0644]
third-party/folly/src/folly/executors/thread_factory/ThreadFactory.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/AtomicReadMostlyMainPtr.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/AtomicReadMostlyMainPtr.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/AutoTimer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/BitVectorCoding.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/Bits.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/Cleanup.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/CodingDetail.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/Coinflip.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/DynamicParser-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/DynamicParser.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/DynamicParser.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/EliasFanoCoding.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/EnvUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/EnvUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/EventCount.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/ExecutionObserver.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/FlatCombiningPriorityQueue.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/FunctionScheduler.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/FunctionScheduler.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/FutureDAG.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/Instructions.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/JSONSchema.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/JSONSchema.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/JemallocHugePageAllocator.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/JemallocHugePageAllocator.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/JemallocNodumpAllocator.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/JemallocNodumpAllocator.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/LockFreeRingBuffer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/NestedCommandLineApp.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/NestedCommandLineApp.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/PrimaryPtr.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/ProgramOptions.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/ProgramOptions.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/QuotientMultiSet-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/QuotientMultiSet.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/QuotientMultiSet.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/ReadMostlySharedPtr.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/RelaxedConcurrentPriorityQueue.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/STTimerFDTimeoutManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/STTimerFDTimeoutManager.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/Select64.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/Select64.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/SingleWriterFixedHashMap.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/SingletonRelaxedCounter.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/StampedPtr.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/StringKeyedCommon.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/StringKeyedMap.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/StringKeyedSet.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/StringKeyedUnorderedMap.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/StringKeyedUnorderedSet.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/TLRefCount.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/TestUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/TestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/ThreadWheelTimekeeperHighRes.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/ThreadWheelTimekeeperHighRes.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/ThreadedRepeatingFunctionRunner.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/ThreadedRepeatingFunctionRunner.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/TimerFD.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/TimerFD.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/TimerFDTimeoutManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/TimerFDTimeoutManager.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/TupleOps.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/bser/Bser.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/bser/Dump.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/bser/Load.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/bser/test/BserTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Channel-fwd.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Channel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Channel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ChannelCallbackHandle.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ChannelProcessor-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ChannelProcessor.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ConsumeChannel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ConsumeChannel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/FanoutChannel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/FanoutChannel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/FanoutSender-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/FanoutSender.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Merge-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Merge.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/MergeChannel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/MergeChannel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/MultiplexChannel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/MultiplexChannel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/OnClosedException.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Producer-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Producer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ProxyChannel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/ProxyChannel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/RateLimiter.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/RateLimiter.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Transform-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/Transform.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/AtomicQueue.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/ChannelBridge.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/FunctionTraits.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/IntrusivePtr.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/MultiplexerTraits.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/PointerVariant.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/Utility.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/test/AtomicQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/detail/test/PointerVariantTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/ChannelProcessorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/ChannelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/ChannelTestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/FanoutChannelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/FanoutSenderTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/MergeChannelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/MergeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/MultiplexChannelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/ProducerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/ProxyChannelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/channels/test/TransformTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Accumulate-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Accumulate.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/AsyncGenerator.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/AsyncPipe.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/AsyncScope.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/AsyncStack.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Baton.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Baton.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/BlockingWait.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/BoundedQueue.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Collect-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Collect.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Concat-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Concat.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Coroutine.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/CurrentExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/DetachOnCancel.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Filter-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Filter.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/FutureUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Generator.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/GmockHelpers.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/GtestHelpers.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Invoke.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Merge-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Merge.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Mutex.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Mutex.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Promise.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/README.md [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Result.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Retry.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/RustAdaptors.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/ScopeExit.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/SharedLock.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/SharedMutex.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/SharedMutex.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Sleep-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Sleep.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/SmallUnboundedQueue.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Task.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/TimedWait.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Timeout-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Timeout.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Traits.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Transform-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/Transform.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/UnboundedQueue.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/ViaIfAsync.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/WithAsyncStack.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/WithCancellation.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/Barrier.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/BarrierTask.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/CurrentAsyncFrame.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/Helpers.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/InlineTask.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/Malloc.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/Malloc.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/ManualLifetime.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/detail/Traits.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/scripts/gdb.py [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/AccumulateTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/AsyncGeneratorBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/AsyncGeneratorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/AsyncPipeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/AsyncScopeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/AsyncStackTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/BatonTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/BlockingWaitBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/BlockingWaitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/BoundedQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/CollectAllBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/CollectTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/ConcatTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/CoroBenchmarkAllocator.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/CoroBenchmarkNRVO.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/CoroTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/CurrentExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/ErrorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/FilterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/FutureUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/GeneratorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/GmockHelpersTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/GtestHelpersTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/InlineTaskTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/MergeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/MutexTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/PromiseBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/PromiseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/RequestContextTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/RetryTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/RustAdaptorsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/ScopeExitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/SharedMutexTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/SmallUnboundedQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/TaskBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/TaskTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/TimeoutTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/TraitsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/TransformTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/coro/test/UnboundedQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/Blake2xb.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/Blake2xb.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/LtHash-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/LtHash.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/LtHash.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/detail/LtHashInternal.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/detail/MathOperation_AVX2.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/detail/MathOperation_SSE2.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/detail/MathOperation_Simple.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/test/Blake2xbBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/test/Blake2xbTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/test/LtHashBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/crypto/test/LtHashTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/CMakeLists.txt [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionAbi.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionCounterLib.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionCounterLib.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionStackTraceLib.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionTracer.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionTracer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionTracerLib.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/ExceptionTracerLib.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/README.md [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/SmartExceptionStackTraceHooks.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/SmartExceptionTracer.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/SmartExceptionTracer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/SmartExceptionTracerSingleton.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/StackTrace.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/StackTrace.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/test/ExceptionCounterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/test/ExceptionTracerBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/test/ExceptionTracerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/exception_tracer/test/SmartExceptionTracerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/flat_combining/FlatCombining.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/flat_combining/test/FlatCombiningBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/flat_combining/test/FlatCombiningExamples.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/flat_combining/test/FlatCombiningTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/flat_combining/test/FlatCombiningTestHelpers.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/gdb/README.md [new file with mode: 0644]
third-party/folly/src/folly/experimental/gdb/deadlock.py [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/AsyncBase.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/AsyncBase.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/AsyncIO.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/AsyncIO.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/FsUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/FsUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/HugePages.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/HugePages.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/IoUring.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/IoUring.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/IoUringBackend.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/IoUringBackend.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/SimpleAsyncIO.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/SimpleAsyncIO.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/AsyncBaseTestLib.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/AsyncBaseTestLib.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/AsyncIOTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/AsyncSignalHandlerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/FsUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IOBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IoTestTempFileUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IoTestTempFileUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IoUringBackendBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IoUringBackendMockTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IoUringBackendTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/IoUringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/RegisteredFdBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/test/SimpleAsyncIOTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/io/tool/HugePageUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/Observable-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/Observable.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/Observer-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/Observer-pre.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/Observer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/SimpleObservable-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/SimpleObservable.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/WithJitter-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/WithJitter.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/detail/Core.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/detail/Core.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/detail/GraphCycleDetector.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/detail/ObserverManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/detail/ObserverManager.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/observer/test/ObserverTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/Settings.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/Settings.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/SettingsMetadata.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/detail/SettingsImpl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/test/SettingsBenchmarks.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/test/SettingsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/test/a.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/test/a.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/test/b.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/settings/test/b.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Dwarf.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Dwarf.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfImpl.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfImpl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfLineNumberVM.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfLineNumberVM.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfSection.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfSection.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/DwarfUtil.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Elf-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Elf.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Elf.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/ElfCache.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/ElfCache.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/LineReader.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/LineReader.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/SignalHandler.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/SignalHandler.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/StackTrace.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/StackTrace.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/SymbolizePrinter.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/SymbolizePrinter.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/SymbolizedFrame.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/SymbolizedFrame.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Symbolizer.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/Symbolizer.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/detail/Debug.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/Crash.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/DwarfBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/ElfTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/LineReaderTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SignalHandlerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SignalHandlerTest.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SmallSigAltStackCrash.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/StackTraceBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/StackTraceSizeLimitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/StackTraceTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SymbolizedFrameTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SymbolizerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SymbolizerTestUtils-inl.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SymbolizerTestUtils.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/SymbolizerTestUtils.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/symbolizer/test/gnu_debuglink_test.sh [new file with mode: 0755]
third-party/folly/src/folly/experimental/symbolizer/tool/Addr2Line.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/AtomicReadMostlyMainPtrBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/AtomicReadMostlyMainPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/AutoTimerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/BitVectorCodingTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/BitsBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/BitsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/CleanupTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/CodingTestUtils.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/CodingTestUtils.h [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/CoinflipBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/CoinflipTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/DynamicParserTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/EliasFanoCodingTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/EnvUtilSubprocess.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/EnvUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/EventCountTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/FlatCombiningPriorityQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/FunctionSchedulerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/FutureDAGTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/HHWheelTimerHighResBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/HHWheelTimerHighResTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/InstructionsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/JSONSchemaTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/JemallocHugePageAllocatorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/JemallocNodumpAllocatorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/LockFreeRingBufferTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/NestedCommandLineAppExample.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/NestedCommandLineAppTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/NestedCommandLineAppTestHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/PrimaryPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/ProgramOptionsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/ProgramOptionsTestHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/QuotientMultiSetBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/QuotientMultiSetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/ReadMostlySharedPtrBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/ReadMostlySharedPtrStressTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/ReadMostlySharedPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/RefCountBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/RefCountTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/RelaxedConcurrentPriorityQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/Select64Test.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/SingleWriterFixedHashMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/SingletonRelaxedCounterBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/SingletonRelaxedCounterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/StampedPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/StringKeyedBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/StringKeyedTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/TestUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/ThreadedRepeatingFunctionRunnerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/TimekeeperHighResTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/TimerFDTimeoutManagerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/test/TupleOpsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/experimental/tool/JSONSchemaTester.cpp [new file with mode: 0644]
third-party/folly/src/folly/ext/test_ext.cpp [new file with mode: 0644]
third-party/folly/src/folly/ext/test_ext.h [new file with mode: 0644]
third-party/folly/src/folly/external/.clang-format [new file with mode: 0644]
third-party/folly/src/folly/external/farmhash/farmhash.cpp [new file with mode: 0644]
third-party/folly/src/folly/external/farmhash/farmhash.h [new file with mode: 0644]
third-party/folly/src/folly/external/farmhash/test/farmhash_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/AddTasks-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/AddTasks.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/AtomicBatchDispatcher-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/AtomicBatchDispatcher.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/BatchDispatcher.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/BatchSemaphore.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/BatchSemaphore.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/Baton-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/Baton.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/Baton.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/BoostContextCompatibility.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/CallOnce.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/EventBaseLoopController-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/EventBaseLoopController.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/ExecutorBasedLoopController.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/ExecutorLoopController-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/ExecutorLoopController.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/Fiber-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/Fiber.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/Fiber.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManager-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManager.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManagerInternal-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManagerInternal.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManagerMap-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/FiberManagerMap.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/ForEach-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/ForEach.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/GenericBaton.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/GuardPageAllocator.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/GuardPageAllocator.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/LoopController.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/Promise-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/Promise.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/README.md [new file with mode: 0644]
third-party/folly/src/folly/fibers/Semaphore.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/Semaphore.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/SemaphoreBase.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/SemaphoreBase.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/SimpleLoopController.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/SimpleLoopController.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/TimedMutex-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/TimedMutex.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/WhenN-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/WhenN.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Async.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Async.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Baton.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Collect-inl.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Collect.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/FiberManager.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Future.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Promise.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/README.md [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/Task.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/WaitUtils.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/async/test/AsyncTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/detail/AtomicBatchDispatcher.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/detail/AtomicBatchDispatcher.h [new file with mode: 0644]
third-party/folly/src/folly/fibers/scripts/gdb.py [new file with mode: 0644]
third-party/folly/src/folly/fibers/test/FibersBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/test/FibersTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/test/FibersTestApp.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/test/StackOverflow.cpp [new file with mode: 0644]
third-party/folly/src/folly/fibers/traits.h [new file with mode: 0644]
third-party/folly/src/folly/functional/ApplyTuple.h [new file with mode: 0644]
third-party/folly/src/folly/functional/Invoke.h [new file with mode: 0644]
third-party/folly/src/folly/functional/Partial.h [new file with mode: 0644]
third-party/folly/src/folly/functional/test/ApplyTupleTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/functional/test/InvokeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/functional/test/PartialTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/Barrier.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/Barrier.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Future-inl.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Future-pre.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Future.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/Future.h [new file with mode: 0644]
third-party/folly/src/folly/futures/FutureSplitter.h [new file with mode: 0644]
third-party/folly/src/folly/futures/ManualTimekeeper.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/ManualTimekeeper.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Portability.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Promise-inl.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Promise.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/Promise.h [new file with mode: 0644]
third-party/folly/src/folly/futures/Retrying.h [new file with mode: 0644]
third-party/folly/src/folly/futures/SharedPromise-inl.h [new file with mode: 0644]
third-party/folly/src/folly/futures/SharedPromise.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/SharedPromise.h [new file with mode: 0644]
third-party/folly/src/folly/futures/ThreadWheelTimekeeper.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/ThreadWheelTimekeeper.h [new file with mode: 0644]
third-party/folly/src/folly/futures/WTCallback.h [new file with mode: 0644]
third-party/folly/src/folly/futures/detail/Core.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/detail/Core.h [new file with mode: 0644]
third-party/folly/src/folly/futures/detail/Types.h [new file with mode: 0644]
third-party/folly/src/folly/futures/test/BarrierTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/Benchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/CallbackLifetimeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/CollectTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ContextTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ConversionOperatorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/CoreTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/EnsureTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/FilterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/FutureSplitterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/FutureTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/HeaderCompileTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/InterruptTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ManualTimekeeperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/MapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/NonCopyableLambdaTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/PollTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/PromiseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ReduceTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/RetryingTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/SelfDestructTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/SemiFutureTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/SharedPromiseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/TestExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/TestExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/futures/test/TestExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ThenCompileTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ThenCompileTest.h [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ThenTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/TimekeeperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/TimesTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/UnwrapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/ViaTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/WaitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/WhenTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/WhileDoTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/WillEqualTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/WindowTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/futures/test/then_compile_test.rb [new file with mode: 0755]
third-party/folly/src/folly/gen/Base-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Base.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Combine-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Combine.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Core-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Core.h [new file with mode: 0644]
third-party/folly/src/folly/gen/File-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/File.h [new file with mode: 0644]
third-party/folly/src/folly/gen/IStream.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Parallel-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/Parallel.h [new file with mode: 0644]
third-party/folly/src/folly/gen/ParallelMap-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/ParallelMap.h [new file with mode: 0644]
third-party/folly/src/folly/gen/String-inl.h [new file with mode: 0644]
third-party/folly/src/folly/gen/String.h [new file with mode: 0644]
third-party/folly/src/folly/gen/test/BaseBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/BaseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/Bench.h [new file with mode: 0644]
third-party/folly/src/folly/gen/test/CombineTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/FileBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/FileTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/IStreamTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/ParallelBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/ParallelMapBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/ParallelMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/ParallelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/StringBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/gen/test/StringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/Checksum.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/Checksum.h [new file with mode: 0644]
third-party/folly/src/folly/hash/FarmHash.h [new file with mode: 0644]
third-party/folly/src/folly/hash/Hash.h [new file with mode: 0644]
third-party/folly/src/folly/hash/SpookyHashV1.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/SpookyHashV1.h [new file with mode: 0644]
third-party/folly/src/folly/hash/SpookyHashV2.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/SpookyHashV2.h [new file with mode: 0644]
third-party/folly/src/folly/hash/detail/ChecksumDetail.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/detail/ChecksumDetail.h [new file with mode: 0644]
third-party/folly/src/folly/hash/detail/Crc32CombineDetail.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/detail/Crc32cDetail.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/ChecksumBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/ChecksumTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/FarmHashTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/HashBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/HashTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/SpookyHashV1Test.cpp [new file with mode: 0644]
third-party/folly/src/folly/hash/test/SpookyHashV2Test.cpp [new file with mode: 0644]
third-party/folly/src/folly/init/Init.cpp [new file with mode: 0644]
third-party/folly/src/folly/init/Init.h [new file with mode: 0644]
third-party/folly/src/folly/init/Phase.cpp [new file with mode: 0644]
third-party/folly/src/folly/init/Phase.h [new file with mode: 0644]
third-party/folly/src/folly/init/test/PhaseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/Cursor-inl.h [new file with mode: 0644]
third-party/folly/src/folly/io/Cursor.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/Cursor.h [new file with mode: 0644]
third-party/folly/src/folly/io/GlobalShutdownSocketSet.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/GlobalShutdownSocketSet.h [new file with mode: 0644]
third-party/folly/src/folly/io/IOBuf.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/IOBuf.h [new file with mode: 0644]
third-party/folly/src/folly/io/IOBufIovecBuilder.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/IOBufIovecBuilder.h [new file with mode: 0644]
third-party/folly/src/folly/io/IOBufQueue.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/IOBufQueue.h [new file with mode: 0644]
third-party/folly/src/folly/io/RecordIO-inl.h [new file with mode: 0644]
third-party/folly/src/folly/io/RecordIO.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/RecordIO.h [new file with mode: 0644]
third-party/folly/src/folly/io/ShutdownSocketSet.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/ShutdownSocketSet.h [new file with mode: 0644]
third-party/folly/src/folly/io/SocketOptionMap.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/SocketOptionMap.h [new file with mode: 0644]
third-party/folly/src/folly/io/TypedIOBuf.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncPipe.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncPipe.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSSLSocket.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSSLSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncServerSocket.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncServerSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSignalHandler.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSignalHandler.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSocket.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSocketBase.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSocketException.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncSocketException.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncTimeout.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncTimeout.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncTransport.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncTransportCertificate.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncUDPServerSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncUDPSocket.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/AsyncUDPSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AtomicNotificationQueue-inl.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/AtomicNotificationQueue.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/CertificateIdentityVerifier.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/DecoratedAsyncTransportWrapper.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/DelayedDestruction.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/DelayedDestruction.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/DelayedDestructionBase.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/DestructorCheck.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBase.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBase.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseAtomicNotificationQueue-inl.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseAtomicNotificationQueue.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseBackendBase.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseBackendBase.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseLocal.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseLocal.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseManager.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseThread.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventBaseThread.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventHandler.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventHandler.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/EventUtil.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/HHWheelTimer-fwd.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/HHWheelTimer.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/HHWheelTimer.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/NotificationQueue.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/PasswordInFile.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/PasswordInFile.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/README.md [new file with mode: 0644]
third-party/folly/src/folly/io/async/Request.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/Request.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/SSLContext.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/SSLContext.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/SSLOptions.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/SSLOptions.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ScopedEventBaseThread.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/ScopedEventBaseThread.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/TerminateCancellationToken.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/TerminateCancellationToken.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/TimeoutManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/TimeoutManager.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/VirtualEventBase.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/VirtualEventBase.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/WriteChainAsyncTransportWrapper.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/BasicTransportCertificate.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/OpenSSLTransportCertificate.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/OpenSSLUtils.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/OpenSSLUtils.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/SSLErrors.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/SSLErrors.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/TLSDefinitions.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/test/BasicTransportCertificateTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/test/OpenSSLUtilsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/ssl/test/SSLErrorsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncPipeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSSLSocketTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSSLSocketTest.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSSLSocketTest2.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSSLSocketWriteTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSignalHandlerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSignalHandlerTestLib.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSocketExceptionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSocketTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSocketTest.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSocketTest2.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncSocketTest2.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncTimeoutTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncTransportTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncUDPSocketGSOGROTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncUDPSocketSendmmsgTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AsyncUDPSocketTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/AtomicNotificationQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/BlockingSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/DelayedDestructionBaseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/DelayedDestructionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/DestructorCheckTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/EventBaseBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/EventBaseLocalTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/EventBaseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/EventBaseTestLib.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/EventBaseThreadTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/EventHandlerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/HHWheelTimerSlowTests.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/HHWheelTimerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncSSLSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncServerSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncSocketObserver.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncTransport.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncTransportObserver.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockAsyncUDPSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/MockTimeoutManager.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/NotificationQueueBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/NotificationQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/RequestContextBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/RequestContextHelper.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/RequestContextTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLContextInitializationTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLContextRegressionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLContextTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLOptionsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLSessionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SSLUtil.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ScopedBoundPort.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ScopedBoundPort.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ScopedEventBaseThreadTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SocketClient.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SocketPair.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/SocketPair.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TFOTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TFOTest.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TerminateCancellationTokenTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TestSSLServer.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TestSSLServer.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TimeUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TimeUtil.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/TimeUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/UndelayedDestruction.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/Util.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/WriteFlagsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ZeroCopy.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ZeroCopy.h [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ZeroCopyBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/ZeroCopyTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/ca-cert.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/ca-key.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_ca_cert.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_ca_key.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_cert.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_chain.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_intermediate_ca.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_intermediate_ca_key.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/client_key.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/clienti_cert.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/clienti_key.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/generate_certs.sh [new file with mode: 0755]
third-party/folly/src/folly/io/async/test/certs/tests-cert.pem [new file with mode: 0644]
third-party/folly/src/folly/io/async/test/certs/tests-key.pem [new file with mode: 0644]
third-party/folly/src/folly/io/coro/ServerSocket.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/coro/ServerSocket.h [new file with mode: 0644]
third-party/folly/src/folly/io/coro/Transport.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/coro/Transport.h [new file with mode: 0644]
third-party/folly/src/folly/io/coro/test/TransportTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufCBTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufCursorBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufCursorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufIovecBuilderTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/IOBufTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/NetworkBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/QueueAppenderBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/RecordIOTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/io/test/ShutdownSocketSetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/json.cpp [new file with mode: 0644]
third-party/folly/src/folly/json.h [new file with mode: 0644]
third-party/folly/src/folly/json_patch.cpp [new file with mode: 0644]
third-party/folly/src/folly/json_patch.h [new file with mode: 0644]
third-party/folly/src/folly/json_pointer.cpp [new file with mode: 0644]
third-party/folly/src/folly/json_pointer.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Access.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Align.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Aligned.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Assume.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Badge.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Bits.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Byte.h [new file with mode: 0644]
third-party/folly/src/folly/lang/CArray.h [new file with mode: 0644]
third-party/folly/src/folly/lang/CString.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/CString.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Cast.h [new file with mode: 0644]
third-party/folly/src/folly/lang/CheckedMath.h [new file with mode: 0644]
third-party/folly/src/folly/lang/CustomizationPoint.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Exception.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/Exception.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Extern.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Hint-inl.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Hint.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Keep.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Launder.h [new file with mode: 0644]
third-party/folly/src/folly/lang/New.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Ordering.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Pretty.h [new file with mode: 0644]
third-party/folly/src/folly/lang/PropagateConst.h [new file with mode: 0644]
third-party/folly/src/folly/lang/RValueReferenceWrapper.h [new file with mode: 0644]
third-party/folly/src/folly/lang/SafeAssert.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/SafeAssert.h [new file with mode: 0644]
third-party/folly/src/folly/lang/StaticConst.h [new file with mode: 0644]
third-party/folly/src/folly/lang/Thunk.h [new file with mode: 0644]
third-party/folly/src/folly/lang/ToAscii.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/ToAscii.h [new file with mode: 0644]
third-party/folly/src/folly/lang/TypeInfo.h [new file with mode: 0644]
third-party/folly/src/folly/lang/UncaughtExceptions.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/UncaughtExceptions.h [new file with mode: 0644]
third-party/folly/src/folly/lang/test/AlignedTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/BadgeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/BitsBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/BitsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/ByteTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/CStringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/CastTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/CheckedMathTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/ExceptionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/ExternTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/LaunderTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/NewTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/OrderingTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/PrettyTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/PropagateConstTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/RValueReferenceWrapperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/SafeAssertTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/ThunkTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/ToAsciiBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/ToAsciiTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/TypeInfoTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/lang/test/UncaughtExceptionsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/AsyncFileWriter.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/AsyncFileWriter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/AsyncLogWriter.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/AsyncLogWriter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/BridgeFromGoogleLogging.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/BridgeFromGoogleLogging.h [new file with mode: 0644]
third-party/folly/src/folly/logging/CustomLogFormatter.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/CustomLogFormatter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/FileHandlerFactory.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/FileHandlerFactory.h [new file with mode: 0644]
third-party/folly/src/folly/logging/FileWriterFactory.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/FileWriterFactory.h [new file with mode: 0644]
third-party/folly/src/folly/logging/GlogStyleFormatter.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/GlogStyleFormatter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/ImmediateFileWriter.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/ImmediateFileWriter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/Init.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/Init.h [new file with mode: 0644]
third-party/folly/src/folly/logging/InitWeak.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogCategory.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogCategory.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogCategoryConfig.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogCategoryConfig.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogConfig.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogConfig.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogConfigParser.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogConfigParser.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogFormatter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogHandler.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogHandlerConfig.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogHandlerConfig.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogHandlerFactory.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogLevel.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogLevel.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogMessage.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogMessage.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogName.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogName.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogStream.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogStream.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogStreamProcessor.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LogStreamProcessor.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LogWriter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/Logger.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/Logger.h [new file with mode: 0644]
third-party/folly/src/folly/logging/LoggerDB.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/LoggerDB.h [new file with mode: 0644]
third-party/folly/src/folly/logging/ObjectToString.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/ObjectToString.h [new file with mode: 0644]
third-party/folly/src/folly/logging/README.md [new file with mode: 0644]
third-party/folly/src/folly/logging/RateLimiter.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/RateLimiter.h [new file with mode: 0644]
third-party/folly/src/folly/logging/StandardLogHandler.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/StandardLogHandler.h [new file with mode: 0644]
third-party/folly/src/folly/logging/StandardLogHandlerFactory.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/StandardLogHandlerFactory.h [new file with mode: 0644]
third-party/folly/src/folly/logging/StreamHandlerFactory.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/StreamHandlerFactory.h [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/Comparisons.md [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/Config.md [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/LogCategories.md [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/LogHandlers.md [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/LogLevels.md [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/Overview.md [new file with mode: 0644]
third-party/folly/src/folly/logging/docs/Usage.md [new file with mode: 0644]
third-party/folly/src/folly/logging/example/CMakeLists.txt [new file with mode: 0644]
third-party/folly/src/folly/logging/example/lib.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/example/lib.h [new file with mode: 0644]
third-party/folly/src/folly/logging/example/main.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/AsyncFileWriterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/AsyncLogWriterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/BridgeFromGoogleLoggingTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/ConfigHelpers.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/ConfigHelpers.h [new file with mode: 0644]
third-party/folly/src/folly/logging/test/ConfigParserTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/ConfigUpdateTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/CustomLogFormatterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/FileHandlerFactoryTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/GlogFormatterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/ImmediateFileWriterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/InitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LogCategoryTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LogLevelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LogMessageTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LogNameTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LogStreamTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LoggerDBTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/LoggerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/RateLimiterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/StandardLogHandlerFactoryTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/StandardLogHandlerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/SyncLevelTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/TestLogHandler.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/TestLogHandler.h [new file with mode: 0644]
third-party/folly/src/folly/logging/test/XlogBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/XlogFile1.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/XlogFile2.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/XlogHeader1.h [new file with mode: 0644]
third-party/folly/src/folly/logging/test/XlogHeader2.h [new file with mode: 0644]
third-party/folly/src/folly/logging/test/XlogTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/fatal_test.py [new file with mode: 0644]
third-party/folly/src/folly/logging/test/helpers/FatalHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/helpers/LogAfterMain.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/helpers/LogAfterMainNoInit.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/helpers/LogOnShutdownLib.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/test/helpers/LogOnShutdownLib.h [new file with mode: 0644]
third-party/folly/src/folly/logging/test/helpers/helpers.h [new file with mode: 0644]
third-party/folly/src/folly/logging/test/log_after_main.py [new file with mode: 0644]
third-party/folly/src/folly/logging/xlog.cpp [new file with mode: 0644]
third-party/folly/src/folly/logging/xlog.h [new file with mode: 0644]
third-party/folly/src/folly/memcpy.S [new file with mode: 0644]
third-party/folly/src/folly/memory/Arena-inl.h [new file with mode: 0644]
third-party/folly/src/folly/memory/Arena.h [new file with mode: 0644]
third-party/folly/src/folly/memory/EnableSharedFromThis.h [new file with mode: 0644]
third-party/folly/src/folly/memory/MallctlHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/MallctlHelper.h [new file with mode: 0644]
third-party/folly/src/folly/memory/Malloc.h [new file with mode: 0644]
third-party/folly/src/folly/memory/MemoryResource.h [new file with mode: 0644]
third-party/folly/src/folly/memory/ReentrantAllocator.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/ReentrantAllocator.h [new file with mode: 0644]
third-party/folly/src/folly/memory/SanitizeAddress.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/SanitizeAddress.h [new file with mode: 0644]
third-party/folly/src/folly/memory/SanitizeLeak.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/SanitizeLeak.h [new file with mode: 0644]
third-party/folly/src/folly/memory/ThreadCachedArena.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/ThreadCachedArena.h [new file with mode: 0644]
third-party/folly/src/folly/memory/UninitializedMemoryHacks.h [new file with mode: 0644]
third-party/folly/src/folly/memory/detail/MallocImpl.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/detail/MallocImpl.h [new file with mode: 0644]
third-party/folly/src/folly/memory/not_null-inl.h [new file with mode: 0644]
third-party/folly/src/folly/memory/not_null.h [new file with mode: 0644]
third-party/folly/src/folly/memory/test/ArenaTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/MallctlHelperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/MemoryResourceTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/ReentrantAllocatorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/SanitizeAddressTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/SanitizeLeakTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/ThreadCachedArenaTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/UninitializedMemoryHacksODR.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/UninitializedMemoryHacksTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/memory/test/not_null_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/memset.S [new file with mode: 0644]
third-party/folly/src/folly/net/NetOps.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/NetOps.h [new file with mode: 0644]
third-party/folly/src/folly/net/NetOpsDispatcher.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/NetOpsDispatcher.h [new file with mode: 0644]
third-party/folly/src/folly/net/NetworkSocket.h [new file with mode: 0644]
third-party/folly/src/folly/net/TcpInfo.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/TcpInfo.h [new file with mode: 0644]
third-party/folly/src/folly/net/TcpInfoDispatcher.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/TcpInfoDispatcher.h [new file with mode: 0644]
third-party/folly/src/folly/net/TcpInfoTypes.h [new file with mode: 0644]
third-party/folly/src/folly/net/detail/SocketFileDescriptorMap.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/detail/SocketFileDescriptorMap.h [new file with mode: 0644]
third-party/folly/src/folly/net/detail/test/SocketFileDescriptorMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/test/MockNetOpsDispatcher.h [new file with mode: 0644]
third-party/folly/src/folly/net/test/NetOpsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/test/TcpInfoTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/net/test/TcpInfoTestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/poly/Nullable.h [new file with mode: 0644]
third-party/folly/src/folly/poly/Regular.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Asm.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Atomic.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Builtins.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Builtins.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Config.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Constexpr.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Dirent.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Dirent.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Event.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Fcntl.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Fcntl.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Filesystem.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Filesystem.h [new file with mode: 0644]
third-party/folly/src/folly/portability/FmtCompile.h [new file with mode: 0644]
third-party/folly/src/folly/portability/GFlags.h [new file with mode: 0644]
third-party/folly/src/folly/portability/GMock.h [new file with mode: 0644]
third-party/folly/src/folly/portability/GTest.h [new file with mode: 0644]
third-party/folly/src/folly/portability/IOVec.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Libgen.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Libgen.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Libunwind.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Malloc.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Malloc.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Math.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Memory.h [new file with mode: 0644]
third-party/folly/src/folly/portability/OpenSSL.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/OpenSSL.h [new file with mode: 0644]
third-party/folly/src/folly/portability/PThread.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/PThread.h [new file with mode: 0644]
third-party/folly/src/folly/portability/README.md [new file with mode: 0644]
third-party/folly/src/folly/portability/Sched.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Sched.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Sockets.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Sockets.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Stdio.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Stdio.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Stdlib.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Stdlib.h [new file with mode: 0644]
third-party/folly/src/folly/portability/String.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/String.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysFile.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysFile.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysMembarrier.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysMembarrier.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysMman.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysMman.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysResource.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysResource.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysStat.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysStat.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysSyscall.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysTime.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysTime.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysTypes.h [new file with mode: 0644]
third-party/folly/src/folly/portability/SysUio.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/SysUio.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Syslog.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Time.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Time.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Unistd.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/Unistd.h [new file with mode: 0644]
third-party/folly/src/folly/portability/Windows.h [new file with mode: 0644]
third-party/folly/src/folly/portability/test/ConstexprTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/test/FilesystemTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/test/LibgenTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/test/OpenSSLPortabilityTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/test/PThreadTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/portability/test/TimeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/AsyncioExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/python/GILAwareManualExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/GILAwareManualExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/python/__init__.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/async_generator.h [new file with mode: 0644]
third-party/folly/src/folly/python/async_generator.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/cast.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/coro.h [new file with mode: 0644]
third-party/folly/src/folly/python/coro.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/error.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/error.h [new file with mode: 0644]
third-party/folly/src/folly/python/executor.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/executor.h [new file with mode: 0644]
third-party/folly/src/folly/python/executor.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/executor.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/expected.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/fbstring.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/fiber_manager.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/fiber_manager.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/fibers.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/fibers.h [new file with mode: 0644]
third-party/folly/src/folly/python/fibers.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/function.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/futures.h [new file with mode: 0644]
third-party/folly/src/folly/python/futures.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/import.h [new file with mode: 0644]
third-party/folly/src/folly/python/iobuf.h [new file with mode: 0644]
third-party/folly/src/folly/python/iobuf.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/iobuf.pyi [new file with mode: 0644]
third-party/folly/src/folly/python/iobuf.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/memory.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/optional.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/range.pxd [new file with mode: 0644]
third-party/folly/src/folly/python/setup.py [new file with mode: 0755]
third-party/folly/src/folly/python/test/AsyncGeneratorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/test/ErrorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/python/test/coro.py [new file with mode: 0644]
third-party/folly/src/folly/python/test/futures.py [new file with mode: 0644]
third-party/folly/src/folly/python/test/generator.py [new file with mode: 0644]
third-party/folly/src/folly/python/test/iobuf.py [new file with mode: 0644]
third-party/folly/src/folly/python/test/iobuf_helper.pyi [new file with mode: 0644]
third-party/folly/src/folly/python/test/iobuf_helper.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/test/simple.h [new file with mode: 0644]
third-party/folly/src/folly/python/test/simplebridge.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/test/simplebridgecoro.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/test/simplecoro.h [new file with mode: 0644]
third-party/folly/src/folly/python/test/simplegenerator.h [new file with mode: 0644]
third-party/folly/src/folly/python/test/simplegenerator.pyx [new file with mode: 0644]
third-party/folly/src/folly/python/test/teardown.py [new file with mode: 0644]
third-party/folly/src/folly/python/test/test_set_executor.h [new file with mode: 0644]
third-party/folly/src/folly/python/test/test_set_executor.py [new file with mode: 0644]
third-party/folly/src/folly/python/test/test_set_executor_cython.pyx [new file with mode: 0644]
third-party/folly/src/folly/small_vector.h [new file with mode: 0644]
third-party/folly/src/folly/sorted_vector_types.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/Init.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/Init.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLCertUtils.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLCertUtils.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLHash.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLHash.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLLockTypes.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLPtrTypes.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLTicketHandler.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/OpenSSLVersionFinder.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/SSLSession.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/SSLSessionManager.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/SSLSessionManager.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/detail/OpenSSLSession.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/detail/OpenSSLSession.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/detail/OpenSSLThreading.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/detail/OpenSSLThreading.h [new file with mode: 0644]
third-party/folly/src/folly/ssl/test/OpenSSLCertUtilsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/test/OpenSSLHashTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/ssl/test/SSLSessionManagerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/static/logo.svg [new file with mode: 0755]
third-party/folly/src/folly/stats/BucketedTimeSeries-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/BucketedTimeSeries.h [new file with mode: 0644]
third-party/folly/src/folly/stats/DigestBuilder-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/DigestBuilder.h [new file with mode: 0644]
third-party/folly/src/folly/stats/Histogram-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/Histogram.h [new file with mode: 0644]
third-party/folly/src/folly/stats/MultiLevelTimeSeries-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/MultiLevelTimeSeries.h [new file with mode: 0644]
third-party/folly/src/folly/stats/QuantileEstimator-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/QuantileEstimator.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/QuantileEstimator.h [new file with mode: 0644]
third-party/folly/src/folly/stats/QuantileHistogram-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/QuantileHistogram.h [new file with mode: 0644]
third-party/folly/src/folly/stats/StreamingStats.h [new file with mode: 0644]
third-party/folly/src/folly/stats/TDigest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/TDigest.h [new file with mode: 0644]
third-party/folly/src/folly/stats/TimeseriesHistogram-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/TimeseriesHistogram.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/Bucket.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/BufferedStat-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/BufferedStat.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/DoubleRadixSort.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/DoubleRadixSort.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/SlidingWindow-inl.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/SlidingWindow.h [new file with mode: 0644]
third-party/folly/src/folly/stats/detail/test/DoubleRadixSortTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/BucketedTimeSeriesBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/BufferedStatTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/DigestBuilderBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/DigestBuilderTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/HistogramBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/HistogramTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/QuantileEstimatorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/QuantileHistogramBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/QuantileHistogramTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/SlidingWindowTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/StreamingStatsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/TDigestBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/TDigestTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/TimeSeriesTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stats/test/TimeseriesHistogramTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/stop_watch.h [new file with mode: 0644]
third-party/folly/src/folly/support/gdb.py [new file with mode: 0644]
third-party/folly/src/folly/support/test/GdbUtil.h [new file with mode: 0644]
third-party/folly/src/folly/support/test/main.cpp [new file with mode: 0644]
third-party/folly/src/folly/support/test/runtest.gdb [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AsymmetricThreadFence.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AsymmetricThreadFence.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicNotification-inl.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicNotification.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicNotification.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicRef.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicStruct.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicUtil-inl.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/AtomicUtil.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Baton.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/CallOnce.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/DelayedInit.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/DistributedMutex-inl.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/DistributedMutex.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/DistributedMutex.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Hazptr-fwd.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Hazptr.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Hazptr.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrDomain.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrHolder.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrObj.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrObjLinked.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrRec.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrThrLocal.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrThreadPoolExecutor.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/HazptrThreadPoolExecutor.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Latch.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/LifoSem.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Lock.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/MicroSpinLock.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/NativeSemaphore.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/ParkingLot.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/ParkingLot.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/PicoSpinLock.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/RWSpinLock.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Rcu.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Rcu.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/RelaxedAtomic.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/SanitizeThread.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/SanitizeThread.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/SaturatingSemaphore.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/SmallLocks.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/ThrottledLifoSem.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/Utility.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/WaitOptions.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/WaitOptions.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/AtomicUtils.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/Hardware.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/Hardware.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/HazptrUtils.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/InlineFunctionRef.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/Sleeper.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/Sleeper.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/Spin.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/ThreadCachedLists.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/ThreadCachedReaders.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/ThreadCachedTag.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/test/HardwareTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/detail/test/InlineFunctionRefTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/example/HazptrLockFreeLIFO.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/example/HazptrSWMRSet.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/example/HazptrWideCAS.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/AtomicNotificationTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/AtomicRefTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/AtomicStructTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/AtomicUtilBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/AtomicUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/Barrier.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/BarrierTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/BatonBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/BatonTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/BatonTestHelpers.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/CallOnceBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/CallOnceTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/DelayedInitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/DistributedMutexTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/HazptrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/LatchTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/LifoSemBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/LifoSemTests.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/LockTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/NativeSemaphoreTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/ParkingLotBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/ParkingLotTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/RWSpinLockTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/RcuBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/RcuTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/RelaxedAtomicTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/SaturatingSemaphoreTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/Semaphore.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/SemaphoreTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/SmallLocksBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/SmallLocksTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/ThreadCachedEpochBench.h [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/ThreadCachedReadersBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/ThreadCachedReadersTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/synchronization/test/ThrottledLifoSemTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/AtFork.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/AtFork.h [new file with mode: 0644]
third-party/folly/src/folly/system/HardwareConcurrency.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/HardwareConcurrency.h [new file with mode: 0644]
third-party/folly/src/folly/system/MemoryMapping.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/MemoryMapping.h [new file with mode: 0644]
third-party/folly/src/folly/system/Pid.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/Pid.h [new file with mode: 0644]
third-party/folly/src/folly/system/Shell.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/Shell.h [new file with mode: 0644]
third-party/folly/src/folly/system/ThreadId.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/ThreadId.h [new file with mode: 0644]
third-party/folly/src/folly/system/ThreadName.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/ThreadName.h [new file with mode: 0644]
third-party/folly/src/folly/system/test/AtForkTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/test/MemoryMappingTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/test/PidTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/test/ShellTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/test/ThreadIdTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/system/test/ThreadNameTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AHMIntStressTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ArenaSmartPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AsciiCaseInsensitiveTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AtomicHashArrayTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AtomicHashMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AtomicLinkedListTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/AtomicUnorderedMapTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/BenchmarkTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/BufferedAtomic.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/BufferedAtomic.h [new file with mode: 0644]
third-party/folly/src/folly/test/BufferedAtomicTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/CancellationTokenTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ChronoBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ChronoTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ClockGettimeWrappersTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ComparisonOperatorTestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/test/ConcurrentBitSetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConcurrentLazyTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConcurrentSkipListBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConcurrentSkipListTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConstexprMathBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConstexprMathTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConstructorCallbackListTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConvBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ConvTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/CpuIdTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DemangleTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DeterministicSchedule.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DeterministicSchedule.h [new file with mode: 0644]
third-party/folly/src/folly/test/DeterministicScheduleTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DiscriminatedPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DynamicConverterTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DynamicOtherTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/DynamicTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/EnableSharedFromThisTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/EndianTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExceptionStringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExceptionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExceptionWrapperBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExceptionWrapperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExecutorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExpectedCoroutinesTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ExpectedTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FBStringBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FBStringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FBStringTestBenchmarks.cpp.h [new file with mode: 0644]
third-party/folly/src/folly/test/FBVectorBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FBVectorBenchmarks.cpp.h [new file with mode: 0644]
third-party/folly/src/folly/test/FBVectorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FBVectorTestUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FBVectorTestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/test/FBVectorTests.cpp.h [new file with mode: 0644]
third-party/folly/src/folly/test/FileLockTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FileTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FileTestLockHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FileUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FingerprintBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FingerprintTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FixedStringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FormatBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FormatOtherTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FormatTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FunctionRefBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FunctionRefTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FunctionTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/FutexTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/GLogBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/GLogTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/GroupVarintTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/IPAddressBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/IPAddressTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/IndestructibleTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/IndexedMemPoolTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/IteratorsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/JsonMockUtil.h [new file with mode: 0644]
third-party/folly/src/folly/test/JsonOtherTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/JsonTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/JsonTestUtil.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/JsonTestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/test/JsonTestUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/LazyTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MPMCPipelineTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MPMCQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MacAddressTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MapUtilTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MathBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MathTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemcpyBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemcpyTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemcpyUseTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemoryIdlerBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemoryIdlerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemoryTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemsetBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MemsetTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/MoveWrapperTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ObserverContainerTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ObserverContainerTestUtil.h [new file with mode: 0644]
third-party/folly/src/folly/test/OptionalCoroutinesTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/OptionalTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/OverloadTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/PackedSyncPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/PaddedTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/PolyTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/PortabilityTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ProducerConsumerQueueBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ProducerConsumerQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/RandomBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/RandomTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/RangeFindBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/RangeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ReplaceableTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ScopeGuardTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SharedMutexTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonDoubleRegistration.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonTestGlobal.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonTestStructs.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonTestStructs.h [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonThreadLocalTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SingletonThreadLocalTestOverload.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SocketAddressTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SocketAddressTestHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SocketAddressTestHelper.h [new file with mode: 0644]
third-party/folly/src/folly/test/SpinLockTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/StringBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/StringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SubprocessBench.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SubprocessTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SubprocessTestParentDeathHelper.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SynchronizedBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SynchronizedPtrTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SynchronizedTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/SynchronizedTestLib-inl.h [new file with mode: 0644]
third-party/folly/src/folly/test/SynchronizedTestLib.h [new file with mode: 0644]
third-party/folly/src/folly/test/TestUtils.h [new file with mode: 0644]
third-party/folly/src/folly/test/TestUtilsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ThreadCachedIntTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ThreadLocalAccessBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ThreadLocalBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ThreadLocalDestroyBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ThreadLocalTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/ThreadLocalTestLib.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/TimeoutQueueTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/TokenBucketTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/TokenBucketTest.h [new file with mode: 0644]
third-party/folly/src/folly/test/TraitsTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/TryTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/TypeListTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/UTF8StringTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/UnicodeTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/UnitTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/UriBenchmark.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/UriTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/UtilityTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/VarintTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/base64_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/common/TestMain.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/function_benchmark/benchmark_impl.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/function_benchmark/benchmark_impl.h [new file with mode: 0644]
third-party/folly/src/folly/test/function_benchmark/main.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/function_benchmark/test_functions.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/function_benchmark/test_functions.h [new file with mode: 0644]
third-party/folly/src/folly/test/json_patch_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/json_pointer_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/small_vector_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/sorted_vector_test.cpp [new file with mode: 0644]
third-party/folly/src/folly/test/stl_tests/StlVectorTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/tool/BenchmarkCompare.cpp [new file with mode: 0644]
third-party/folly/src/folly/tracing/AsyncStack-inl.h [new file with mode: 0644]
third-party/folly/src/folly/tracing/AsyncStack.cpp [new file with mode: 0644]
third-party/folly/src/folly/tracing/AsyncStack.h [new file with mode: 0644]
third-party/folly/src/folly/tracing/README.md [new file with mode: 0644]
third-party/folly/src/folly/tracing/ScopedTraceSection.h [new file with mode: 0644]
third-party/folly/src/folly/tracing/StaticTracepoint-ELFx86.h [new file with mode: 0644]
third-party/folly/src/folly/tracing/StaticTracepoint.h [new file with mode: 0644]
third-party/folly/src/folly/tracing/test/AsyncStackTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/tracing/test/StaticTracepointTest.cpp [new file with mode: 0644]
third-party/folly/src/folly/tracing/test/StaticTracepointTestModule.cpp [new file with mode: 0644]
third-party/folly/src/folly/tracing/test/StaticTracepointTestModule.h [new file with mode: 0644]
third-party/folly/src/static/logo.svg [new file with mode: 0644]
third-party/mcrouter/src/.github/workflows/build.yml [new file with mode: 0644]
third-party/mcrouter/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/mcrouter/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/mcrouter/src/LICENSE [new file with mode: 0644]
third-party/mcrouter/src/README.md [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/AsyncLog.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/AsyncLog.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/AsyncWriter.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/AsyncWriter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/AsyncWriterEntry.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CallbackPool-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CallbackPool.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterClient-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterClientBase.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterClientBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterFactory-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterFactory.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterInstance-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterInstance.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterInstance.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterInstanceBase.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/CarbonRouterInstanceBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ConfigApi.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ConfigApi.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ConfigApiIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ExecutorObserver.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ExponentialSmoothData.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ExternalStatsHandler.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ExternalStatsHandler.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/FileDataProvider.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/FileDataProvider.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/FileObserver.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/FileObserver.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ForEachPossibleClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/LeaseTokenMap.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/LeaseTokenMap.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McReqUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterFiberContext.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterFiberContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterInstance.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterLogFailure.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterLogFailure.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterLogger.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterLogger.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterManager.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/McrouterManager.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Observable-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Observable.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/OptionsUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/OptionsUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/PoolFactory.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/PoolFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/PoolStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Proxy-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Proxy.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyBase-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyBase.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyConfig-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyConfig.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyConfigBuilder.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyConfigBuilder.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestination-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestination.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationBase.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationKey.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationKey.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationMap-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationMap.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyDestinationMap.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestContext.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestContextTyped-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestContextTyped.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestLogger-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestLogger.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyRequestPriority.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyStats.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ProxyStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RequestAclChecker.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RequestAclChecker.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RouterRegistry-impl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RoutingPrefix.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RoutingPrefix.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RuntimeVarsData.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/RuntimeVarsData.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Server-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/Server.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ServerOnRequest.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ServiceInfo-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ServiceInfo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/StandaloneConfig.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/StandaloneConfig.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/StandaloneUtils.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/StandaloneUtils.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/TargetHooks.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ThreadUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ThreadUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ThriftAcceptor-impl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ThriftAcceptor.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/ThriftObserver.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/TkoCounters.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/TkoLog.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/TkoLog.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/TkoTracker.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/TkoTracker.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/__init__.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/autogen.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/configure.ac [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/flavor.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/flavor.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/AuxiliaryCPUThreadPool.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/AuxiliaryCPUThreadPool.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/AuxiliaryIOThreadPool.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/AuxiliaryIOThreadPool.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/CacheClientStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Ch3HashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Clocks.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Clocks.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Compression.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Compression.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/CompressionCodecManager.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/CompressionCodecManager.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Crc32HashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/DynamicUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/DynamicUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/FailoverContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/FailoverErrorsSettings.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/FailoverErrorsSettingsBase.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/FailoverErrorsSettingsBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/HashFunctionType.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/HashSelector.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/HashUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/IOBufUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/IOBufUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/IovecCursor-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/IovecCursor.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/IovecCursor.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Lz4CompressionCodec.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Lz4CompressionCodec.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Lz4Immutable.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Lz4Immutable.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Lz4ImmutableCompressionCodec.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Lz4ImmutableCompressionCodec.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/McKey.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/McResUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/MessageQueue.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/MessageQueue.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Operation.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/PoolContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Ref.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/RendezvousHashFunc.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/RendezvousHashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/RendezvousHashHelper.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/RendezvousHashHelper.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/Reply.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/RequestLoggerContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/RouteHandleTraverser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/SelectionRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/StatsReply.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/StatsReply.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/TestMain.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedCh3HashFunc.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedCh3HashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedCh4HashFunc.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedCh4HashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedChHashFuncBase.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedChHashFuncBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedRendezvousHashFunc.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/WeightedRendezvousHashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/ZstdCompressionCodec.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/ZstdCompressionCodec.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Artillery-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Artillery.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonMessageConversionUtils-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonMessageConversionUtils.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonProtocolCommon.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonProtocolReader.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonProtocolReader.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonProtocolWriter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonQueueAppender.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CarbonQueueAppender.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CmdLineClient-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CmdLineClient.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CmdLineClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/CommonSerializationTraits.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/FailoverUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Fields.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/JsonClient-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/JsonClient.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/JsonClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Keys-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Keys.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/MessageCommon.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/NoopAdditionalLogger.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/ReplyCommon.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/RequestCommon.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/RequestReplyUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Result.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Result.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/RoutingGroups.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/SerializationTraits.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Stats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/TypeList-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/TypeList.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Util.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/Variant.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/carbon.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/carbon_result.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/connection/CarbonConnectionUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/connection/ExternalCarbonConnectionImpl-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/connection/ExternalCarbonConnectionImpl.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/connection/ExternalCarbonConnectionImpl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/connection/InternalCarbonConnectionImpl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/connection/PooledCarbonConnectionImpl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/CarbonLookasideRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/DuplicateRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/HelloGoodbye.idl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/HelloGoodbyeTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/ThreadAffinityHelloGoodbye.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/ThreadAffinityMC.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbye.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbye.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeClientTool.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeConnection.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeMessages.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeMessages.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeMessagesThrift.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeRouteHandleIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeRouterInfo.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeRouterInfo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeRouterStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeServer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeService.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/gen/HelloGoodbyeThriftTransport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/example/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/CarbonMessageConversionUtilsTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/CarbonStructuresTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/CarbonTest.idl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/CarbonThriftTest.idl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/JsonClientTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/RequestReplyUtilTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/SerializationTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/TestCastableToFollyDynamicType.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/TestUserType.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/Timestamp.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/Timestamp.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/Util-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/Util.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/Util.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/VariantTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTest.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTest.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestConnection.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestMessages.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestMessages.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestMessagesThrift.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestRouteHandleIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestRouterInfo.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestRouterInfo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestRouterStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestServer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestService.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonTestThriftTransport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTest.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTest.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestClientTool.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestConnection.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestMessages.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestMessages.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestMessagesThrift.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestRouteHandleIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestRouterInfo.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestRouterInfo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestRouterStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestServer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestService.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CarbonThriftTestThriftTransport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CompactTest.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/carbon/test/gen/CompactTestMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/ConfigPreprocessor.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/ConfigPreprocessor.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/ImportResolverIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/RendezvousHash.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/RendezvousHash.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/RouteHandleBuilder.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/RouteHandleFactory-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/RouteHandleFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/RouteHandleProviderIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/config_preprocessor_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/config_preprocessor_test_comments.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/config_preprocessor_test_errors.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/config_preprocessor_test_file.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/config/test/rendezvous_hash_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/ConnectionFifo.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/ConnectionFifo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/ConnectionFifoProtocol.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/ConnectionFifoProtocol.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/Fifo.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/Fifo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/FifoManager.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/debug/FifoManager.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/WeightedFurcHash.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/WeightedFurcHash.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/counting_sem.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/counting_sem.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/FuncGenerator.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/LogFailure.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/LogFailure.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/ObjectPool.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/ParsingUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/ParsingUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/Trie-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/Trie.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/TypeList-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/TypeList.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/globals.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/globals.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/FuncGeneratorBenchmark.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/ObjectPoolTests.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/TrieBenchmarks.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/TrieTests.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/test/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/util.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/cpp/util.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/decls.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/hash.c [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/hash.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/network.c [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/network.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/queue.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/hash_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/sem_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/test_util.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/test/test_util.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/time.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/fbi/util.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/mc/mc_fbtrace_info.c [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/mc/mc_fbtrace_info.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/mc/msg.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/mc/msg.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/mc/protocol.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AccessPoint.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AccessPoint.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsciiSerialized-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsciiSerialized.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsciiSerialized.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcClient-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcClientImpl-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcClientImpl.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcClientImpl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcServer.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcServer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcServerWorker.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcServerWorker.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncMcServerWorkerOptions.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncTlsToPlaintextSocket.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/AsyncTlsToPlaintextSocket.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CarbonMessageDispatcher.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CarbonMessageList.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CarbonRequestHandler.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CaretHeader.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CaretProtocol.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CaretProtocol.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CaretSerializedMessage-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CaretSerializedMessage.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ClientMcParser-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ClientMcParser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/Common.idl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ConnectionDownReason.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ConnectionOptions.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ConnectionTracker.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ConnectionTracker.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CpuController.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/CpuController.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/FBTrace-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/FBTrace.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/FailureDomains.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/FailureDomains.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/FizzContextProvider.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/FizzContextProvider.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McAsciiParser-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McAsciiParser.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McAsciiParser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McAsciiParser.rl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McCallbackUtils.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McClientRequestContext-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McClientRequestContext.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McClientRequestContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McFizzClient.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McFizzServer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McParser.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McParser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McSSLUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McSSLUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McSerializedRequest-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McSerializedRequest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McSerializedRequest.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerRequestContext-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerRequestContext.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerRequestContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerSession-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerSession.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerSession.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerThriftRequestContext.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/McServerThriftRequestContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/Memcache.idl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/MessageHelpers.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/MultiOpParent.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/MultiOpParent.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/Qos.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/Qos.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/RpcStatsContext.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/SecurityOptions.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/SecurityOptions.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ServerLoad.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ServerLoad.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ServerMcParser-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ServerMcParser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/SocketConnector.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/SocketConnector.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/SocketUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/SocketUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ThreadLocalSSLContextProvider.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ThreadLocalSSLContextProvider.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ThriftTransport-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ThriftTransport.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/ThriftTransport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/TlsToPlainTransport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/Transport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/TypedMsg-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/TypedMsg.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/UniqueIntrusiveList.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/WriteBuffer-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/WriteBuffer.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/WriteBuffer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/Common.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/Common.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/CommonMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/CommonMessages.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/CommonMessages.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/CommonMessagesThrift.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/Memcache.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/Memcache.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheClientTool.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheConnection.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheMessages.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheMessages.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheMessagesThrift.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouteHandleIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouterInfo-AllFastestRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouterInfo-FailoverRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouterInfo-HashRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouterInfo.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouterInfo.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRouterStats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheRoutingGroups.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheServer.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheService.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/gen/MemcacheThriftTransport.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/AccessPointTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/AsyncMcClientTestSync.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/AsyncMcServerShutdownTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/AsyncMcServerTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/CarbonMessageDispatcherTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/CarbonMockMcTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/CarbonQueueAppenderTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/CarbonTest.idl [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/ClientSocket.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/ClientSocket.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/ListenSocket.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/ListenSocket.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/McAsciiParserTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/McParserTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/McServerAsciiParserTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MemcacheConnectionTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MemcacheTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMc.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMcOnRequest.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMcServer.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMcServerDual.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMcThriftServer.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/MockMcThriftServerHandler.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/RequestExpiryTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/SessionTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/SessionTestHarness.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/SessionTestHarness.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/TestClientServerUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/TestClientServerUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/TestMcAsciiParserUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/TestMcAsciiParserUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/broken_cert.pem [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/broken_key.pem [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/ca_cert.pem [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/ca_key.pem [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/gen/CarbonTest.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/gen/CarbonTest.thrift [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/gen/CarbonTestMessages-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/gen/CarbonTestMessages.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/gen/CarbonTestMessages.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/gen/CarbonTestMessagesThrift.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/generate_keys-inl.sh [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/generate_keys.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/lib/network/test/test_cert.pem [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/network/test/test_key.pem [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/AllAsyncRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/AllFastestRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/AllInitialRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/AllMajorityRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/AllSyncRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/CollectionRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/DefaultShadowSelectorPolicy.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/L1L2CacheRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/MigrateRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/NullRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/RandomRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/routes/SelectionRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/AllSyncCollectionRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/Ch3HashTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/CompressionCodecManagerTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/CompressionTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/CompressionTestUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/CompressionTestUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/Crc32HashTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/DynamicUtilTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/HashTestUtil.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/HashTestUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/IovecCursorTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/Lz4ImmutableTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/Main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/McResUtilTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/MigrateRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/RandomRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/RendezvousHashTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/RouteHandleTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/RouteHandleTestUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/TestRouteHandle.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/WeightedCh3HashFuncTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/WeightedCh4HashFuncTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/WeightedChHashFuncBaseTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/WeightedHashBenchmark.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/lib/test/WeightedRendezvousHashTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_base.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_context.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_filesystem.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_program_options.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_regex.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_system.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_boost_thread.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_cxx_compile_stdcxx_14.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/m4/ax_python_devel.m4 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/mcrouter_config-impl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/mcrouter_config.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/mcrouter_config.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/mcrouter_options_list.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/mcrouter_sr_deps-impl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/options-template.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/options.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/options.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/route.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/route.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/AllAsyncRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/AllFastestRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/AllInitialRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/AllMajorityRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/AllSyncRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/AsynclogRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BigValueRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BigValueRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BigValueRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BigValueRouteIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BlackholeRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BlackholeRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/BlackholingPolicyVisitor.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/CarbonLookasideRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/CarbonLookasideRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ClientCompatibilityCheckerRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/CollectionRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/DefaultShadowPolicy.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/DestinationRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/DevNullRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ErrorRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ExtraRouteHandleProviderIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/FailoverPolicy.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/FailoverRateLimiter.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/FailoverRateLimiter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/FailoverRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/FailoverRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/FailoverWithExptimeRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/HashRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/HostIdRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/KeySplitRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/KeySplitRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/L1L2CacheRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/L1L2SizeSplitRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/L1L2SizeSplitRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/LatencyInjectionRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/LatencyInjectionRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/LatestRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/LoadBalancerRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/LoggingRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McBucketRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McBucketRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McExtraRouteHandleProvider-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McExtraRouteHandleProvider.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McImportResolver.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McImportResolver.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleBuilder.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider-AllFastestRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider-CarbonLookasideRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider-FailoverRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider-HashRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider-PoolRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McRouteHandleProvider.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/McrouterRouteHandle.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/MigrateRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/MissFailoverRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ModifyExptimeRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ModifyKeyRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/NullRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/OperationSelectorRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/OperationSelectorRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/OriginalClientHashRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/OutstandingLimitRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/PoolRouteUtils.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/PrefixSelectorRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ProxyRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ProxyRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RandomRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RateLimitRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RateLimiter.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RateLimiter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RendezvousRouteHelpers.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RendezvousRouteHelpers.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RootRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RouteHandleMap-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RouteHandleMap.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RoutePolicyMap-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RoutePolicyMap.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RouteSelectorMap.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RoutingGroupRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RoutingGroupRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/RoutingUtils.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShadowRoute-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShadowRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShadowRouteIf.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShadowSettings.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShadowSettings.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardHashFunc.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardHashFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSelectionRouteFactory-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSelectionRouteFactory.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSelectionRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSplitRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSplitRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSplitter.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/ShardSplitter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/SlowWarmUpRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/SlowWarmUpRouteSettings.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/SlowWarmUpRouteSettings.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/StagingRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/StagingRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/TimeProviderFunc.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/WarmUpRoute.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/WarmUpRoute.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/AllSyncCollectionRouteFactory.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/BigValueRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/BlackholeRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ClientCompatibilityCheckerRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/CollectionRouteFactoryTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ConstShardHashFuncTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/EagerShardSelectionRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/EagerShardSelectionShadowRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ErrorRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/FailoverRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/FailoverWithExptimeRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/KeySplitRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/LatencyInjectionRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/LatestRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/LoadBalancerRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/Main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/McBucketRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/MissFailoverRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/OriginalClientHashRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/OutstandingLimitRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/RateLimitRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/RouteHandleTestBase.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/RouteHandleTestUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShadowRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShadowSettingsTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShardSelectionRouteFactoryBenchmark.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShardSelectionRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShardSplitRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShardSplitRouteTestUtil.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/ShardSplitterTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/SlowWarmUpRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/StagingRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/routes/test/WarmUpRouteTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/scripts/Makefile_ubuntu-18.04 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/scripts/Makefile_ubuntu-20.04 [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/scripts/clean_ubuntu_14.04.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/common.sh [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/scripts/docker/almalinux/Dockerfile [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/scripts/docker/almalinux/scripts/build.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/docker/almalinux/scripts/build_deps.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/docker/almalinux/scripts/runtime_deps.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/docker/ubuntu/Dockerfile [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/scripts/docker/ubuntu/scripts/build.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/docker/ubuntu/scripts/deps.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/get_and_build_by_make.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/get_and_build_everything.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/install_centos_7.2.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/install_ubuntu_14.04.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/install_ubuntu_15.04.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/install_ubuntu_16.04.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/install_ubuntu_18.04.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/install_ubuntu_20.04.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/order_centos-7.2/10_folly [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_centos-7.2/11_fizz [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_centos-7.2/12_wangle [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_centos-7.2/15_fbthrift [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_centos-7.2/20_mcrouter [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/09_openssl [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/10_folly [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/11_fizz [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/12_wangle [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/13_rsocket-yarpl [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/14_fmt [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/15_fbthrift [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/16_gtest [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-14.04/20_mcrouter [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/10_folly [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/11_fizz [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/12_wangle [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/13_rsocket-yarpl [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/14_fmt [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/15_fbthrift [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/16_gtest [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-15.04/20_mcrouter [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/10_folly [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/11_fizz [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/12_wangle [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/13_rsocket-yarpl [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/14_fmt [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/15_fbthrift [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/16_gtest [new symlink]
third-party/mcrouter/src/mcrouter/scripts/order_ubuntu-16.04/20_mcrouter [new symlink]
third-party/mcrouter/src/mcrouter/scripts/recipes/fbthrift.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/fizz.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/fmtlib.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/folly.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/glog.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/gtest.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/mcrouter.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/python.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/recipes/wangle.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/scripts/run_loadtest.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/standalone_options.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/standalone_options_list.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/stat_list.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/stats.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/stats.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/MCProcess.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/McrouterTestCase.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/__init__.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/.gitignore [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/LeaseTokenMapTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/McrouterClientUsage.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/McrouterFiberContextTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/ProxyRequestContextTest.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/awriter_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/config_api_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/exponential_smooth_data_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/file_observer_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/files/already_replied.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/files/libmcrouter_invalid_pools.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/files/memcache_local_config.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/flavor_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/mc_route_handle_provider_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/observable_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/options_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/pool_factory_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/route_handle_factory_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/route_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/runtime_vars_data_test.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/cpp_unit_tests/test_foreach_client.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/invalid_config.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/mcrouter_config.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/mcrouter_test_basic_1_1_1.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/mcrouter_test_basic_2_1_1.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/mcrouter_test_basic_3_1_1.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/mcrouter_test_portoverride.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/mock_servers.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/routing_prefix_test_ascii.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/routing_prefix_test_caret.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/routing_prefix_test_custom.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/routing_prefix_test_fallback_route.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/routing_prefix_test_old_naming.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/routing_prefix_test_simple_routes.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/run_cpp_test.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/test/run_python_test.sh [new file with mode: 0755]
third-party/mcrouter/src/mcrouter/test/runtime_vars_file.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_additional_fields.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_allow_only_gets.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_ascii.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_ascii_error.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_ascii_gut.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_ascii_multiget_mock.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_async_files.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_async_files_attr.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_bad_params.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_all_first.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_all_majority.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_all_sync.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_caret.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_failover_least_failures.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_failover_override.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_l2.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_l2_ncache.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_l2_sizesplit.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_l2_sizesplit_bothset.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_l2_sizesplit_retry_invalid.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_l2_sizesplit_retry_valid.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_basic_l1_multiple_l2_sizesplit.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_bigvalue.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_bigvalue.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_carbonlookaside_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_caret.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_caret_server.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_config_params.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_config_params.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_const_shard_hash.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_const_shard_hash.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_custom_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_custom_failover.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_custom_failover_override.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_debug_fifos.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover2.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover3.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover4.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover5.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_deterministic_failover_big_retries.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_dev_null.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_dump_config.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_dump_config_invalid.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_duplicate_servers.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_duplicate_servers_difftimeouts.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_empty_pool.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_empty_pool.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_failover_limit.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_failover_limit_error.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_flush_all.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_get_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_get_failover_with_failover_tag.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_largeobj.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_largeobj.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_latency_injection_after.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_latency_injection_before.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_latency_injection_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_latency_injection_total.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_lease_pairing.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_lease_pairing_basic.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_lease_pairing_disabled.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_lease_pairing_nested.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_linenumbers.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_loadbalancer_route.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_loadbalancer_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_loadbalancer_route_thrift.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_logging_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_logging_route_mc.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_logging_route_server.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_logical_routing_policies.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_logical_routing_policies.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_max_shadow_requests.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_max_shadow_requests.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcpiper.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_basic.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_errors.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_processing_time.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_processing_time.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_sanity_mock.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_serialized.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_states.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_to_mcrouter_tko.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_mcrouter_to_mcrouter_tko.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_memcache_router.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_migrated_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_migrated_failover.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_migrated_pools.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_migrated_pools_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_miss_on_error_arith_ops.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_miss_on_error_arith_ops.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_modify_exptime.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_modify_exptime.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_modify_key.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_modify_key.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_named_handles.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_named_handles_list.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_named_handles_obj.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_noreply.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_noreply.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_nullroute.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_operation_selector_route.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_operation_selector_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_pool_server_errors.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_poolstats.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_poolstats.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_poolstats_config.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_probe_timeout.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_probe_timeout.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_probe_timeout_reconfig.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_regional_replicated_pools.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_rendezvous_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_rendezvous_failover.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_routing_group_route.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_routing_group_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_routing_group_route_incomplete.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_routing_prefixes.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_same_pool_failover.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_send_to_all_hosts.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_send_to_all_hosts.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_server_stats_pending.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_service_info.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_service_info.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow_route.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow_route.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow_with_file.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow_with_file.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shadow_with_file_config.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shard_splits.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_shard_splits.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_slow_warmup.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_slow_warmup.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_stats.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_thrift.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_thrift_gut.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_tko_inactive.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_tko_reconfigure.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_tko_reconfigure1.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_tko_reconfigure2.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_unknown_name_handle.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_validate_config.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_warmup.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_warmup.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_warmup2.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_warmup2.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_wch3.json [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/test/test_wch3.py [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/AnsiColorCodeStream-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/AnsiColorCodeStream.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/AnsiColorCodeStream.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/ClientServerMcParser-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/ClientServerMcParser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/Color.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/Config.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/Config.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/FifoReader.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/FifoReader.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/Makefile.am [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/McPiper.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/McPiper.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/McPiperVisitor.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/MessagePrinter-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/MessagePrinter.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/MessagePrinter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/PrettyFormat.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/SnifferParser-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/SnifferParser.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/StyleAwareStream-inl.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/StyleAwareStream.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/StyledString.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/StyledString.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/Util.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/Util.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/ValueFormatter.h [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/main.cpp [new file with mode: 0644]
third-party/mcrouter/src/mcrouter/tools/mcpiper/test/McPiperVisitorTest.cpp [new file with mode: 0644]
third-party/proxygen/src/.github/workflows/getdeps_linux.yml [new file with mode: 0644]
third-party/proxygen/src/.github/workflows/getdeps_mac.yml [new file with mode: 0644]
third-party/proxygen/src/.gitignore [new file with mode: 0644]
third-party/proxygen/src/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/proxygen/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/proxygen/src/CoreProxygenArchitecture.png [new file with mode: 0644]
third-party/proxygen/src/Doxyfile [new file with mode: 0644]
third-party/proxygen/src/LICENSE [new file with mode: 0644]
third-party/proxygen/src/README.md [new file with mode: 0644]
third-party/proxygen/src/build/README.md [new file with mode: 0644]
third-party/proxygen/src/cmake/FindGMock.cmake [new file with mode: 0644]
third-party/proxygen/src/cmake/FindZstd.cmake [new file with mode: 0644]
third-party/proxygen/src/cmake/ProxygenTest.cmake [new file with mode: 0644]
third-party/proxygen/src/cmake/proxygen-config.cmake.in [new file with mode: 0644]
third-party/proxygen/src/cmake_uninstall.cmake.in [new file with mode: 0644]
third-party/proxygen/src/getdeps.sh [new file with mode: 0755]
third-party/proxygen/src/proxygen/.clang-format [new file with mode: 0644]
third-party/proxygen/src/proxygen/.clang-tidy [new file with mode: 0644]
third-party/proxygen/src/proxygen/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/VERSION [new file with mode: 0644]
third-party/proxygen/src/proxygen/build.sh [new file with mode: 0755]
third-party/proxygen/src/proxygen/external/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/external/http_parser/CONTRIBUTIONS [new file with mode: 0644]
third-party/proxygen/src/proxygen/external/http_parser/LICENSE-MIT [new file with mode: 0644]
third-party/proxygen/src/proxygen/external/http_parser/README.md [new file with mode: 0644]
third-party/proxygen/src/proxygen/external/http_parser/http_parser.c [new symlink]
third-party/proxygen/src/proxygen/external/http_parser/http_parser.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/external/http_parser/http_parser_cpp.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/external/http_parser/test.c [new file with mode: 0644]
third-party/proxygen/src/proxygen/fuzzers/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/fuzzers/ProxygenHTTP1xFuzzer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/H3Datagram/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/H3Datagram/H3DatagramClient.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/curl/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/curl/CurlClient.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/curl/CurlClient.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/curl/CurlClientMain.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/pricli/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpclient/samples/pricli/PriCli.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/ExMessageHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/Filters.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/HTTPServer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/HTTPServer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/HTTPServerAcceptor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/HTTPServerAcceptor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/HTTPServerOptions.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/HTTPTransactionHandlerAdaptor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/Mocks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/PushHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/RequestHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/RequestHandlerAdaptor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/RequestHandlerAdaptor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/RequestHandlerFactory.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/ResponseBuilder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/ResponseHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/ScopedHTTPServer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/SignalHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/SignalHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/filters/CompressionFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/filters/DirectResponseHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/filters/RejectConnectFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/filters/tests/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/filters/tests/CompressionFilterTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/echo/EchoHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/echo/EchoHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/echo/EchoServer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/echo/EchoStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/echo/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/echo/test/EchoHandlerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/ConnIdLogger.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/FizzContext.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/FizzContext.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/H2Server.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/H2Server.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQClient.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQClient.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQCommandLine.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQCommandLine.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQLoggerHelper.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQLoggerHelper.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQParams.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQParams.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQServer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQServer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQServerModule.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/HQServerModule.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/InsecureVerifierDangerousDoNotUseInProduction.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/SampleHandlers.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/SampleHandlers.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/main.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/hq/pusheen.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/proxy/ProxyHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/proxy/ProxyHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/proxy/ProxyServer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/proxy/ProxyStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/proxy/SessionWrapper.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/push/PushRequestHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/push/PushRequestHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/push/PushServer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/push/PushStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/push/pusheen.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/static/StaticHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/static/StaticHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/samples/static/StaticServer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/HTTPServerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/RequestHandlerAdaptorTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/ca_cert.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/ca_key.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/client_ca_cert.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/client_cert.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/client_key.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_cert1.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_cert2.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_cert3.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_cert4.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_cert5.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_ecdsa_cert1.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_ecdsa_cert2.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_ecdsa_cert3.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_ecdsa_key1.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_ecdsa_key2.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_ecdsa_key3.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_key1.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_key2.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_key3.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_key4.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/httpserver/tests/certs/test_key5.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/install.sh [new file with mode: 0755]
third-party/proxygen/src/proxygen/lib/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/healthcheck/PoolHealthChecker.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/healthcheck/ServerHealthCheckerCallback.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/healthcheck/ServerHealthCheckerCallback.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HQConnector.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HQConnector.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTP3ErrorCode.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTP3ErrorCode.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPCommonHeaders.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPConnector.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPConnector.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPConnectorWithFizz.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPConnectorWithFizz.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPConstants.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPConstants.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPException.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPException.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPHeaderSize.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPHeaders.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPHeaders.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPMessage.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPMessage.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPMessageFilters.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPMessageFilters.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPMethod.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPMethod.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPPriorityFunctions.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HTTPPriorityFunctions.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HeaderConstants.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/HeaderConstants.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/ProxyStatus.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/ProxyStatus.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/ProxygenErrorEnum.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/ProxygenErrorEnum.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/RFC2616.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/RFC2616.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/StatusTypeEnum.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/StatusTypeEnum.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/SynchronizedLruQuicPskCache.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/SynchronizedLruQuicPskCache.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/Window.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/Window.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/CodecDictionaries.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/CodecProtocol.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/CodecProtocol.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/CodecUtil.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/CodecUtil.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/ControlMessageRateLimitFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/DebugFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/DefaultHTTPCodecFactory.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/DefaultHTTPCodecFactory.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/ErrorCode.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/ErrorCode.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/FlowControlFilter.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/FlowControlFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQControlCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQControlCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQFramedCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQFramedCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQFramer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQFramer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQMultiCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQStreamCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQStreamCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQUnidirectionalCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQUnidirectionalCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQUtils.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HQUtils.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP1xCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP1xCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Codec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Codec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Constants.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Constants.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Framer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTP2Framer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPBinaryCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPBinaryCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPChecks.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPChecks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFactory.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFactory.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecPrinter.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPCodecPrinter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPParallelCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPParallelCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPRequestVerifier.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPSettings.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HTTPSettings.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HeaderDecodeInfo.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/HeaderDecodeInfo.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/QPACKDecoderCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/QPACKEncoderCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/SettingsId.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/TransportDirection.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/TransportDirection.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/CompressionInfo.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKConstants.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKContext.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKContext.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecodeBuffer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoderBase.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKDecoderBase.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKEncodeBuffer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKEncoder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKEncoder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKEncoderBase.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKEncoderBase.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKHeader.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKHeader.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKHeaderName.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HPACKStreamingCallback.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/Header.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderIndexingStrategy.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderPiece.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderTable.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/HeaderTable.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/Huffman.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/Huffman.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/Logging.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/Logging.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/NoPathIndexingStrategy.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKCodec.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKContext.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKContext.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKDecoder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKDecoder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKEncoder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKEncoder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKHeaderTable.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKHeaderTable.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/QPACKStaticHeaderTable.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/StaticHeaderTable.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/StaticHeaderTable.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/interop/QPACKInterop.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/CompressionScheme.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/CompressionSimulator.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/CompressionTypes.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/CompressionUtils.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/HPACKQueue.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/HPACKQueueTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/HPACKScheme.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/Main.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/QMINScheme.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/QPACKScheme.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/experimental/simulator/SimStreamingCallback.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HPACKBenchmark.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HPACKBufferTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HPACKContextTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HPACKHeaderTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HTTPArchive.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HTTPArchive.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HeaderPieceTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HeaderTableTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/HuffmanTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/LoggingTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/QPACKCodecTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/QPACKContextTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/QPACKHeaderTableTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/RFCExamplesTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/TestStreamingCallback.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/TestUtil.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/compress/test/TestUtil.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/CodecUtilTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/DefaultHTTPCodecFactoryTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/FilterTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HQCodecTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HQFramerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HQFramerTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HQMultiCodecTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HTTP1xCodecTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HTTP2CodecTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HTTP2FramerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HTTP2FramerTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HTTPBinaryCodecTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/HTTPParallelCodecTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/MockHTTPCodec.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/TestUtils.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/codec/test/TestUtils.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/Endpoint.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/ServerIdleSessionController.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/ServerIdleSessionController.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/SessionHolder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/SessionHolder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/SessionPool.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/SessionPool.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/ThreadIdleSessionController.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/ThreadIdleSessionController.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/test/SessionPoolTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/connpool/test/SessionPoolTestFixture.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/experimental/RFC1867.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/experimental/RFC1867.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/experimental/test/RFC1867Test.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/gen_HTTPCommonHeaders.sh [new file with mode: 0755]
third-party/proxygen/src/proxygen/lib/http/session/AckLatencyEvent.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/ByteEventTracker.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/ByteEventTracker.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/ByteEvents.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/ByteEvents.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/CodecErrorResponseHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/CodecErrorResponseHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQByteEventTracker.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQByteEventTracker.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQDownstreamSession.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQDownstreamSession.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQSession.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQSession.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQStreamBase.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQStreamBase.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQUnidirectionalCallbacks.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQUnidirectionalCallbacks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQUpstreamSession.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HQUpstreamSession.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTP2PriorityQueue.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTP2PriorityQueue.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPDefaultSessionCodecFactory.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPDirectResponseHandler.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPDirectResponseHandler.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPDownstreamSession.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPDownstreamSession.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPErrorPage.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPErrorPage.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPEvent.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPEvent.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSession.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSession.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionAcceptor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionAcceptor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionActivityTracker.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionActivityTracker.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionBase.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionBase.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionController.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPSessionStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPTransaction.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPTransactionEgressSM.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPTransactionEgressSM.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPTransactionIngressSM.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPTransactionIngressSM.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPUpstreamSession.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/HTTPUpstreamSession.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/SecondaryAuthManager.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/SecondaryAuthManager.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/SecondaryAuthManagerBase.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/ServerPushLifecycle.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/SimpleController.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/SimpleController.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/TTLBAStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/TransactionByteEvents.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/ByteEventTrackerMocks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/ByteEventTrackerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/DownstreamTransactionTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQByteEventTrackerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQDownstreamSessionTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQDownstreamSessionTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQSessionMocks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQSessionMocksTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQSessionTestCommon.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQSessionTestCommon.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQStreamBaseTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQUnidirectionalCallbacksTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQUpstreamSessionTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HQUpstreamSessionTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTP2PriorityQueueBench.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTP2PriorityQueueTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPDefaultSessionCodecFactoryTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPDownstreamSessionTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPSessionAcceptorTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPSessionActivityTrackerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPSessionMocks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPSessionTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPTransactionMocks.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPTransactionSMTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/HTTPUpstreamSessionTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/MockByteEventTracker.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/MockCodecDownstreamTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/MockHTTPSessionStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/MockQuicSocketDriver.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/MockSecondaryAuthManager.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/SecondaryAuthManagerTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/TestUtils.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/TestUtils.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/test_cert1.key [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/session/test/test_cert1.pem [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/sink/HTTPSink.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/sink/HTTPTransactionSink.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/sink/HTTPTransactionSink.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/sink/NullHTTPSink.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/ConnectionStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/ConnectionStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/HTTPCodecStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/HTTPCodecStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/HTTPCodecStatsFilter.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/HTTPCodecStatsFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/HeaderCodecStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/HeaderCodecStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/ResponseCodeStatsMinute.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/ResponseCodeStatsMinute.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/SPDYStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/SPDYStatsFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/TLResponseCodeStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/TLResponseCodeStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersBuffer.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersDecoder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersEncoder.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersUtilities.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/test/StructuredHeadersBufferTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/test/StructuredHeadersDecoderTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/test/StructuredHeadersEncoderTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/test/StructuredHeadersStandardTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/structuredheaders/test/StructuredHeadersUtilitiesTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/HTTPCommonHeadersTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/HTTPConnectorWithFizzTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/HTTPHeadersBenchmark.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/HTTPMessageFilterTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/HTTPMessageTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/HTTPPriorityFunctionsTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/MockHTTPHeaders.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/MockHTTPMessageFilter.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/ProxyStatusTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/RFC2616Test.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/http/test/WindowTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/pools/generators/FileServerListGenerator.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/pools/generators/FileServerListGenerator.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/pools/generators/MemberGroupConfig.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/pools/generators/ServerListGenerator.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/pools/generators/ServerListGenerator.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/MultiSampled.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/Sampled.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/Sampling.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/Sampling.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/SamplingFunctions.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/sampling/test/SamplingTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/AcceptorConfiguration.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/HTTPAcceptor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/RequestWorkerThread.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/RequestWorkerThread.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/Service.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/Service.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/ServiceConfiguration.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/ServiceWorker.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/WorkerThread.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/WorkerThread.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/test/AcceptorTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/services/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/ssl/ProxygenSSL.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/ssl/ThreadLocalSSLContext.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/ssl/ThreadLocalSSLStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/ssl/ThreadLocalSSLStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/BaseStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/PeriodicStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/PeriodicStatsDataBase.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/ResourceData.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/ResourceStats.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/ResourceStats.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/test/MockResources.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/test/PeriodicStatsTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/test/PeriodicStatsTestHelper.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/stats/test/ResourceStatsTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/test/TestAsyncTransport.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/test/TestAsyncTransport.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/test/TestMain.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/H3DatagramAsyncSocket.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/H3DatagramAsyncSocket.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/PersistentFizzPskCache.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/PersistentFizzPskCache.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/PersistentQuicPskCache.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/PersistentQuicPskCache.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/PersistentQuicTokenCache.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/PersistentQuicTokenCache.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/test/H3DatagramAsyncSocketTest.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/test/PersistentFizzPskCacheTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/transport/test/PersistentQuicPskCacheTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/AcceptorAddress.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Base64.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Base64.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/CobHelper.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ConditionalGate.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ConsistentHash.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/CryptUtil.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/CryptUtil.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Exception.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Exception.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Export.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/FilterChain.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/HTTPTime.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/HTTPTime.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Logging.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Logging.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/NullTraceEventObserver.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ParseURL.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ParseURL.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/PerfectIndexMap.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/RendezvousHash.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/RendezvousHash.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/StateMachine.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/StreamCompressor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/StreamDecompressor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/TestUtils.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Time.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/Time.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/TraceEvent.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/TraceEvent.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/TraceEventContext.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/TraceEventContext.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/TraceEventObserver.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/URL.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/UnionBasedStatic.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/UtilInl.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/WeakRefCountedPtr.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/WheelTimerInstance.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/WheelTimerInstance.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZlibStreamCompressor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZlibStreamCompressor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZlibStreamDecompressor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZlibStreamDecompressor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZstdStreamCompressor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZstdStreamCompressor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZstdStreamDecompressor.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/ZstdStreamDecompressor.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/gen_perfect_hash_table.sh [new file with mode: 0755]
third-party/proxygen/src/proxygen/lib/utils/gen_trace_event_constants.py [new file with mode: 0755]
third-party/proxygen/src/proxygen/lib/utils/perfect_hash_table_template.cpp.gperf [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/perfect_hash_table_template.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/samples/TraceEventType.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/samples/TraceFieldType.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/AsyncTimeoutSetTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/Base64Test.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/CMakeLists.txt [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/ConditionalGateTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/CryptUtilTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/GenericFilterTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/HTTPTimeTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/LoggingTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/MockTime.h [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/ParseURLTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/PerfectIndexMapBenchmark.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/PerfectIndexMapTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/RendezvousHashTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/TimeTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/TraceEventTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/URLTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/UtilTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/WeakRefCountedPtrTest.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/ZlibTests.cpp [new file with mode: 0644]
third-party/proxygen/src/proxygen/lib/utils/test/ZstdTests.cpp [new file with mode: 0644]
third-party/squangle/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/squangle/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/squangle/src/LICENSE [new file with mode: 0644]
third-party/squangle/src/README.md [new file with mode: 0644]
third-party/squangle/src/squangle/base/Base.h [new file with mode: 0644]
third-party/squangle/src/squangle/base/ConnectionKey.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/base/ConnectionKey.h [new file with mode: 0644]
third-party/squangle/src/squangle/base/ExceptionUtil.h [new file with mode: 0644]
third-party/squangle/src/squangle/logger/DBEventCounter.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/logger/DBEventCounter.h [new file with mode: 0644]
third-party/squangle/src/squangle/logger/DBEventLogger.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/logger/DBEventLogger.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/AsyncConnectionPool.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/AsyncConnectionPool.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/AsyncHelpers.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/AsyncHelpers.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/AsyncMysqlClient.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/ClientPool.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Compression.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Compression.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Connection.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Connection.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/DbResult.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/DbResult.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/FutureAdapter.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/FutureAdapter.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/MysqlClientBase.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/MysqlClientBase.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/MysqlConnectionHolder.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/MysqlConnectionHolder.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/MysqlHandler.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Operation.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Operation.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/OperationBatch.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/OperationBatch.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Query.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Query.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/QueryBenchmark.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/README.md [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Row.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/Row.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/SSLOptionsProviderBase.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/SSLOptionsProviderBase.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/SyncMysqlClient.cpp [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/SyncMysqlClient.h [new file with mode: 0644]
third-party/squangle/src/squangle/mysql_client/TODO [new file with mode: 0644]
third-party/thrift/src/.github/workflows/getdeps_linux.yml [new file with mode: 0644]
third-party/thrift/src/.github/workflows/getdeps_mac.yml [new file with mode: 0644]
third-party/thrift/src/.github/workflows/getdeps_windows.yml [new file with mode: 0644]
third-party/thrift/src/.gitignore [new file with mode: 0644]
third-party/thrift/src/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/thrift/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/thrift/src/LICENSE [new file with mode: 0644]
third-party/thrift/src/README.md [new file with mode: 0644]
third-party/thrift/src/ThriftLibrary.cmake [new file with mode: 0644]
third-party/thrift/src/build/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/.clang-format [new file with mode: 0644]
third-party/thrift/src/thrift/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/api.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/cpp.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/hack.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/internal.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/java.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/meta.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/python.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/scope.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/test/build.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/annotation/thrift.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/cmake/FBThriftConfig.cmake.in [new file with mode: 0644]
third-party/thrift/src/thrift/cmake/FindCython.cmake [new file with mode: 0644]
third-party/thrift/src/thrift/cmake/FindGMock.cmake [new file with mode: 0644]
third-party/thrift/src/thrift/cmake/FindOpenSSL.cmake [new file with mode: 0644]
third-party/thrift/src/thrift/cmake/FindZstd.cmake [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/.clang-tidy [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/alias_span.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/alias_span_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/ast_visitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/ast_visitor_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/detail/ast_visitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/detail/view.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/diagnostic_context.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/name_index.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/name_index_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/node_list.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_base_type.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_base_type.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_const.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_const.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_const_value.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_container.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_enum.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_enum.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_enum_value.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_exception.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_function.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_function.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_include.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_interaction.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_interface.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_interface.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_list.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_map.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_named.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_named.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_node.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_node.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_package.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_package.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_paramlist.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_paramlist.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_program.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_program.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_program_bundle.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_program_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_result_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_scope.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_scope.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_set.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_sink.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_stream.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_structured.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_structured.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_throws.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_type.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_type.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_type_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_typedef.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_typedef.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/t_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/visitor.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/ast/visitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/cppref_to_structured.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/cppref_to_structured_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/file_manager.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/file_manager.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/remove_cpp_noexcept_move.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/remove_cpp_noexcept_move_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/codemod/test_utils.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/compiler.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/compiler.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/compiler.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/compiler.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/LICENSE [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/benchmark/mstch_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/example/main.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/mstch.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/mstch.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/render_context.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/render_context.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/state/in_section.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/state/in_section.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/state/outside_section.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/state/outside_section.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/state/render_state.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/template_type.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/template_type.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/comments_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/delimiters_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/interpolation_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/inverted_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/lambdas_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/partials_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/test/sections_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/token.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/token.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/utils.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/utils.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/visitor/get_token.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/visitor/has_token.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/visitor/is_node_empty.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/visitor/render_node.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/mustache/visitor/render_section.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/system.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/detail/system.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/diagnostic.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/diagnostic.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/detail/gen.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/detail/gen.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/namespace_resolver.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/namespace_resolver.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/namespace_resolver_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/reference_type.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/reference_type.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/reference_type_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/type_resolver.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/type_resolver.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/cpp/type_resolver_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/gen/testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/build_templates.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/common.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/common.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/json.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/json.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/mstch_objects.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/mstch_objects.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_android_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_cocoa_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_concat_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_concat_generator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_generator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_go_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_hack_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_java_deprecated_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_java_deprecated_generator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_js_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_json_experimental_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_json_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_cpp2_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_generator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_html_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_java_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_py3_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_pyi_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_python_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_mstch_rust_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/t_py_generator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/Autogen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/ServiceAsyncClient.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/ServiceAsyncClient.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/colon_newline.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/comma_newline.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/comma_space.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/const_type_recursive.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/const_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/cxx_value_prefix.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/cxx_value_suffix.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/field_suffix.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/field_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/frozen2_union_field_suffix.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/iterate_const_values.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/iterate_const_values_non_referenceable.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/namespace_cpp2.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/namespace_cpp2_begin.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/namespace_cpp2_end.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/service_namespace_cpp2.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/service_namespace_cpp2_begin.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/service_namespace_cpp2_end.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/type_class.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/common/type_namespace_cpp2.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/fatal/fatal_using_string_declaration.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/field/default.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/field/intrinsic_default.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/field/member.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/field/neq.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/field/neq_less.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/const_struct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/const_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/field_gen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/func_field_gen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/func_field_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/type_gen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/metadata/unstructured_field_gen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_clients.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_clients.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_clients_out_of_line.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_constants.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_constants.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_data.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_data.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_all.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_constant.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_enum.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_service.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_struct.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_types.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_fatal_union.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_for_each_field.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_handlers-inl.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_handlers.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_handlers.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_handlers_out_of_line.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_layouts.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_layouts.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_layouts_cpp/frozen_freeze_union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_layouts_cpp/frozen_layout_union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_layouts_cpp/frozen_thaw_union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_layouts_h/frozen_view_union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_metadata.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_metadata.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_sinit.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types.tcc.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/assign_overload.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/clear_fields.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/clear_terse_fields.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/copy_ctor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/declare_enums.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/declare_members.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/declare_union_types.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/eq_overload.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/field_value_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/fragile_ctor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/frozen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/getters_setters.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/lazy_deserialization.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/move_ctor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/struct_operator_less.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/swap.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/tcc_struct_traits.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/union_declare_members.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/union_eq_overload.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/union_operator_less.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/union_setters.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_cpp/union_swap.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_custom_protocol.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/alloc_extended_ctors.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/base_ctor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/base_ctor_no_alloc_init_list.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/base_ctor_with_alloc_init_list.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/declare_enums.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/declare_members.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/declare_union_types.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/enum_bitwise_ops.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/field_interceptor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/field_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/forward_declare.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/fragile_ctor_param_list.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/frozen.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/getters_setters.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/hash_and_equal_to.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/lazy_deserialization.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/reflection.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/smart_ptr_constructor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_assign_overload.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_copy_ctor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_enum.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_field_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_getters.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_moves.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_mutables.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_setters.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_h/union_storage.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/container_struct_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/deprecated_terse_has_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/deserialize_field.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/deserialize_struct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/deserialize_union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/field_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/if_should_write.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/if_should_write_end.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/optional_has_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/pm.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/pm_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/serialize_field.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/serialize_field_size.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/serialize_field_size_zc.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/serialize_struct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/serialize_union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/struct_field_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/struct_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/tcc_struct_traits.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/terse_has_no_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/terse_has_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/union_setters.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_types_tcc/variable_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_visit_by_thrift_field_metadata.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_visit_union.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/module_visitation.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service.tcc.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/coroutine_functions.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/function_implementation.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/future_functions.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/received.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/received_instance.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/received_wrapped.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/sync_functions.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_async_client_cpp/templated_received.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/client_class_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/function_param_list_client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/function_param_list_server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/function_param_list_server_commented_out.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/param_list.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/param_list_move.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/service_class_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/sync_function_return_param_server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/sync_function_return_type_server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_common/typedefs.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/async_client_cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/handlers_cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/interaction_constructor_map.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/processmap.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/service_inl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/service_interface_impl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_cpp/service_null_impl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/async_client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/async_client_functions.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/async_processor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/async_processor_per_function.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/handlers_h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/interaction_async_client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/interaction_service_interface.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/service_info_holder.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/service_interface.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/service_interface_functions.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_h/service_null.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_processmap_protocol.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/field_data_params.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/field_data_return.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/field_data_sink_final_throws.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/field_data_sink_throws.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/field_data_stream_throws.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/field_data_throws.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/get_args_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/process_and_return.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/typedef_params.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/service_tcc/typedef_result.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/adapter_post.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/adapter_pre.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/apply_indirection_post.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/apply_indirection_pre.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/callback_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/function_kind.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/indirected_string_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/param_type_client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/param_type_server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/return_type_client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/return_type_client_lift_unit.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/return_type_client_no_handle.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/return_type_server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types/return_type_server_lift_unit.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/types_custom_protocol.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/validate.rb [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/cpp2/validate.sh [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/generate/templates/html/index.html.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/AsyncReactiveWrapper.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/AutoGenerated.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/BlockingReactiveWrapper.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/BoxedType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ConstantStruct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ConstantUnion.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Constants.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Default.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/DefaultValue.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/DefaultValueContainer.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Enum.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Exception.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ExceptionMessage.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/FieldType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/GetterName.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Object.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReactiveAsyncWrapper.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReactiveBlockingWrapper.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReactiveClient.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReadType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReadTypeContainer.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReadTypeContainerNestedKey.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ReadTypeContainerNestedValue.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Requiredness.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/RpcServerHandler.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Service.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/SetterName.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/SinkResponseGeneric.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/SinkReturnType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/SinkWrapperReturnType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/StreamResponseGeneric.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/StreamReturnType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Struct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/TType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/ThriftFieldAnnotation.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/TypeCap.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/TypeList.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/TypeReader.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/Union.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/WriteRequestType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/WriteResponseType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/WriteSinkPayloadType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/WriteType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/common/ObjectCustomAnnotation.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/deprecated/ServiceAsyncClient.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/deprecated/ServiceClient.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/FieldGetter.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/FieldIsSet.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/FieldNullability.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/FieldSetter.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/IntrinsicDefault.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/StructBuilder.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/StructEquals.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/StructHashCode.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/StructRead.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/StructToString.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/StructWrite.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/struct/ThriftConstructor.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/union/UnionBuilder.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/union/UnionRead.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/union/UnionSetter.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/java/union/UnionWrite.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/json/Types.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/json/const_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/json/enums.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/json/services.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/json/structs.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/json/thrift_ast.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/README [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/builders.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/builders.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/builders.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/callback.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/callback_body.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/clients_wrapper.cpp_func_body.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/cpp_return_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/cython_cpp_value_to_return_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/cython_python_to_cpp_arg.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/cython_return_type_cpp_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients/stream_response_class_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients_wrapper.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients_wrapper.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/clients_wrapper.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/common/annotation.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/common/auto_generated_c.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/common/auto_generated_py.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/metadata.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/metadata.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/metadata.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/metadata.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/metadata.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/callback.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cpp_field_capture.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cpp_handler_callback_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cpp_pass_field.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cpp_return_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cython_cpp_to_python.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cython_field_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cython_return_type_cpp_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/cython_return_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/promise.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/promise_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/return_type_pep484_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services/stream_response_class_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services_reflection.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services_reflection.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services_wrapper.cpp.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services_wrapper.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/services_wrapper.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/stream/cython_cpp_value_to_python_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/stream/response_class_name_suffix.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/stream/stream_promises.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types.h.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/constant_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/container_cython_cpp_to_python_item.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/container_cython_cpp_to_python_key.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cpp_arg_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cpp_stack_arg_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cpp_value_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/current_module_types.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/custom_template.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/custom_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_cast_or_create_python_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_cpp_basic_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_cpp_struct_field_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_cpp_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_cpp_type_ident.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_cpp_value_to_python.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_field_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_field_value_for_assignment.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_field_value_ref.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_python_to_cpp_item.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_python_to_cpp_key.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_python_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_struct_getter.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_union_assign_field.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/cython_union_getter.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/enum.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/enum_defs.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/field_cppname.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/pep484_containers.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/pep484_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/python_is_instance_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/python_struct_class.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/python_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/thrift_number_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/type_default_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types/union_type_enum.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types_fields.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types_fields.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types_reflection.pxd.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/py3/types_reflection.pyx.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/common/AutoGeneratedPy.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/common/Constant.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/common/FieldType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/common/ModulePath.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/common/OptionalFieldType.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/constants.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/service.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/pyi/ttypes.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/clients/client_body.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/clients/stream_response_class_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/common/auto_generated_py.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/fields/adapted_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/fields/adapter_class.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/metadata/const_struct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/metadata/const_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/metadata/recursive_call.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/metadata/thrift_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/services/client_module_path.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/structs/unadapted_name.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_clients.py.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_metadata.py.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_services.py.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_types.py.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_types.pyi.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/constant_value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/field_value_pep484_union_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/function_args_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/function_return_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/pep484_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/python_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/service_arg_type_list.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/service_arg_types.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/typedef_const_pep484_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/python/types/typeinfo.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib.rs.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/arg.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/arg_inner.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/arg_life.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/block.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/client_return_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/const.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/enum.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/errors.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/fieldtype.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/fieldvalue.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/function_stream_elem_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/function_stream_first_response_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.client.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.consts.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.dependencies.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.errors.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.impl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.mock.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/mod.services.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/rawtype.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/read.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/server.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/server_ok_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/server_return_type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/service.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/struct.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/structimpl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/super.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/ttype.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/type.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/typedef.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/typedefimpl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/unionimpl.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/value.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/lib/write.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/generate/templates/rust/types.rs.mustache [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/cpp2/test/util_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/cpp2/util.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/cpp2/util.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/java/test/util_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/java/util.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/java/util.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/py3/test/util_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/py3/util.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/schematizer.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/schematizer.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/schematizer_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/lib/uri.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/main.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/mutator/mutator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/mutator/mutator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/lexer.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/lexer.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/parser.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/parser.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/parsing_driver.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/parsing_driver.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/token.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/parse/token.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/ast_mutator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/ast_mutator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/ast_validator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/ast_validator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/const_checker.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/const_checker.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/const_checker_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/patch_mutator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/patch_mutator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/patch_mutator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/scope_validator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/scope_validator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/scope_validator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_mutator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_mutator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_mutator_stage.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_mutator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_validator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_validator.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/sema/standard_validator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/source_location.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/source_location.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/ast_testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/build_fixtures.py [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/compiler_failure_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/compiler_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/diagnostic_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/file_manager_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Attributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/FieldWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Name.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/SkipCodegen.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/StructAsTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/StructTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/UnionEnumAttributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/Wrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/A.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/B.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/Bar.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/Baz.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/Config.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/DirectlyAdapted.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/StructWithFieldAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/test/fixtures/adapter/TerseAdaptedFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/ServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/ServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/Service_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/module/service.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/cpp/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/cpp/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/hack/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/hack/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/python/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/python/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/Service.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/cpp_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/hack_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/module_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/python_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/A.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/B.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/Bar.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/Baz.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/Config.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/DirectlyAdapted.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/ServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/StructWithFieldAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/TerseAdaptedFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-java/test/fixtures/adapter/__fbthrift_TypeList_635eac44.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Attributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/FieldWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Name.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/SkipCodegen.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/StructAsTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/StructTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/UnionEnumAttributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Wrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation/python_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/A.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/B.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/Bar.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/Baz.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/Config.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/DirectlyAdapted.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/StructWithFieldAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-javadeprecated/test/fixtures/adapter/TerseAdaptedFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-json/cpp.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-json/hack.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-json/python.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/Service-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/Service-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/Service.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/Service.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/module/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/cpp/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/cpp/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/cpp/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/cpp/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/cpp/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/cpp/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/hack/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/hack/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/hack/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/hack/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/hack/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/hack/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/python/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/python/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/python/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/python/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/python/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/python/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/thrift/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/cpp/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/cpp/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/cpp/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/hack/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/hack/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/hack/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/python/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/python/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/python/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/adapter/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_sinit.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/any/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/array_shape_arraykey/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/array_shape_arraykey/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/array_shape_arraykey/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/BadService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyServicePrioChild.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyServicePrioParent.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyStructNestedAnnotation.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/SecretStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/BadService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChildAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChildAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioChild_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParentAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParentAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyServicePrioParent_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/badservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/myservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/myservicepriochild.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/myserviceprioparent.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/thrift/annotation/cpp/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/thrift/annotation/cpp/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/BadService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/MyServicePrioChild.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/MyServicePrioParent.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/cpp_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/module_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/BadServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChild.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioChildRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParent.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServicePrioParentRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyStructNestedAnnotation.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/SecretStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-java/test/fixtures/basicannotations/__fbthrift_TypeList_e331cd8a.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/BadService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyServicePrioChild.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyServicePrioParent.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyStructNestedAnnotation.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-javadeprecated/test/fixtures/basicannotations/SecretStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-json/cpp.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/BadService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/BadService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/BadService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyServicePrioChild-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyServicePrioChild-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyServicePrioChild.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyServicePrioParent-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyServicePrioParent-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/MyServicePrioParent.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/cpp/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/cpp/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/cpp/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/cpp/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/cpp/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/cpp/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-annotations/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/EmptyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/MyBigEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-java/test/fixtures/swift/enumstrict/__fbthrift_TypeList_1bf74b1c.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-javadeprecated/test/fixtures/enumstrict/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-javadeprecated/test/fixtures/enumstrict/EmptyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-javadeprecated/test/fixtures/enumstrict/MyBigEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-javadeprecated/test/fixtures/enumstrict/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-javadeprecated/test/fixtures/enumstrict/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-py3/test/fixtures/enumstrict/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-enum/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArgumentsAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArgumentsAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/DbMixedStackArguments_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFastAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFastAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyServiceFast_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-stack-arguments/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-hack/included_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-hack/module_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-hack/namespaced_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-json/included.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/gen-json/test/namespace.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/src/included.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-structured-annotations/src/namespaced.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/LegacyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/MyStruct1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/MyStruct2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/MyStruct3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/gen-java/test/fixtures/basic_swift_bean/__fbthrift_TypeList_5c56ecc7.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic-swift-bean/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Attributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/FieldWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Name.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/SkipCodegen.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/StructAsTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/StructTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/UnionEnumAttributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/Wrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/DbMixedStackArguments.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/FB303Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/FooService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/HackEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/ReservedKeyword.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-android/test/fixtures/basic/UnionToBeRenamed.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArgumentsAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArgumentsAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/DbMixedStackArguments_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303ServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303ServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FB303Service_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/FooService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/module/dbmixedstackarguments.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/module/fb303service.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/module/fooservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/module/myservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/thrift/annotation/hack/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/thrift/annotation/hack/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/DbMixedStackArguments.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/FB303Service.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/RenamedService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/hack_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArguments.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/DbMixedStackArgumentsRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FB303ServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/FooServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/HackEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/ReservedKeyword.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/UnionToBeRenamed.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-java/test/fixtures/basic/__fbthrift_TypeList_662baa07.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Attributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/FieldWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Name.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/SkipCodegen.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/StructAsTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/StructTrait.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/UnionEnumAttributes.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation/java_deprecated/Wrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/DbMixedStackArguments.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/FB303Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/FooService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/HackEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/ReservedKeyword.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-javadeprecated/test/fixtures/basic/UnionToBeRenamed.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-json/hack.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-json_experimental/hack.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-json_experimental/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/DbMixedStackArguments-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/DbMixedStackArguments-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/DbMixedStackArguments.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/FB303Service-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/FB303Service-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/FB303Service.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/FooService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/FooService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/FooService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/MyService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/MyService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/MyService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/hack/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/hack/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/hack/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/hack/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/hack/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/hack/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-py3/test/fixtures/basic/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-python/test/fixtures/basic/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-python/test/fixtures/basic/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-python/test/fixtures/basic/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-python/test/fixtures/basic/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-python/test/fixtures/basic/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/basic/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-java/test/fixtures/basic/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-java/test/fixtures/basic/MyBigStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-java/test/fixtures/basic/MyMutableBigStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-java/test/fixtures/basic/MyNomralStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-java/test/fixtures/basic/__fbthrift_TypeList_5c436844.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/MyBigStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/MyMutableBigStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/gen-javadeprecated/MyNomralStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/big-struct/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-enum-from-string/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-enum-from-string/gen-cocoa/module.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-enum-from-string/gen-cocoa/module.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-enum-from-string/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-reserved-properties-prefix/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-reserved-properties-prefix/gen-cocoa/module.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-reserved-properties-prefix/gen-cocoa/module.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/cocoa-reserved-properties-prefix/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/ComplexException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/ComplexNestedStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/DefaultStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/EmptyXcep.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyStructFloatFieldThrowExp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyStructMapFloatThrowExp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyStructTypeDef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/MyUnionFloatFieldThrowExp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/OptXcep.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/ReqXcep.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/SimpleStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/TypeRemapped.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-java/test/fixtures/complex_struct/__fbthrift_TypeList_7bf1b804.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/ComplexNestedStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyStructFloatFieldThrowExp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyStructMapFloatThrowExp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyStructTypeDef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/MyUnionFloatFieldThrowExp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/SimpleStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/TypeRemapped.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/complexException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/defaultStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/emptyXcep.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/optXcep.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-javadeprecated/reqXcep.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-struct/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/ComplexUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/DataUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/ListUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/NonCopyableStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/NonCopyableUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/Val.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/ValUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-android/VirtualComplexUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/ComplexUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/DataUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/ListUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/NonCopyableStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/NonCopyableUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/Val.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/ValUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/VirtualComplexUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-java/test/fixtures/complex_union/__fbthrift_TypeList_8c325ab7.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/ComplexUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/DataUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/ListUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/NonCopyableStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/NonCopyableUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/Val.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/ValUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-javadeprecated/VirtualComplexUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/complex-union/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/City.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/Company.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/EmptyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/Internship.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/Range.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/struct1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/struct2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/struct3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/struct4.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/union1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-android/union2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-hack/module_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/City.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Company.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/EmptyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Internship.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/ModuleConstants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Range.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Struct1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Struct2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Struct3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Struct4.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Union1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/Union2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-java/test/fixtures/constants/__fbthrift_TypeList_b5dc3af7.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/module/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/module/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py/module/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/constants/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/coroutines/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-clear/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-enforce-required/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-fields-for-cpp-ref/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/deprecated-public-required-fields/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/CAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/CAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/C_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-hack/C.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-hack/module_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/doctext/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_terse_writes_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/gen-cpp2/simple_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/src/simple.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/emptiable/src/simple_terse_writes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-android/Empty.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-android/Nada.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-java/test/fixtures/empty_struct/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-java/test/fixtures/empty_struct/Empty.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-java/test/fixtures/empty_struct/Nada.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-java/test/fixtures/empty_struct/__fbthrift_TypeList_a465f4ea.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-javadeprecated/Empty.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-javadeprecated/Nada.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/empty-struct/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/Metasyntactic.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyBitmaskEnum1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyBitmaskEnum2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyEnum1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyEnum2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyEnum3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyEnum4.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/test/fixtures/enums/SomeStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/Metasyntactic.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyBitmaskEnum1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyBitmaskEnum2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyEnum1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyEnum2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyEnum3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyEnum4.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/SomeStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-java/test/fixtures/enums/__fbthrift_TypeList_082887bf.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/Metasyntactic.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyBitmaskEnum1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyBitmaskEnum2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyEnum1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyEnum2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyEnum3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyEnum4.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-javadeprecated/test/fixtures/enums/SomeStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-json_experimental/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-json_experimental/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/test/fixtures/enums/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-python/test/fixtures/enums/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-python/test/fixtures/enums/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-python/test/fixtures/enums/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/enums/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/RaiserAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/RaiserAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/Raiser_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/module/raiser.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-hack/Raiser.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/Banal.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/ComplexFieldNames.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/CustomFieldNames.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/ExceptionWithPrimitiveField.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/ExceptionWithStructuredAnnotation.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/Fiery.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/Raiser.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/RaiserRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/Serious.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-java/test/fixtures/exceptions/__fbthrift_TypeList_991b3e8f.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/Banal.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/ComplexFieldNames.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/CustomFieldNames.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/ExceptionWithPrimitiveField.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/ExceptionWithStructuredAnnotation.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/Fiery.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/Raiser.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/Serious.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/module/Raiser-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/module/Raiser-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/module/Raiser.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-python/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-python/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/exceptions/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_all.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_constant.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_enum.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_fatal_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service1_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service2_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service3_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_namesAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_namesAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/gen-cpp2/service_with_special_names_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/src/reflection_dep_B.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/src/reflection_dep_C.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/fatal/src/reflection_dep_D.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/field_interceptor/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/from_map_construct/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/from_map_construct/gen-hack/Bar.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/from_map_construct/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/from_map_construct/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_layouts.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_layouts.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include1_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_layouts.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_layouts.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/include2_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_layouts.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_layouts.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/src/include1.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/src/include2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/frozen-struct/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-service/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-service/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-service/gen-go/module/getentity.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-service/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-service/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module0/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module0/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module1/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module1/finder.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module1/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module2/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/gen-go/module2/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/src/module0.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/src/module1.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/go-typedef/src/module2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-arrays/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-arrays/gen-hack/Bar.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-arrays/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-arrays/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-attributes/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-attributes/gen-hack/hack_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-attributes/gen-hack/module1_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-attributes/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-attributes/src/module1.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-const-collections/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-const-collections/gen-hack/Bar.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-const-collections/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-const-collections/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-enum-typing/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-enum-typing/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-enum-typing/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-exceptions-transparent-enum/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-exceptions-transparent-enum/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-exceptions-transparent-enum/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-exceptions/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-exceptions/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-exceptions/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-mangledsvcs/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-mangledsvcs/gen-hack/Beeble_Brox.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-mangledsvcs/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-mangledsvcs/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-map-with-enum-key/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-map-with-enum-key/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-map-with-enum-key/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-structs/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-structs/gen-hack/hack_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-structs/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-structs/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack-structs/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/Service.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/Service1.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/annotations_adapted_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/annotations_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/annotations_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/constants_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/constants_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/hack_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/include_adapted_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/include_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/meta_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/src/annotations.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/src/constants.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/src/include.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_arrays/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/hack_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/meta_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_field_wrapper_with_collections/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/gen-hack/FooHackService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/gen-hack/TestService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/gen-hack/module2_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_service/src/module2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/gen-hack/include_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/gen-hack/php_include_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/gen-hack/php_module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/src/include.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/src/php_include.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/hack_typedef/src/php_module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-android/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-android/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-android/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-android/one/two/three/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-android/one/two/three/Included.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/includes.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/includes.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/module.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/module.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/service.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/transitive.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cocoa/transitive.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/includes_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/matching_module_name_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-cpp2/service_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/IncludesAlso/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/IncludesAlso/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/includes/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/includes/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/matching_names/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/matching_names/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/service/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/service/myservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/service/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/transitive/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-go/transitive/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/.generated_service [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/__fbthrift_TypeList_a3c9273c.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/__fbthrift_TypeList_c3098fdd.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/includes/.generated_includes [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/includes/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/includes/Included.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/includes/__fbthrift_TypeList_9146df36.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/transitive/.generated_transitive [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/transitive/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/transitive/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-java/test/fixtures/includes/transitive/__fbthrift_TypeList_4767708b.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-json/includes.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-json/service.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-json/transitive.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/includes/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/includes/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/includes/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/service/MyService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/service/MyService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/service/MyService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/service/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/service/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/service/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/transitive/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/transitive/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py/transitive/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/includes/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/service/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/gen-py3/transitive/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/IncludesAlso.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/includes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/matching_module_name.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/matching_names.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/matching_struct_names.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/other/matching_module_name.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/service.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/includes/src/transitive.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeafAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeafAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyLeaf_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNodeAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNodeAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyNode_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRootAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRootAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/MyRoot_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-go/module/myleaf.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-go/module/mynode.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-go/module/myroot.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeaf.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyLeafRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNode.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyNodeRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRoot.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/MyRootRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-java/test/fixtures/inheritance/__fbthrift_TypeList_69151fd7.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inheritance/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/foo/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/foo/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/thrift/annotation/internal/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/thrift/annotation/internal/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-hack/foo_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-hack/internal_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-java/test/fixtures/injectMetadataFields/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-java/test/fixtures/injectMetadataFields/Fields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-java/test/fixtures/injectMetadataFields/FieldsInjectedToEmptyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-java/test/fixtures/injectMetadataFields/FieldsInjectedToStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-java/test/fixtures/injectMetadataFields/FieldsInjectedWithIncludedStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-java/test/fixtures/injectMetadataFields/__fbthrift_TypeList_e1e9fb6e.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/Fields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/FieldsInjectedToEmptyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/FieldsInjectedToStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/FieldsInjectedWithIncludedStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/InjectMetadataFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/foo/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/foo/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/foo/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/internal/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/internal/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/internal/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/foo/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/internal/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/internal/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/internal/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-python/foo/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-python/foo/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-python/foo/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/src/foo.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/inject_metadata_fields/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/CustomException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/MyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-java/test/fixtures/interactions/__fbthrift_TypeList_aa8ec19f.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/MyService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/MyService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/MyService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/MyService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py/test/fixtures/interactions/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-python/test/fixtures/interactions/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-python/test/fixtures/interactions/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-python/test/fixtures/interactions/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-python/test/fixtures/interactions/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-python/test/fixtures/interactions/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/interactions/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/isset_bitpacking/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/MyDataItem.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/data-type/test/fixtures/basic/__fbthrift_TypeList_296c0e35.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArguments.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/DbMixedStackArgumentsRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/gen-java/services/test/fixtures/basic/MyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-options/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/gen-java/test/fixtures/annotation/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/gen-java/test/fixtures/annotation/MyMapping.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/gen-java/test/fixtures/annotation/MyMutableStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/gen-java/test/fixtures/annotation/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/gen-java/test/fixtures/annotation/__fbthrift_TypeList_a8ddcbb4.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-annotation/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-int-enum/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-int-enum/gen-java/test/fixtures/swift/toobigenum/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-int-enum/gen-java/test/fixtures/swift/toobigenum/TooBigEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-int-enum/gen-java/test/fixtures/swift/toobigenum/__fbthrift_TypeList_5325c429.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-swift-int-enum/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-typedef/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-typedef/gen-java/com/facebook/thrift/test/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-typedef/gen-java/com/facebook/thrift/test/__fbthrift_TypeList_87a069bd.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/java-typedef/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/json_experimental/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/json_experimental/gen-json_experimental/DemoWidgetDocs.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/json_experimental/gen-json_experimental/ThriftdocTest.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/json_experimental/src/DemoWidgetDocs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/json_experimental/src/ThriftdocTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-hack/module_constants.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/City.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/Company.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/Internship.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/Range.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/gen-java/test/fixtures/lazy_constants/__fbthrift_TypeList_b0ba4cd2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_constants/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/simple_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/gen-cpp2/terse_writes_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/src/simple.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/lazy_deserialization/src/terse_writes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/line-numbers/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/line-numbers/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/line-numbers/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-android/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-java/test/fixtures/list/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-java/test/fixtures/list/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-java/test/fixtures/list/__fbthrift_TypeList_a836f368.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/list/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/maps-with-incomplete-types/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/EmptyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ExtraService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ParamService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/ReturnService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_all.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_constant.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_enum.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_fatal_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/enums_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_all.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_constant.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_enum.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_fatal_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/extra_services_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_all.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_constant.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_enum.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_fatal_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/reflection_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/cpp/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/cpp/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/cpp/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/includes/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/src/enums.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/src/extra_services.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/src/includes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mcpp2-compare/src/reflection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/mixin/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/TestService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/TestService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/TestService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py/my/namespacing/test/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/emptyns/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/extend/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/hsmodule/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/extend/test/extend/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/hsmodule/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-py3/my/namespacing/test/module/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/emptyns/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/emptyns/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/emptyns/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/emptyns/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/emptyns/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/extend/test/extend/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/extend/test/extend/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/extend/test/extend/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/extend/test/extend/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/extend/test/extend/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/hsmodule/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/hsmodule/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/hsmodule/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/hsmodule/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/hsmodule/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/module/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/module/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/module/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/module/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/gen-python/my/namespacing/test/module/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/src/emptyns.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/src/extend.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/src/hsmodule.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-android/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-android/TestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/TestService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-go/namespace_from_package/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-go/namespace_from_package/module/testservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-go/namespace_from_package/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-hack/TestService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/TestServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-java/dev/test/namespace_from_package/module/__fbthrift_TypeList_f34d8dc8.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-javadeprecated/dev/test/namespace_from_package/module_deprecated/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-javadeprecated/dev/test/namespace_from_package/module_deprecated/TestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/module/TestService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/module/TestService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/module/TestService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py/namespace_from_package/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-py3/test/namespace_from_package/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-python/test/namespace_from_package/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-python/test/namespace_from_package/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-python/test/namespace_from_package/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-python/test/namespace_from_package/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-python/test/namespace_from_package/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-android/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-android/TestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/TestService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-go/namespace_from_package_without_module_name/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-go/namespace_from_package_without_module_name/module/testservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-go/namespace_from_package_without_module_name/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-hack/TestService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/TestServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-java/dev/test/namespace_from_package_without_module_name/__fbthrift_TypeList_e2067a44.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-javadeprecated/dev/test/namespace_from_package_without_module_name_deprecated/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-javadeprecated/dev/test/namespace_from_package_without_module_name_deprecated/TestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/module/TestService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/module/TestService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/module/TestService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py/namespace_from_package_without_module_name/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-py3/test/namespace_from_package_without_module_name/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-python/test/namespace_from_package_without_module_name/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-python/test/namespace_from_package_without_module_name/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-python/test/namespace_from_package_without_module_name/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-python/test/namespace_from_package_without_module_name/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-python/test/namespace_from_package_without_module_name/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nimble/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/module/myservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-hack/MyService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-java/test/fixtures/basic/__fbthrift_TypeList_63191fe1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/test/fixtures/basic/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/test/fixtures/basic/MyService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/test/fixtures/basic/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-javadeprecated/test/fixtures/basic/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-json_experimental/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-json_experimental/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/module/MyService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/module/MyService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/module/MyService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/test/fixtures/basic/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-python/test/fixtures/basic/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-python/test/fixtures/basic/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-python/test/fixtures/basic/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-python/test/fixtures/basic/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-python/test/fixtures/basic/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no-legacy-apis/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/no_metadata/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/test/fixtures/nolegacy/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/nolegacy/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-android/Animal.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-android/Color.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-android/Person.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-android/Vehicle.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-java/test/fixtures/optionals/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-java/test/fixtures/optionals/Animal.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-java/test/fixtures/optionals/Color.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-java/test/fixtures/optionals/Person.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-java/test/fixtures/optionals/Vehicle.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-java/test/fixtures/optionals/__fbthrift_TypeList_d9659dbd.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-javadeprecated/Animal.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-javadeprecated/Color.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-javadeprecated/Person.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-javadeprecated/Vehicle.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/optionals/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainersAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainersAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/NestedContainers_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-go/module/nestedcontainers.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-hack/NestedContainers.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainers.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/NestedContainersRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-java/test/fixtures/params/__fbthrift_TypeList_ad50603c.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-javadeprecated/NestedContainers.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/params/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/BinaryPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/BoolPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/BytePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/DoublePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/FloatPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/GenerateOptionalPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/GeneratePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/I16Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/I32Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/I64Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalBinaryPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalBoolPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalBytePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalDoublePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalFloatPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalI16Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalI32Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalI64Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/OptionalStringPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/PatchOp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/StringPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/InnerUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/InnerUnionFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/InnerUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyData.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyDataFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyDataPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructField21Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructField22Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructField23Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyStructPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyUnionFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/MyUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalInnerUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalMyDataPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalMyStructField21Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalMyStructField22Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalMyStructField23Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalMyStructPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/test/fixtures/patch/OptionalMyUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/cpp/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/cpp/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/lib/thrift/patch/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-go/thrift/lib/thrift/patch/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-hack/cpp_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-hack/patch_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/InnerUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/InnerUnionFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/InnerUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyData.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyDataFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyDataPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStructField21Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStructField22Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStructField23Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStructFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyStructPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyUnionFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/MyUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalInnerUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalMyDataPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalMyStructField21Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalMyStructField22Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalMyStructField23Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalMyStructPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/OptionalMyUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-java/test/fixtures/patch/__fbthrift_TypeList_fb73a8a3.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/BinaryPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/BoolPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/BytePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/DoublePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/FloatPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/GenerateOptionalPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/GeneratePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/I16Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/I32Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/I64Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalBinaryPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalBoolPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalBytePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalDoublePatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalFloatPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalI16Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalI32Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalI64Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/OptionalStringPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/PatchOp.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/com/facebook/thrift/op/StringPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/InnerUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/InnerUnionFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/InnerUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyData.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyDataFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyDataPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructField21Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructField22Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructField23Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyStructPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyUnionFieldPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/MyUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalInnerUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalMyDataPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalMyStructField21Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalMyStructField22Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalMyStructField23Patch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalMyStructPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-javadeprecated/test/fixtures/patch/OptionalMyUnionPatch.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json/cpp.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json/patch.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json_experimental/cpp.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json_experimental/patch.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json_experimental/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-json_experimental/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/cpp/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/cpp/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/cpp/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/lib/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/lib/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/lib/thrift/patch/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/lib/thrift/patch/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py/thrift/lib/thrift/patch/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/apache/thrift/op/patch/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/cpp/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/cpp/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/cpp/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/patch/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/patch/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/patch/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/test/fixtures/patch/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/apache/thrift/op/patch/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/apache/thrift/op/patch/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/apache/thrift/op/patch/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-python/test/fixtures/patch/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/patch/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php-migration/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php-migration/gen-hack/Bar.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php-migration/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php-migration/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/gen-hack/FooHackService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/gen-hack/TestService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/gen-hack/module2_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/php_hack_ns/src/module2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/MyService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/MyService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/MyService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/MyService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/gen-py/test/fixtures/py_cpp_transport/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-cpp-transport/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/test/TestService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/test/TestService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/test/TestService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/test/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/gen-py/test/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-future/src/test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-kwargs/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-kwargs/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-kwargs/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-kwargs/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-kwargs/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-kwargs/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/test/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/test/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/test/lambda-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/test/lambda-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/test/lambda_PY_RESERVED_KEYWORD.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/gen-py/test/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-reserved/src/test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-sort-keys/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-sort-keys/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-sort-keys/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-sort-keys/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-sort-keys/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py-sort-keys/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/empty/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/DerivedService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/NullService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/RederivedService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/SimpleService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/empty_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-py3cpp/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/empty/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/empty/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/empty/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/empty/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/empty/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/src/empty.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/py3/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/dependent/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/dependent/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/dependent/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/dependent_asyncio/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/dependent_asyncio/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/dependent_asyncio/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example/EmptyService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example/SharedService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example_asyncio/EmptyService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example_asyncio/SharedService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example_asyncio/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example_asyncio/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/gen-py/simple/example_asyncio/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/src/dependent.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/pyi/src/shared.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-cpp2/module2_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module0/.generated_module0 [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module0/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module0/Enum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module0/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module0/__fbthrift_TypeList_b5b39133.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module1/.generated_module1 [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module1/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module1/Enum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module1/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module1/__fbthrift_TypeList_a2213d68.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module2/.generated_module2 [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module2/BigStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module2/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module2/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-java/test/fixtures/module2/__fbthrift_TypeList_82f8aa63.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module0/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module1/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/gen-py3/module2/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/src/module0.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/src/module1.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/qualified/src/module2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/Empty.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/MyField.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/RecursiveStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithBox.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithContainers.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithRef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithRefAndAnnotCppNoexceptMoveCtor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithRefTypeShared.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithRefTypeSharedConst.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithRefTypeUnique.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithSharedConst.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithString.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/StructWithUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-android/TypedEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/Empty.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/MyField.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/RecursiveStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithBox.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithContainers.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithRef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithRefAndAnnotCppNoexceptMoveCtor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithRefTypeShared.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithRefTypeSharedConst.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithRefTypeUnique.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithSharedConst.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithString.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/StructWithUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/TypedEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-java/test/fixtures/refs/__fbthrift_TypeList_b55b3b90.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/Constants.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/Empty.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/MyField.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/MyUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/RecursiveStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithBox.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithContainers.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithRef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithRefAndAnnotCppNoexceptMoveCtor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithRefTypeShared.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithRefTypeSharedConst.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithRefTypeUnique.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithSharedConst.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithString.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/StructWithUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-javadeprecated/TypedEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/src/includes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/refs/src/module2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-cocoa/module.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-cocoa/module.m [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-java/test/fixtures/req_opt/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-java/test/fixtures/req_opt/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-java/test/fixtures/req_opt/__fbthrift_TypeList_a45d5a13.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/req-opt/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-extra-derives/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-extra-derives/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-extra-derives/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-extra-derives/src/mod.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-include_src/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-include_src/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-include_src/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-include_src/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-newtype-typedef/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-newtype-typedef/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-newtype-typedef/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-newtype-typedef/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-no_serde-derive/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-no_serde-derive/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-no_serde-derive/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-no_serde-derive/src/mod.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-noserver/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-noserver/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-noserver/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-noserver/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-raw-identifiers/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-raw-identifiers/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-raw-identifiers/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-raw-identifiers/src/mod.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-request-context/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-request-context/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-request-context/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-request-context/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-skip-none-serialization/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-skip-none-serialization/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-skip-none-serialization/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/rust-skip-none-serialization/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/test/fixtures/adapter/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/test/fixtures/adapter/Foo2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-java/test/fixtures/adapter/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-java/test/fixtures/adapter/Foo.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-java/test/fixtures/adapter/Foo2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-java/test/fixtures/adapter/__fbthrift_TypeList_c2d2a799.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-json/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/module/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/module/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/module/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/scope/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/scope/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/scope/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py/thrift/annotation/thrift/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/serialization_field_order/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/module/TestService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/module/TestService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/module/TestService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/service-fuzzer/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_arraykeys/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_arraykeys/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_arraykeys/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct/gen-hack/Bar.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct_no_use_hack_collections/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct_no_use_hack_collections/gen-hack/Bar.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct_no_use_hack_collections/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_construct_no_use_hack_collections/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_hack_arrays/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_hack_arrays/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_hack_arrays/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_nullable_everything/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_nullable_everything/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shape_nullable_everything/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-java/test/fixtures/shapes/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-java/test/fixtures/shapes/A.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-java/test/fixtures/shapes/B.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-java/test/fixtures/shapes/Enum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-java/test/fixtures/shapes/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/gen-java/test/fixtures/shapes/__fbthrift_TypeList_d44f3954.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes_final/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes_final/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes_final/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes_php_arrays/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes_php_arrays/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/shapes_php_arrays/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_clients.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_handlers-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_handlers.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_clients.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_handlers-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_handlers.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_structs_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/gen-py3/module_structs/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/single_file_service/src/module_structs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/SinkService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-hack/SinkService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/CompatibleWithKeywordSink.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/FinalResponse.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/InitialException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/InitialResponse.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkException1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkException2.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkPayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/SinkServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-java/test/fixtures/sink/__fbthrift_TypeList_0bc15d24.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/SinkService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/SinkService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/SinkService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/SinkService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py/module/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/sink/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/soft-attribute/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/soft-attribute/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/soft-attribute/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArgumentsAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArgumentsAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/DbMixedStackArguments_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/MyService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types.0.split.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types.1.split.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types.2.split.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/split/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/PubSubStreamingService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-hack/PubSubStreamingService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/.generated_module [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/FooEx.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/FooStreamEx.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingServiceAsyncReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingServiceBlockingReactiveWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingServiceReactiveAsyncWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingServiceReactiveBlockingWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingServiceReactiveClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/PubSubStreamingServiceRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-java/test/fixtures/stream/__fbthrift_TypeList_81539e90.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-json_experimental/module.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/PubSubStreamingService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/PubSubStreamingService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/PubSubStreamingService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/PubSubStreamingService.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/constants.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py/module/ttypes.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-python/module/thrift_clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-python/module/thrift_metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-python/module/thrift_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-python/module/thrift_types.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-python/module/thrift_types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/stream/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/tablebased/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/templated-deserialize/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/AdaptedFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/FieldLevelTerseStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/MyStructWithCustomDefault.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/StructLevelTerseStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/TerseException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/TerseStructWithCustomDefault.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-android/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_tag_incompatible_terse_write_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/deprecated_terse_write_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-cpp2/terse_write_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/terse_write/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/terse_write/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/thrift/annotation/cpp/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/thrift/annotation/cpp/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/thrift/annotation/scope/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/thrift/annotation/scope/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/thrift/annotation/thrift/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-go/thrift/annotation/thrift/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-hack/cpp_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-hack/scope_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-hack/terse_write_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-hack/thrift_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/.generated_terse_write [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/AdaptedFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/FieldLevelTerseStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/MyStructWithCustomDefault.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/StructLevelTerseStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/TerseException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/TerseStructWithCustomDefault.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-java/com/facebook/thrift/test/terse_write/__fbthrift_TypeList_d0738eba.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/AdaptedFields.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/FieldLevelTerseStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/MyEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/MyStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/MyStructWithCustomDefault.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/StructLevelTerseStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/TerseException.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/TerseStructWithCustomDefault.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Adapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/DisableLazyChecksum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/FieldInterceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Lazy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/MinimizePadding.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/PackIsset.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/Ref.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/RefType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/ScopedEnumAsUnionType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/StrongType.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation/cpp_deprecated/TriviallyRelocatable.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/BitmaskEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Box.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Const.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Definition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Deprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/EnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Exception.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ExceptionMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Experimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/FbthriftInternalEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Field.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Function.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenDefaultEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/GenerateRuntimeSchema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interaction.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Interface.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Legacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Mixin.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoBeta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoDeprecated.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoExperimental.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/NoLegacy.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Program.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RequiresBackwardCompatibility.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/ReserveIds.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/RootDefinition.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Schema.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/SerializeInFieldIdOrder.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Service.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Struct.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Structured.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/TerseWrite.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Testing.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Transitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Typedef.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/Union.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1alpha.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1beta.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-javadeprecated/com/facebook/thrift/annotation_deprecated/v1test.java [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json/cpp.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json/terse_write.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json_experimental/cpp.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json_experimental/scope.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json_experimental/terse_write.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-json_experimental/thrift.json [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/terse_write/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/terse_write/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/terse_write/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/cpp/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/cpp/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/cpp/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/scope/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/scope/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/scope/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/thrift/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/thrift/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py/thrift/annotation/thrift/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/cpp/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/cpp/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/cpp/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/scope/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/scope/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/scope/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/terse_write/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/terse_write/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/terse_write/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/thrift/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/thrift/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-py3/thrift/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/src/deprecated_tag_incompatible_terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/src/deprecated_terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/terse_write/src/terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/a/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/b/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/gen-py3/c/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/src/a.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/src/b.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/transitive-deps/src/c.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeServiceAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeServiceAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/SomeService_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_all.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_constant.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_enum.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_service.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_struct.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_fatal_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/include/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/include/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/constants.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/someservice.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-go/module/ttypes.go [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/SomeService.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/include_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-hack/module_types.php [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/include/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/include/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/include/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/SomeService-fuzzer [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/SomeService-remote [new file with mode: 0755]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/SomeService.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py/module/ttypes.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/include/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/builders.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/builders.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/builders.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/clients_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/metadata.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services_wrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/services_wrapper.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_fields.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_fields.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-py3/module/types_reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-rust/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/gen-rust/types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/src/include.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/types/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/cmd [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_clients.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_data.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_data.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_for_each_field.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_handlers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_types.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_types_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/module_visitation.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service1_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service2_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service3_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names.tcc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_namesAsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_namesAsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names_custom_protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names_processmap_binary.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/gen-cpp2/service_with_special_names_processmap_compact.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/src/module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/src/reflection_dep_B.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/src/reflection_dep_C.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/fixtures/visitation/src/reflection_dep_D.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/generate_common_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/json_compiler_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/json_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/lexer_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/metadata_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/node_metadata_cache_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/parser_test_helpers-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/parser_test_helpers.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/parser_test_helpers.h [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/py3_compiler_failure_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/source_location_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/system_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/t_mstch_generator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/t_typedef_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/token_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/validator_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/test/visitor_test.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/validator/validator.cc [new file with mode: 0644]
third-party/thrift/src/thrift/compiler/validator/validator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/GTestHarness.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/GTestHarness.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/GTestRunner.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/RpcStructComparator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/Utils.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/Utils.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/UtilsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Any.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Any.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyRef.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyRef.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyRefTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyRegistry.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyRegistry.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyRegistryTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnySerializer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnySerializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnySerializerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyStructSerializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyStructSerializerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/AnyTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ConformanceHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ConformanceHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ConformanceServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Object.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Protocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/RPCClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/TestValue.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/TestValueTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Testing.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/Testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/TestingTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ThriftTypeInfo.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ThriftTypeInfo.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/ThriftTypeInfoTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/internal/AnyRegistry.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/internal/AnyStructSerializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/cpp2/internal/TestValue.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/CompatibilityGenerator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/CompatibilityGenerator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/CompatibilityGeneratorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/Constants.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/Constants.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/GenCompatibility.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/GenRPCClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/GenRPCServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/GenRoundTrip.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/GenTolerance.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/RPCGenerator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/RPCGenerator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/TestGenerator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/TestGenerator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/TestGeneratorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/ToleranceGenerator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/ToleranceGenerator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/ValueGenerator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/ValueGenerator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/ValueGeneratorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/internal/TestGenerator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/internal/TestGenerator.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/data/nonconforming.txt [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/any.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/conformance.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/object.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/protocol.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/rpc.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/serialization.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/test_suite.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/test_value.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/if/type.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/java/src/main/java/com/meta/thrift/conformance/server/ConformanceServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/java/src/main/java/com/meta/thrift/conformance/server/ConformanceServiceImpl.java [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/python/conformance_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcclient/GTestHarnessRPCClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcclient/GTestHarnessRPCClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcclient/GTestRunnerRPCClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcserver/GTestRunnerRPCServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcserver/RPCServerConformanceHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcserver/RPCServerConformanceHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/rpcserver/RPCServerConformanceServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/Server.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/StressTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/StressTest.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/ClientFactory.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/ClientFactory.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/ClientRunner.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/ClientRunner.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/StressTestBase.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/StressTestClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/StressTestClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/StressTestRegistry.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/StressTestRegistry.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/TestRunner.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/client/TestRunner.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/example/ExampleScenarios.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/if/StressTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/server/StressTestHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/server/StressTestHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/server/StressTestServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/server/StressTestServer.h [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/util/Util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/conformance/stresstest/util/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/contrib/thrift.el [new file with mode: 0644]
third-party/thrift/src/thrift/contrib/thrift.vim [new file with mode: 0644]
third-party/thrift/src/thrift/doc/conformance/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/conformance/testsuite.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/channel.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/cpp2.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/iobuf-readahead.png [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/iobuf-write-buffering.png [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/thrift2-server-noop-perf.png [new file with mode: 0644]
third-party/thrift/src/thrift/doc/cpp/thrift2-server-out-of-order-perf.png [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/ast.monopic [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/ast.txt [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/function-signatures.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/header-format.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/mstch.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/protocol-structure.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/stream-classes.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/internals/thrift.tex [new file with mode: 0644]
third-party/thrift/src/thrift/doc/intro.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/about.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/beta/adapter.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/beta/any.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/beta/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/conformance/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/annotation.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/compatibility.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/data.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/exception.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/interface.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/program.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/definition/value.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/experimental/hash.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/experimental/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/experimental/patch.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/experimental/schema.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/experimental/yaml.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/glossary.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/idl.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/protocol/channel.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/protocol/data.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/protocol/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/protocol/interface/index.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/spec/protocol/interface/rocket.md [new file with mode: 0644]
third-party/thrift/src/thrift/doc/thrift-overview.jpg [new file with mode: 0644]
third-party/thrift/src/thrift/example/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/client/ChatRoomClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/client/EchoClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/metadata/MetadataExample.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/server/ChatRoomService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/server/ChatRoomService.h [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/server/EchoService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/server/EchoService.h [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/server/ExampleServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/test/ChatRoomTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/cpp2/test/EchoTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/example/if/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/example/if/MetadataExample.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/example/if/chatroom.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/example/python/client/echo_client.py [new file with mode: 0644]
third-party/thrift/src/thrift/example/python/server/echo_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/.clang-tidy [new file with mode: 0644]
third-party/thrift/src/thrift/lib/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/README [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/build.xml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/ThriftProperty.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/annotations/TOptional.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/annotations/TRequired.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TBinaryProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TField.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TList.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TMap.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TMessageType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TProtocolException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TSet.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/TType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/android_lite/test/com/facebook/thrift/lite/TBinaryProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/ContextStack.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/ContextStack.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/DistinctTable.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/EventHandlerBase.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/Field.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/Frozen.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/README [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/Reflection.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/RelativePtr.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/SerializedMessage.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/TApplicationException.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/TLogging.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/TProcessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/TProcessorEventHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/Thrift.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/Thrift.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TAsyncChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TAsyncEventChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TAsyncProcessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TAsyncSSLSocket.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TBinaryAsyncChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TBinaryAsyncChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TEventJobQueue.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TFramedAsyncChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TFramedAsyncChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/THttpAsyncChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/THttpAsyncChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TStreamAsyncChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/async/TUnframedAsyncChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/Exception.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/FunctionRunner.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/InitThreadFactory.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/InitThreadFactory.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/Mutex-portability.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/PosixThreadFactory.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/PosixThreadFactory.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/SFQThreadManager.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/SFQThreadManager.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/Thread.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/ThreadManager.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/ThreadManager.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/TimerManager.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/TimerManager.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/Util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/test/FunctionRunnerTests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/test/SFQThreadManagerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/test/Tests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/test/ThreadFactoryTests.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/test/ThreadManagerTests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/concurrency/test/TimerManagerTests.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TBase64Utils.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TBase64Utils.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TBinaryProtocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TBinaryProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TCompactProtocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TCompactProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TDebugProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TDebugProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TJSONProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TJSONProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TProtocolException.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TProtocolException.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TProtocolTap.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TProtocolTypes.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TSimpleJSONProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TSimpleJSONProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/protocol/TVirtualProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/server/TConnectionContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/server/TServerEventHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/server/TServerObserver.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/server/TServerObserver.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/Base64Test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/DistinctTableTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/EventHandlerBaseTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/MockTAsyncSSLSocket.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/SSLUtilsTests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/TAsyncChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/TEventJobQueueTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/Controller.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/Controller.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/GaussianMixtureModel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/GaussianMixtureModel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/IntervalTimer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/LatencyMonitor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/LatencyMonitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/LatencyScoreBoard.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/LatencyScoreBoard.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/LoadConfig.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/LoadConfig.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/Monitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/OpEnabledState.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/PerfTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/QpsMonitor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/QpsMonitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/QpsScoreBoard.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/QpsScoreBoard.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/RNG.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/RNG.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/ScoreBoard.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/ScoreBoardOpVector.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/TerminalMonitor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/TerminalMonitor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/WeightedLoadConfig.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/WeightedLoadConfig.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/Worker.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/WorkerIf.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/loadgen.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/loadgen/loadgen.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/ssl/README.ssl [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/ssl/ca-key.pem [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/ssl/generate_certs.sh [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/ssl/tests-cert.pem [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/test/ssl/tests-key.pem [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/thrift_config.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TBufferTransports.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TBufferTransports.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TFDTransport.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TFDTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THeader.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THeader.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THttpClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THttpClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THttpServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THttpServer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THttpTransport.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/THttpTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TNullTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TRpcTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TShortReadTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TSocket.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TSocket.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TTransportException.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TTransportException.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TVirtualTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TZlibTransport.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/TZlibTransport.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/test/THeaderTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/transport/test/TTransportExceptionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/EnumUtils.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/FrozenTestUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/FrozenUtil-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/FrozenUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/PausableTimer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/PausableTimer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/THttpParser.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/THttpParser.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/VarintUtils-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/VarintUtils.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/VarintUtils.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/test/THttpParserTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/test/VarintUtilsBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/test/VarintUtilsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp/util/test/VarintUtilsTestUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/Adapt.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/BadFieldAccess.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/BoxedValuePtr.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/CloneableIOBuf.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldMask.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldMask.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldPath.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldPath.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldRef.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldRef.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldRefHash.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/FieldRefTraits.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/Flags.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/Flags.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/GeneratedCodeHelper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/GeneratedCodeHelper.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/PluggableFunction.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/SerializationSwitch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/Thrift.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/TrustedServerException.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/TrustedServerException.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/TypeClass.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/AsyncClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/AsyncClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessorHelper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/AsyncProcessorHelper.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ChannelCallbacks.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientBufferedStream.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientSinkBridge.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientSinkBridge.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientStreamBridge.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ClientStreamBridge.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/Cpp2Channel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/Cpp2Channel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/DuplexChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/DuplexChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/FramingHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/FramingHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/FutureRequest.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/GuardedRequestChannel-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/GuardedRequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HTTPClientChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HTTPClientChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderChannelTrait.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderChannelTrait.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderClientChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderClientChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderServerChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HeaderServerChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HibernatingRequestChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/HibernatingRequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/Interaction.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/Interaction.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/MessageChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/MultiplexAsyncProcessor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/MultiplexAsyncProcessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/PooledRequestChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/PooledRequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ReconnectingRequestChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ReconnectingRequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ReplyInfo.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RequestCallback.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RequestCallback.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RequestChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ResponseChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ResponseChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RetryingRequestChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RetryingRequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RocketClientChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RocketClientChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RpcOptions.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RpcOptions.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RpcTypes.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/RpcTypes.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerGeneratorStream-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerGeneratorStream.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerGeneratorStream.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerPublisherStream.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerSinkBridge.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerSinkBridge.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerStream-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerStream.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerStreamDetail.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ServerStreamMultiPublisher.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/Sink.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/SinkBridgeUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/StreamCallbacks.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/TAsyncTransportHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ThreadBoundAdaptorChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/ThreadBoundAdaptorChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/TwoWayBridge.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/ClientBufferedStreamTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/RpcTypesTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/ServerStreamTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/SinkServiceTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/StreamServiceTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/TestSinkService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/TestSinkService.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/TestSinkService.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/TestStreamService.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/TestStreamService.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/TestStreamService.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/async/tests/util/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/detail/FieldMask.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/detail/FieldMask.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/detail/meta.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FixedSizeStringHash.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/Frozen.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/Frozen.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenAssociative-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenBool-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenEnum-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenExcluded-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenFixedSizeString-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenHashTable-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenIntegral-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenMacros.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenOptional-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenOrderedTable-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenPair-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenRange-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenRef-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenString-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenTestUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenTrivial-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenUtil.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/FrozenUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/HintTypes.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/Traits.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/VectorAssociative.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/schema/MemorySchema.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/schema/MemorySchema.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/Binary.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/Compatibility.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/Compatibility.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/Example.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenAssociativeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenHintTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenIOBufTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenIntegralTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenRangeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenReferenceTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenSerializationBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenUnionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenUtilTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/FrozenVectorAssociativeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/Helper.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/Reference.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/compatibility/afterUnique [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/compatibility/beforeUnique [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/compatibility/futureVersion [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/frozen/test/compatibility/withFileVersion [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/client_cpp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/client_h.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_constants_cpp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_constants_h.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_data_cpp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_data_h.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_metadata_cpp.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_metadata_cpp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_metadata_h.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_types_cpp.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_types_cpp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_types_h.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/module_types_tcc.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/service_cpp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/service_h.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/gen/service_tcc.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/hash/DeterministicHash.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Clear.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/ClearTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Compare.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/CompareTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Copy.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Create.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/CreateTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/DeterministicAccumulator.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/DeterministicAccumulatorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Ensure.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Get.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Hash.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/HashTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Patch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/PatchTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Serializer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Serializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/SerializerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Sha256Hasher.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Sha256HasherTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/StdHasher.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/StdHasherTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/StdSerializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/StdSerializerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Testing.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/Testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/ThriftOpTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/AnyOp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/BaseOp.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/BasePatch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Clear.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Compare.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/ContainerPatch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Copy.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Create.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Ensure.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Get.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Hash.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/HashProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/Patch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/StructPatch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/op/detail/ValuePatch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/BinaryProtocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/BinaryProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/BinaryProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/CompactProtocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/CompactProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/CompactProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/CompactV1Protocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/CompactV1Protocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/CompactV1Protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Cpp2Ops-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Cpp2Ops.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/DebugProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/DebugProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/JSONProtocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/JSONProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/JSONProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/JSONProtocolCommon-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/JSONProtocolCommon.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/JSONProtocolCommon.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/LazyDeserializationFlags.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/LazyDeserializationFlags.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Object.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Object.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Patch.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Patch.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/PatchTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Protocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/ProtocolReaderStructReadState.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/ProtocolReaderWireTypeInfo.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/ProtocolReaderWithRefill.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Serializer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Serializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/SimpleJSONProtocol-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/SimpleJSONProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/TableBasedForwardTypes.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/TableBasedSerializer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/TableBasedSerializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/TableBasedSerializerImpl.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/TableBasedSerializerImpl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/Traits.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/VirtualProtocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/VirtualProtocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/detail/Object.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/detail/ReservedId.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/detail/index.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/detail/index.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/detail/protocol_methods.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/BinaryProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/CompactProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/CompactV1ProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/ContainerSkippingTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/DebugProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/F14RoundTripTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/InterfaceTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/JSONProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/Module.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/ProtocolReaderStructReadStateTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/ProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/SimpleJSONProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/protocol/test/TraitsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/debug.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/activation.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/annotated.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/data.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/enum_basics.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/flat_config.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/flat_translator.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/get_field_when_present.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/json_print.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/json_print.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/legacy_config.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/log_metrics.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/metrics.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/module_basics.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/nested_config.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/operations.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/print_annotations.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/serializer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/set_members.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/struct_basics.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/demo/variant_basics.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/diff.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/docs/cppcon16.pdf [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/folly_dynamic.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/gmock_matching.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/helpers.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/indenter.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/debug-inl-post.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/debug-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/folly_dynamic-inl-post.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/folly_dynamic-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/helpers-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/legacy_reflection-inl-post.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/legacy_reflection-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/legacy_reflection_type_id.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/legacy_reflection_type_id.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/merge-inl-post.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/merge-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/pretty_print-inl-post.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/pretty_print-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/reflection-inl-post.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/reflection-inl-pre.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/internal/test_helpers.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/legacy_reflection.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/merge.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/populator.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/pretty_print.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/reflection.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/serializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/reflection/variant.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/AsyncStopTLS.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/AsyncStopTLS.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/FizzPeeker.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/FizzPeeker.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/SSLUtil.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/SSLUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/ThriftParametersClientExtension.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/ThriftParametersClientExtension.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/ThriftParametersContext.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/ThriftParametersContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/ThriftParametersServerExtension.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/Types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/Types.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/test/ThriftParametersClientExtensionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/test/ThriftParametersServerExtensionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/test/ThriftParametersStopTLSExtensionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/extensions/test/ThriftParametersTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/test/StopTLSTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/security/test/ThriftTLSHandshakeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/AdaptiveConcurrency.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/AdaptiveConcurrency.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/BaseThriftServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/BaseThriftServer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/CPUConcurrencyController.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/CPUConcurrencyController.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ConcurrencyControllerBase.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ConcurrencyControllerBase.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ConcurrencyControllerInterface.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ConcurrencyControllerInterface.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ControlServerInterface.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2ConnContext.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2ConnContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2Connection.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2Connection.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2Worker.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/Cpp2Worker.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ExecutorToThreadManagerAdaptor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/IOWorkerContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/LoggingEvent.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/LoggingEvent.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/LoggingEventHelper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/LoggingEventHelper.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/MemoryTracker.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/MonitoringMethodNames.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/MonitoringMethodNames.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/MonitoringServerInterface.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ParallelConcurrencyController.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ParallelConcurrencyController.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/PolledServiceHealth.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/PreprocessParams.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ReactiveToggle.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ReactiveToggle.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestDebugLog.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestDebugLog.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestPileBase.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestPileBase.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestPileInterface.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestPileInterface.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestsRegistry.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RequestsRegistry.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ResourcePool.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ResourcePool.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ResourcePoolHandle.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ResourcePoolHandle.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RoundRobinRequestPile.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/RoundRobinRequestPile.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServerAttribute.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServerConfigs.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServerFlags.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServerFlags.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServerInstrumentation.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServerInstrumentation.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServiceHealthPoller.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ServiceHealthPoller.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/StatusServerInterface.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThreadManagerLoggingWrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThreadManagerLoggingWrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThriftProcessor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThriftProcessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThriftServer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThriftServer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThriftServerConfig.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/ThriftServerConfig.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/TransportRoutingHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/WeightedRequestPileQueue-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/WeightedRequestPileQueue.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/WeightedRequestPileQueue.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/peeking/PeekingManager.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/peeking/TLSHelper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/peeking/TLSHelper.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/test/ParallelConcurrencyControllerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/test/ReactiveToggleTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/test/RoundRobinRequestPileTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/test/ThriftServerConfigTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/server/test/WeightedRequestPileQueueTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/AdaptTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/AdaptiveConcurrencyTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/AsyncProcessor.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/AsyncProcessorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/BitTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/BoxedValuePtrTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Bug.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ClientBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ClientTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/CloneableIOBufTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/CompactProtocolBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/CompactProtocolBenchData.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/CopyFieldTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Coroutine.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/CoroutineTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Cpp2TimeoutTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/DuplexTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FieldPathTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FieldRefRandomTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FlagsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FlagsTestHelper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FrozenBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FrozenTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FrozenTypes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Future.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/FutureTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/GuardedRequestChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/HTTPClientChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/HandlerGeneric.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/HandlerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/HibernatingRequestChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Hierarchy.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/IndexTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Instrumentation.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/InstrumentationTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Interaction.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/InteractionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/LoggingEventTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Matcher-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Matcher.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Matcher.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/MatcherTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/MockCpp2ConnContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/MultiplexAsyncProcessor.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/MultiplexAsyncProcessor2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/MultiplexAsyncProcessorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ObjectTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ObjectTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/OptionalFieldTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Paths.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/PathsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/PluggableFunctionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/PointerComparisonTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/PresultTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProcessorEventHandlerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProcessorExceptions.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtoBufBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtoBufBenchData.proto [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtoBufBuild.sh [new file with mode: 0755]
third-party/thrift/src/thrift/lib/cpp2/test/ProtoBufStructs-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtocolBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtocolBenchData.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtocolBenchmark.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Raiser.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ReconnectingRequestChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/RequestChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/RetryingRequestChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/RpcBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/SerializationTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ServerAttributeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Service.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ServiceHealthPollerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ServiceName.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ServiceNameTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ServiceStack.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ServiceStackTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/Structs.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThreadBoundAdaptorChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftClientTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftServerExceptionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftServerFutureExceptionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftServerInheritanceTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftServerProtocolResilienceTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftStructs-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/ThriftVsProtoBufBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/UnimplementedMethod.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/UnimplementedMethodTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/duplex.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/except.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/except.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/frozen1/FrozenTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/frozen1/FrozenTypes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/frozen2/ViewHelperTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/frozen2/view_helper/view_helper.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/enum_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/exception_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/include_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/nested_structs_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/no_namespace.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/repeated.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/service_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/simple_structs_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/struct_metadata_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/struct_union_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/metadata/typedef_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/presult.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/server/Cpp2ConnContextTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/server/RequestsRegistryTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/server/ServiceHealthPollingTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/server/SharedServerTests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/server/ThriftProcessorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/server/ThriftServerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/BucketedRateTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/EnumUtilsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/EwmaRateTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/EwmaTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/FakeClock.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/FrozenUtilTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/IssetBitsetTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/ScopedServerInterfaceThreadTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/ScopedServerThreadTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/SimpleService.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/TestInterface.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/TestInterface.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/TestServerFactory.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/TestThriftServerFactory.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/test/util/enum.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ClientConnectionIf.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/EnvelopeUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ManagedConnectionIf.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/RequestStateMachine.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/RpcMetadataUtil.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/RpcMetadataUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftChannelIf.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftClientCallback.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftClientCallback.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftRequest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/ThriftRequest.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/TryUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/test/RpcMetadataUtilTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/test/ThriftRequestTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/CoreTestFixture.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/CoreTestFixture.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/FakeChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/FakeServerObserver.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/FakeThreadManager.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/MockCallback.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/ServerConfigsMock.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/TAsyncSocketIntercepted.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/TAsyncSocketIntercepted.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/TestServiceMock.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/TestServiceMock.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/ThriftService.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/TransportCompatibilityTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/core/testutil/TransportCompatibilityTest.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/client/H2ClientConnection.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/client/H2ClientConnection.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/client/ThriftTransactionHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/client/ThriftTransactionHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/H2Channel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/H2Channel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/HTTP2RoutingHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/HTTP2RoutingHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/SingleRpcChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/SingleRpcChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/test/SingleRpcChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/testutil/ChannelTestFixture.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/testutil/ChannelTestFixture.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/testutil/FakeProcessors.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/testutil/FakeProcessors.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/testutil/FakeResponseHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/common/testutil/FakeResponseHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/server/ThriftRequestHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/server/ThriftRequestHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/server/test/ThriftRequestHandlerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/test/H2ClientConnectionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/test/H2CompatibilityTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/http2/test/LegacyCompatibilityTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/PayloadUtils.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/PayloadUtils.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/RocketException.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/Types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/Types.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RequestContext.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RequestContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RequestContextQueue.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RequestContextQueue.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RocketClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RocketClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RocketStreamServerCallback.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/client/RocketStreamServerCallback.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/ErrorCode.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/ErrorCode.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Flags.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/FrameType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Frames.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Frames.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Parser-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Parser.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Parser.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Serializer.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Serializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/test/FlagsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/test/FrameSerializationTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/test/ParserTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/test/Util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/framing/test/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketRoutingHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketRoutingHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketServerConnection.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketServerConnection.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketServerConnectionObserver.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketServerFrameContext.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketServerFrameContext.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketServerHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketSinkClientCallback.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketSinkClientCallback.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketStreamClientCallback.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketStreamClientCallback.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketThriftRequests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/RocketThriftRequests.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/SetupFrameHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/ThriftRocketServerHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/server/ThriftRocketServerHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/RocketClientChannelTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/RocketCompatibilityTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/StreamingTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/TransportUpgradeCompatibilityTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/TransportUpgradeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/VersioningTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/fuzz/BadInputTests.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/fuzz/FuzzUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/network/ClientServerTestUtil.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/network/ClientServerTestUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/network/Mocks.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/network/RocketNetworkTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/network/Util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/network/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/util/TestServiceMock.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/util/TestServiceMock.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/util/TestUtil.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/util/TestUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/util/ThriftService.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/rocket/test/util/VersionServicesMock.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/util/ConnectionManager.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/util/ConnectionManager.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/util/ConnectionThread.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/transport/util/ConnectionThread.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Any.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Any.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/AnyTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/AnyValue.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/AnyValueTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/BaseType.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/BaseType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/BaseTypeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Id.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/IdTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Name.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/NameTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/NativeType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Protocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/ProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Runtime.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/RuntimeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Tag.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TagTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TagUtil.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/ThriftType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/ThriftTypeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Traits.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TraitsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Type.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/Type.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TypeRegistry.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TypeRegistry.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TypeRegistryTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/TypeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/UniversalHashAlgorithm.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/UniversalHashAlgorithmTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/UniversalName.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/UniversalName.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/UniversalNameTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/AnyType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/AnyValue.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/Name.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/NativeType.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/Runtime.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/Traits.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/TypeInfo.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/TypeRegistry.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/type/detail/Wrap.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/BucketedRate.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/Checksum.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/Checksum.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/DebugString.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/DebugString.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/EmptyAsyncProcessor.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/EmptyAsyncProcessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/Ewma.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/EwmaRate.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/Frozen2ViewHelpers.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/LegacyRequestExpiryGuard.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/ManagedStringView.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/MethodMetadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerInterfaceThread-inl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerInterfaceThread.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerInterfaceThread.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerThread.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/ScopedServerThread.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/test/DebugString.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/test/DebugStringTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/test/ManagedStringViewTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/util/test/MethodMetadataTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/ShrinkToFit.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/for_each.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/test/ShrinkToFit.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/test/shrink_to_fit_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/visit_by_thrift_field_metadata.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/visit_by_thrift_field_metadata.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/cpp2/visitation/visit_union.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/.circleci/config.yml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/application_exception.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/application_exception_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/binary_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/binary_protocol_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/buffered_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/buffered_transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/client_interface.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/clientconn.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/clientconn_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/compact_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/compact_protocol_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/concurrent_server.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/context.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/debug_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/deserializer.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/exception.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/exception_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/field.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/framed_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/framed_transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/header.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/header_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/header_protocol_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/header_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/header_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/header_transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/http_client.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/http_client_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/http_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/interceptor.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/interceptor_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/iostream_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/iostream_transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/json_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/json_protocol_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/lowlevel_benchmarks_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/memory_buffer.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/memory_buffer_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/messagetype.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/multiplexed_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/numeric.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/pointerize.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/processor.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/processor_factory.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/protocol_exception.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/protocol_factory.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/protocol_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/public_tld/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/public_tld/CONTRIBUTING.md [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/public_tld/LICENSE [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/public_tld/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/request_channel.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/request_context.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/rich_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/rich_transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/serial_channel.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/serializer.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/serializer_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/serializer_types_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/server.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/server_options.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/server_socket.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/server_socket_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/server_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/server_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/simple_json_protocol.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/simple_json_protocol_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/simple_server.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/socket.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/socket_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/ssl_server_socket.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/ssl_socket.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/transport_exception.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/transport_exception_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/transport_factory.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/type.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/zlib_transport.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/zlib_transport_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/go/thrift/zstd.go [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/.hhconfig [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/README [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/import_from_www.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftAsyncIf.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftAsyncProcessor.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftAsyncRpcOptionsIf.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftClient.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftIf.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftProcessor.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftShapishStruct.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftStruct.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftSyncIf.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/IThriftUnion.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TAnnotations.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TApplicationException.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TBase.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TClientAsyncHandler.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TClientEventHandler.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TClientMultiEventHandler.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TException.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/THandlerShortCircuitException.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TMessageType.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TProcessorEventHandler.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TProcessorMultiEventHandler.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/TType.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftAsyncProcessor.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftClientBase.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftProcessorBase.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftSerializationHelper.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftSerializationTrait.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftSyncProcessor.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftUnionSerializationTrait.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/ThriftUtil.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/channel/IThriftAsyncChannel.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/TProtocol.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/TProtocolException.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/TProtocolFactory.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/TProtocolSerializer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/binary/TBinaryProtocol.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/binary/TBinaryProtocolAccelerated.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/binary/TBinaryProtocolBase.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/binary/TBinaryProtocolFactory.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/binary/TBinaryProtocolUnaccelerated.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/binary/TBinarySerializer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/compact/TCompactProtocol.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/compact/TCompactProtocolAccelerated.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/compact/TCompactProtocolBase.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/compact/TCompactProtocolFactory.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/compact/TCompactProtocolUnaccelerated.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/compact/TCompactSerializer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplejson/TSimpleJSONProtocol.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplejson/TSimpleJSONProtocolContext.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplejson/TSimpleJSONProtocolListContext.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplejson/TSimpleJSONProtocolMapContext.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplejson/TSimpleJSONSerializer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplephpobject/TSimplePHPObjectProtocol.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/protocol/simplephpobject/TSimplePHPObjectProtocolKeyedIteratorWrapper.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/server/TNonBlockingServer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/server/TServer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/server/TServerEventHandler.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/IThriftBufferedTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/IThriftRemoteConn.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/InstrumentedTTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/InstrumentedTTransportTrait.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TBufferedTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TFramedTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/THeaderTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/THeaderTransportFactory.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/THttpClient.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/THttpClientPool.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TMemoryBuffer.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TNonBlockingSocket.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TNonBlockingSocketNoThrow.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TNullTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TPhpStream.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TServerSocket.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TSocket.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TSocketPool.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TTransport.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TTransportException.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TTransportFactory.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TTransportStatus.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/hack/src/transport/TTransportSupportsHeaders.php [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/AnyBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/ByteBufSerializationBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/LazyAnyBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/ReactiveRpcBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/RpcBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/RpcEventLoopBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/benchmarks/src/main/java/com/facebook/thrift/jmh/SerializationBenchmarks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/IntEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/SwiftGenerated.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftConstructor.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftEnumValue.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftField.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftIdlAnnotation.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftIntEnumResolver.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/codec/ThriftUnionId.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/service/ThriftException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/service/ThriftInteraction.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/service/ThriftMethod.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/swift/service/ThriftService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/TypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/AbstractByteBufTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/BooleanTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/ByteBufTProtocolTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/ByteTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/CopiedPooledByteBufTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/DateTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/DoubleTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/FloatTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/IntegerTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/LongTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/ShortTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/SlicedPooledByteBufTypeTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/StringTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/StructTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/adapter/common/UnpooledByteBufTypeAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/payload/Reader.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/payload/ThriftSerializable.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/payload/Writer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufAbstractTSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufBase64TSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufDefaultTSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufIntrinsicDefaultTProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufTBinaryProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufTCompactProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufTJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufTProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/protocol/ByteBufTSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/AmbiguousUniversalNameException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/HashAlgorithm.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/HashAlgorithmSHA256.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/InvalidUniversalNameURIException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/Type.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/TypeList.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/TypeRegistry.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/UniversalName.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/type/UniversalNameCache.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/com/facebook/thrift/util/IntrinsicDefaults.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/TApplicationException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/TBaseException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/TException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/annotations/Sensitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/client/ClientRequestContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TField.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TList.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TMap.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TMessageType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TProtocolException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TProtocolUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TSet.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/protocol/TType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/transport/TTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/main/java/org/apache/thrift/transport/TTransportException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/test/java/com/facebook/thrift/type/TypeRegistryTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/test/java/com/facebook/thrift/type/UniversalNameTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/common/src/test/java/com/facebook/thrift/type/__fbthrift_TypeList_ab3de2bc.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/example/ping/src/main/java/com/meta/thrift/example/ping/client/PingClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/example/ping/src/main/java/com/meta/thrift/example/ping/client/PingClientConfig.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/example/ping/src/main/java/com/meta/thrift/example/ping/server/PingImpl.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/example/ping/src/main/java/com/meta/thrift/example/ping/server/PingServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/example/ping/src/main/java/com/meta/thrift/example/ping/server/PingServerConfig.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/guice/src/main/java/com/facebook/thrift/guice/LegacyServerTransportSingleton.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/guice/src/main/java/com/facebook/thrift/guice/ServerTransportSingleton.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/guice/src/main/java/com/facebook/thrift/guice/ThriftServerModule.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/guice/src/main/java/com/facebook/thrift/guice/ThriftServiceExporter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/guice/src/test/java/com/facebook/thrift/guice/BlockingPingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/guice/src/test/java/com/facebook/thrift/guice/ThriftServerModuleTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/out/production/thrift_lib_java_common/META-INF/thrift_lib_java_common.kotlin_module [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/out/production/thrift_lib_java_runtime/META-INF/thrift_lib_java_runtime.kotlin_module [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/out/test/thrift_lib_java_runtime/lorem.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/nifty/core/ConnectionContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/nifty/core/NiftyConnectionContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/nifty/core/NiftyMetrics.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/nifty/core/RequestContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/nifty/core/RequestContexts.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/nifty/ssl/SslSession.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/ContextChain.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/SwiftConstants.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/ThriftClientEventHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/ThriftClientStats.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/ThriftEventHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/ThriftMeterRegistry.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/ThriftServerConfig.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ServerStats.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftAbstractSummary.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftAbstractTimer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftDecayCounter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftServerStatsContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftServerStatsHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftSummary.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/ThriftTimer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats/TimeWindowCount.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/any/LazyAny.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/any/LazyAnyAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/any/SerializedLazyAny.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/any/UnserializedLazyAny.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/ClientBuilder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/DefaultResponseWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/DelegatingRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/DelegatingRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/EventHandlerRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/EventHandlerRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/InstrumentedRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/InstrumentedRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/ReconnectingRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/ReconnectingRpcClientMono.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/ResponseWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/RpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/RpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/RpcOptions.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/SimpleLoadBalancingRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/SimpleLoadBalancingRpcClientMono.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/ThriftClientConfig.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/ThriftClientStatsHolder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/TimeoutRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/TokenPassingRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/client/TokenPassingRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/exceptions/ConnectionFailedException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/exceptions/MessageTooLargeException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/exceptions/RequestTimeoutException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/client/LegacyRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/client/LegacyRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/client/RequestContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/client/ThriftClientHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/client/ThriftClientInitializer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/FrameInfo.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/FrameInfoDecoder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/HeaderTransportCodec.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/LegacyTransportType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/SimpleFrameCodec.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/SimpleFrameInfoDecoder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/ThriftFrame.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/codec/ThriftFramedDecoder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/exceptions/ChannelNotActiveException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/exceptions/FrameTooLargeException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/ExceptionWriter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/GeneratedRpcServerHandlerBuilder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/LegacyServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/LegacyServerTransportFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/ResponseOrderingHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/ThriftOptionalSslHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/ThriftProtocolDetection.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/ThriftServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/legacy/server/ThriftServerInitializer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/metadata/ClientInfo.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/metadata/ThriftTransportType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/model/CompressionAlgorithm.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/model/ProtocolId.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/model/RpcPriority.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/model/StreamResponse.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/ClientRequestPayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/ClientResponsePayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/DefaultClientRequestPayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/DefaultClientResponsePayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/DefaultServerRequestPayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/DefaultServerResponsePayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/ServerRequestPayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/payload/ServerResponsePayload.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/protocol/ProtocolUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/protocol/TProtocolType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/AddToMap.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/DefaultHeaderEventBus.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/DrainLoopHeaderEventBus.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/Emit.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/HeaderAwareRSocketRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/HeaderAwareRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/HeaderEvent.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/HeaderEventBus.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/RSocketRpcClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/RSocketRpcClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/client/RemoveFromMap.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/server/RSocketServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/server/RSocketServerTransportFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/server/ThriftServerRSocket.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/server/ThriftSocketAcceptor.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/transport/Util.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/transport/reactor/ReactorDuplexConnection.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/transport/reactor/client/ReactorClientTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/transport/reactor/server/RSocketProtocolDetector.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/transport/reactor/server/ReactorServerCloseable.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/transport/reactor/server/ReactorServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/util/MetadataUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/rsocket/util/PayloadUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/BaseServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/CompositeRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/LoadHeaderRpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/RpcServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/RpcServerHandlerBuilder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/ServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/server/ServerTransportFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/AsyncService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/BlockingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/CleanerWrapper.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/CompressionUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/ExceptionUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/FluxPublishingTransformer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/FutureUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/InputStreamByteBuf.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/MetricsChannelDuplexHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/MonoTimeoutTransformer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/NettyNiftyRequestContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/NettyUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/PlatformUtils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/RSocketLengthCodec.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/ReactiveService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/ReactorHooks.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/Readers.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/RpcClientUtils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/RpcPayloadUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/RpcServerUtils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/SPINiftyMetrics.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/SchedulingTransform.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/SerializationProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/SerializerUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/ThriftService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/TransportType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/DisposableExecutionMeasuringRunnable.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/ExecutionRecordingThread.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/ResourceConfiguration.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/ResourcesHolder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/RpcResources.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/ThreadPoolScheduler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/main/java/com/facebook/thrift/util/resources/ThreadPoolSchedulerQueue.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/nifty/header/protocol/TFacebookCompactProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/adapter/TypeAdapterTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/any/AnyTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/any/LazyAnyStandardProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/any/LazyAnyTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/client/SimpleLoadBalancingRpcClientFactoryTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/client/SimpleLoadBalancingRpcClientMonoTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/client/SimpleThriftClientTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/client/TimeoutRpcClientFactoryTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/legacy/server/TestGeneratedRpcServerHandlerBuilder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/legacy/server/testservices/AsyncBlockingTestService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/legacy/server/testservices/AsyncPingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/legacy/server/testservices/BlockingPingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/legacy/server/testservices/ReactivePingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/legacy/server/testservices/ReturnNullPingService.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/metadata/ClientInfoTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/protocol/ByteBufTBinaryProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/protocol/ByteBufTCompactProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/protocol/ByteBufTProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/rsocket/RSocketThriftClientTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/rsocket/transport/ReactorNettyTransportTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/rsocket/transport/TestRSocket.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/serialization/UnionTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/server/TestBlockingBehavior.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/server/TestGeneratedServerHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/terse/TerseWriteProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/terse/TerseWriteTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/type/TypeRegistryRuntimeTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/CleanerWrapperTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/CompressionUtilTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/ExceptionUtilTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/FutureUtilTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/MonoTimeoutTransformerTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/RpcClientUtilsTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/RpcServerUtilsTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/SerializerUtilTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/com/facebook/thrift/util/resources/TestResourcesHolder.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/org/apache/thrift/ShortStack.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/org/apache/thrift/protocol/TBinaryProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/org/apache/thrift/protocol/TCompactProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/org/apache/thrift/protocol/TProtocolFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/java/org/apache/thrift/transport/TIOStreamTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/runtime/src/test/resources/lorem.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/script/create-intellij-project [new file with mode: 0755]
third-party/thrift/src/thrift/lib/java/test-if/blocking_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/lazy_any.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/ping.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/schema.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/terse_write_package.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/type_adapter.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/java/test-if/universal_name.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/.gitignore [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/EncodingUtils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/EventHandlerBase.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/IntRangeSet.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/MultipleTProcessorEventHandlers.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/ShortStack.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TApplicationException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TBase.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TBaseHelper.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TByteArrayOutputStream.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TClientIf.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TDeserializeUtils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TDeserializer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TFieldIdEnum.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TFieldRequirementType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TMultiplexedProcessor.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TProcessor.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TProcessorEventHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TProcessorFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TSerializer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TServiceClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/TUnion.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/UserExceptionHandler.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/annotations/Sensitive.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/async/AsyncMethodCallback.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/async/TAsyncClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/async/TAsyncClientFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/async/TAsyncClientManager.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/async/TAsyncMethodCall.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/meta_data/FieldMetaData.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/meta_data/FieldValueMetaData.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/meta_data/ListMetaData.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/meta_data/MapMetaData.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/meta_data/SetMetaData.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/meta_data/StructMetaData.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/AbstractTSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/Base64TSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/DefaultTSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TBase64Utils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TBinaryProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TCompactJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TCompactProtocol.java [new file with mode: 0755]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TField.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/THeaderProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TJSONProtocolBase.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TList.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TMap.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TMessage.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TMessageType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TMultiplexedProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TProtocolDecorator.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TProtocolException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TProtocolFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TProtocolUtil.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TSet.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TSimpleJSONProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TStruct.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TTupleProtocol.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/protocol/TType.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/scheme/IScheme.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/scheme/SchemeFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/scheme/StandardScheme.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/scheme/TupleScheme.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/TConnectionContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/THsHaServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/TNonblockingServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/TRpcConnectionContext.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/TServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/TServlet.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/TThreadFactoryImpl.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/example/TSimpleServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/server/example/TThreadPoolServer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TFramedTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/THeaderException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/THeaderTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/THttpClient.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TIOStreamTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TMemoryBuffer.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TMemoryInputTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TNonblockingServerSocket.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TNonblockingServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TNonblockingSocket.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TNonblockingTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TServerSocket.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TServerTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TSocket.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TSocketIf.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TTransport.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TTransportException.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/transport/TTransportFactory.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/utils/ByteBufferUtils.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/utils/Logger.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/main/java/com/facebook/thrift/utils/StandardCharsets.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/resources/testing_data_structures.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/BeansTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/ByteBufferUtilsTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/DeprecatedToSwiftTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/Fixtures.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/LoggerTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/ProtocolLimitTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/SensitiveStructTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/StructTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/TBaseHelperTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/TCompactJSONTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/TCompactProtocolTest.java [new file with mode: 0755]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/TruncatedFrameTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/UnionTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/protocol/TJSONProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/protocol/TSimpleJSONProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/swift/adapters/ApacheToFacebookProtocolAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/swift/adapters/ApacheToFacebookTransportAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/swift/adapters/FacebookToApacheTransportAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/swift/adapters/ThriftMessageAdapters.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/javadeprecated/src/test/java/com/facebook/thrift/swift/adapters/TransportAdapter.java [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/CppServerWrapper.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/README [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/TMultiplexedProcessor.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/TSCons.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/Thrift.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/Thrift.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/async_common.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/common.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/exceptions.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/exceptions.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/exceptions.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/sync_client.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/sync_client.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/sync_client.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/sync_client_factory.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/sync_client_factory.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/client/test/sync_client_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TBinaryProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TCompactProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/THeaderProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TJSONProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TMultiplexedProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TProtocolDecorator.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/exceptions.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/protocol/fastproto.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/reflection/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/reflection/limited/constants.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/CppContextData.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/CppServerWrapper.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/TAsyncioServer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/TCppServer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/TServer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/test/SlotsServiceThrowsTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/test/TAsyncioServerTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/test/handler.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/test/sleep.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/test/slots_throwing_service.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/server/test/tutorial.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/setup.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/THeaderTransport.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/THttpClient.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/TSSLSocket.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/TSocket.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/TSocketTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/TTransport.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/transport/tests/big_frame.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/BytesStrIO.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/Decorators.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/Recursive.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/Serializer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/TCppServerTestManager.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/TCppServerTestManagerTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/TValidator.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/async_common.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/asyncio.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/converter.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/converter.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/fuzzer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/inspect.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/randomizer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/remote.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/test_service.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/child.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/parent.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/sample_structs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/test_async_common.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/test_converter.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/test_inspect.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/tests/test_struct_to_dict.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py/util/type_inspect.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/__init__.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/benchmark/enums.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/builder.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/builder.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/builder.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/cache.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/cache.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/client.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/client.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/client.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/client.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/client_wrapper.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/clientcallbacks.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/common.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/common.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/common.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/converter.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/converter.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/converter.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/enums.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/enums.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/exceptions.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/exceptions.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/exceptions.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/exceptions.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/metadata.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/reflection.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/reflection.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/reflection.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/serializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/serializer.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/serializer.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/serializer.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/server.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/server.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/server.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/server.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/setup.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/ssl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/ssl.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/ssl.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/ssl.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/std_libcpp.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/stream.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/stream.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/stream.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/stream.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/stream.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/BinaryTypes.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/binary.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/binary.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/builders.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/cache.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/client_event_handlers/handler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/client_event_handlers/handler.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/client_event_handlers/helper.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/client_event_handlers/helper.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/client_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/clients.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/converter.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/convertible.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/cpp_handler.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/cpp_handler.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/cpp_handler.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/cpp_handler.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/custom.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/derived.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/enums.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/exception_helper.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/exception_helper.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/exceptions.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/extra_ns/a.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/extra_ns/b.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/extra_ns/c.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/extra_ns/extra_ns.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/extra_ns/extra_ns_lite.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/blank_interaction.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/interaction.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/interaction_test.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/interaction_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/run_interaction.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/run_interaction.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/interactions/run_interaction.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/iobuf.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/iobuf.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/is_overload/func.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/is_overload/func.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/is_overload/helper.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/is_overload/helper.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/lists.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/maps.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/mixin/a.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/mixin/b.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/mixin/mixin.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/nolegacy/example.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/nolegacy/nolegacy.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/reflection.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/refs.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/serializer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/server.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/sets.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/stack_args.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/stream/if/included.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/stream/if/stream.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/stream/test_client.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/stream/test_import_services.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/structs.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/testing.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/testing.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/transitive_deps/a.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/transitive_deps/b.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/transitive_deps/c.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/transitive_deps/transitive_deps.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/test/unions.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/testing.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/py3/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/Serializer.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/adapter.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/adapter.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/benchmark/converter.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/OmniClient.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/OmniClient.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/RequestChannel.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/RequestChannel.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/__init__.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/async_client.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/async_client.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/async_client.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/async_client_factory.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/async_client_factory.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/async_client_factory.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/client_wrapper.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/omni_client.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/omni_client.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/request_channel.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/request_channel.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/request_channel.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/ssl.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/ssl.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/ssl.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/ssl.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/ssl.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_channel_factory.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_channel_factory.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_client.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_client.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_client.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_client_factory.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/sync_client_factory.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/async_client_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/exceptions_helper.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/exceptions_helper.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/leaf.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/omni_client_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/sync_client_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/client/test/test_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/conformance/any_registry.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/conformance/test/any_registry.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/conformance/test/universal_name.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/conformance/universal_name.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/conformance/universal_name.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/conformance/universal_name.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/converter.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/converter.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/exceptions.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/exceptions.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/exceptions.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/exceptions.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/metadata.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/serializer.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/serializer.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/serializer.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/server/server.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/server/server.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/server/server.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/server/server.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/server/server.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/sink.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/sink.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/sink.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/stream.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/stream.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/stream.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapter.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapter.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapters/atoi.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapters/atoi_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapters/datetime.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapters/datetime_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/adapters/noop.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/binary.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/client_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/containers.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/converter.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/enums.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/exceptions.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/iobuf.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/lists.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/maps.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/metadata.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/refs.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/serializer.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/server.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/sets.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/sink.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/structs.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/transitive_deps.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/test/unions.py [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/types.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/types.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/types.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/types.pyi [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/types.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/util.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/util.pxd [new file with mode: 0644]
third-party/thrift/src/thrift/lib/python/util.pyx [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/.gitignore [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/Cargo.toml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/include/UniversalName.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/include/UniversalName.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/src/any_registry.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/src/bridge.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/src/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/src/tests/any_registry.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/conformance/src/universal_name.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/Cargo.toml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/deterministic_accumulator.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/deterministic_protocol.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/hasher.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/deterministic_accumulator_test.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/deterministic_hash_test.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/test_structs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/thrift_build.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/deterministic_hash/src/tests/thrift_lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/application_exception.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/binary_protocol.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/binary_type.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/bufext.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/builtin_types.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/client.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/compact_protocol.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/context_stack.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/Cargo.toml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/as_exception.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/binary.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/thrift_build.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/cargo_thrift/thrift_lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/compact.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/cpp_compat_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/exceptions.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/proptest.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/simplejson.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/dep_tests/test_thrift.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/deserialize.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/errors.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/exceptions.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/export.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/framing.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/help.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/lib.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/processor.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/protocol.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/request_context.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/serialize.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/simplejson_protocol.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/tests/binary.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/tests/compact.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/tests/mod.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/tests/simplejson.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/thrift_protocol.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/ttype.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/uri.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/src/varint.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/test/if.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/rust/test/test.rs [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/CMakeLists.txt [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/RocketRSocket.md [new symlink]
third-party/thrift/src/thrift/lib/thrift/RocketUpgrade.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/RpcMetadata.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/RpcMetadata_extra.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/SerializableDynamic.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/any.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/any_rep.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/detail/protocol.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/detail/protocol.h [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/detail/register_object.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/dynamic.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/field_mask.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/frozen.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/id.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/metadata.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/patch.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/protocol.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/protocol_detail.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/reflection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/schema.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/standard.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/type.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/lib/thrift/type_rep.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/AsyncClientWorker2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/AsyncClientWorker2.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/AsyncIntervalTimer.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/AsyncLoadHandler2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/AsyncLoadHandler2.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/ClientLoadConfig.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/ClientLoadConfig.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/ClientWorker2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/ClientWorker2.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/Cpp2Server.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp/loadgen.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/client/Client.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/if/Api.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/if/ApiBase.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/if/StreamApi.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/server/BenchmarkHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/server/Server.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/Counter.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/Operation.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/QPSStats.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/Runner.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/SimpleOps.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/StreamOps.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/Util.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/perf/cpp2/util/Util.h [new file with mode: 0644]
third-party/thrift/src/thrift/perf/go/server/main.go [new file with mode: 0644]
third-party/thrift/src/thrift/perf/go/server/server.go [new file with mode: 0644]
third-party/thrift/src/thrift/perf/if/load.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/perf/py/asyncio_load_handler.py [new file with mode: 0644]
third-party/thrift/src/thrift/perf/py/asyncio_test_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/perf/py/py3_load_handler.py [new file with mode: 0644]
third-party/thrift/src/thrift/perf/py/py3_test_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/perf/py3/load_handler.py [new file with mode: 0644]
third-party/thrift/src/thrift/perf/py3/py3_server.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/AdapterTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/AdapterTest.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/AnnotationTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/AnnotationTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/AnyTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/AnyTest1.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/AnyTest2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/AnyTest3.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/Benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/BitPackTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/Bitpack.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/BufferBaseTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ClearTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/CompactProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/CompressTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ConstantsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ContainerSize.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/ContainerSizeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/CopyTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/Cpp2OpsNative.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/Cpp2OpsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/Cpp2ProtocolTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/CppAllocatorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/CppAllocatorTest.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/CppAllocatorTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/CppNameTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/CustomStruct.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/CustomStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/CustomStructTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/DebugProtoTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/DebugProtoTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/DefaultValuesTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/DeserializationBench.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/DeserializationBench.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/DocTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/DynamicCpp2Test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/DynamicTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/EnsureTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/EnumTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/EnumTestCpp2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ExceptionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ExceptionTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ExceptionThrowing.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ExceptionThrowingTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FastProto.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldInterceptorTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldInterceptorTest.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldMask.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldMaskTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldNameAccess.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldNameAccessTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldRefBenchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldRefCodegenTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldRefConstPropagation.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldRefConstPropagationTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldRefTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FieldRefTraitsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FloatTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/FloatTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/GetValueOrNullTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/GetterSetterCpp2Test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/GetterSetterTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/HashMapTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/HashMapTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/HashSetTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/HashSetTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/IOBufPtrTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/IOBufPtrTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/InjectMetadataFieldsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/JSONProtoTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/SimpleJSONToThriftTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/SimpleJSONToThriftTest.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/JsonToThriftTest/TCompactJSONProtocolTest.java [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/config.json [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/config.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myBinaryStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myBoolStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myByteStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myCollectionStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myCombinedStructs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myComplexStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myDefaultStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myDoubleListStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myDoubleStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myEmptyStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myI16Struct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myI32Struct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myKeyStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myMapStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myMixedStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myNestedMapStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/mySetStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/mySimpleStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/JsonToThriftTest/myStringStruct.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ManyTypedefs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/MapWithIncompleteTypeTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/MinimizePaddingTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/MixinTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/MixinTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/MixinTestStrict.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/NoExcept.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/NoExceptTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/OpaqueTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/OpaqueTest.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/OpaqueTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/OptionalRequiredTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/OptionalsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/OrderTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/OrderTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ProtocolMethodsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ProtocolMethodsTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ProtocolMethodsTestCustomTypes.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/ProtocolSkipTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ProtocolTruncatedData.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ProtocolTruncatedDataTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/QualifiedEnumTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/QualifiedEnumTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/Recursive.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/Recursive2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/RecursiveCppTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/References.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ReferencesConstants.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ReferencesConstantsCpp2Test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ReferencesCpp2Test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ReservedIdTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/SchemaEvolutionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/SchemaTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/SerializationInFieldIdOrder.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/SerializationInFieldIdOrderTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/SerializationRoundTripTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/SplitsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/SplitsTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/StructPatchTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/StructPatchTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/StructPatchTestInclude.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/StructTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/StructsExtra.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/SwapTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/THeaderTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ThriftTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ThriftTest_extras.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ThriftTypeInfoTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/TopologicallySortObjectsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/TraitsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/TransitiveTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/TransportTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/TriviallyRelocatableTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionFieldRef.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionFieldRefBenchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionFieldRefTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionTest2.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionTest2.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionTest3.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionThriftBoxRandomTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/UnionThriftBoxRandomTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/VarintTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/ZlibTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/adapter.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/adapter_terse.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/benchmarks/bitpack_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/benchmarks/field_ref_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/benchmarks/protocol_skip_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/benchmarks/reflection_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/clear.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/container_size.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/copy.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/cpp_name.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/ensure.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/field_interceptor.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/field_ref_codegen.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/fuzzer/RandomizerTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/fuzzer/TestFuzzer.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/fuzzer/fuzz.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/get_value_or_null.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/go/if/thrifttest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/go/server.go [new file with mode: 0644]
third-party/thrift/src/thrift/test/go/server_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/test/go/types_test.go [new file with mode: 0644]
third-party/thrift/src/thrift/test/inject_metadata_fields.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/inject_metadata_fields_annot.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/integration/cpp2/ZeroCopy.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/integration/cpp2/zero_copy_client.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/integration/cpp2/zero_copy_server.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/MemberAccessor.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/benchmark.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/common.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/evolution.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/evolution_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/index_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/nested.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/nested_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/random_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/reserialize_lazy_field_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/simple.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/simple_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/simple_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/simple_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/lazy_deserialization/terse_writes.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/client/Client.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/client/Client.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/client/main.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/if/Backend.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/server/BackendServiceHandler.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/server/BackendServiceHandler.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/server/Server.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/loadshedding/tests/Test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/minimize_padding.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/optionals.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py.asyncio/test_suite_asyncio.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/BigFrameTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/Exceptions.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/FastprotoBenchmark.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/JSONGenerateTest.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/JSONReaderTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/JsonReaderTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/PythonReservedKeywords.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/RecursivePyTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/ReprTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/SerializationTest.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/SimpleJSONRead.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/SortKeys.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/SortSets.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TMemoryBufferTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TValidatorTest.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/TestAsyncioServer.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TestClientServer.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TestDefaultValues.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/TestEof.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/TestFastProto.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TestFrameSize.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TestOptionalRequired.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/TestSerializationSorted.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/TestServer.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/TestSocket.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/TestSyntax.py [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/UTF8StringTest.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/UnionTests.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/adapter.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/adapter_bar.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/adapter_for_tests.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/adapter_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/constants.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/constants_include.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/constants_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/enums.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/enums_py3.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/enums_py3_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/enums_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/explicit_module/runtest.sh [new file with mode: 0755]
third-party/thrift/src/thrift/test/py/kwargs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/kwargs_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/py/reserved_keywords_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/FieldsTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/ReflectionTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/ReflectionTest.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/TroublesomeTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/compat.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_constant_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_custom_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_debug_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_diff_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_enum_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_folly_dynamic_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_indenter_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_legacy_reflection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_legacy_reflection_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_legacy_reflection_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_merge.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_merge_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_merge_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_populator_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_pretty_print_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_reflection_indirection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_reflection_indirection_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_reflection_indirection_types.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_serialization_common.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_serialization_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_serializer_benchmark.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_service_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_struct_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_union_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/fatal_variant_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/global.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/reflection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/reflection_dep_B.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/reflection_dep_C.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/reflection_dep_D.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/reflection_dependency_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/reflection_helpers_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/regression.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/service_reflection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/simple_reflection.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/troublesome.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_for_each_include_order_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_for_each_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_same_build_rule.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_same_build_rule.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_same_build_rule.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_same_build_rule_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_transitivity_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_visit_by_thrift_field_metadata_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/reflection/visitation_visit_union_test.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/schema.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/schema_evolution_test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/structs.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/structs_terse.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/SerializerTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/frozen.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/frozen_tablebased.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/include.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/include_tablebased.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/thrift.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/tablebased/thrift_tablebased.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/terse_write/TerseWriteTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/terse_write/deprecated_terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/terse_write/tablebased_terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/terse_write/terse_write.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/test.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/Enum.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/Testing.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/TestsetTest.cpp [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/generator.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/generator_test.py [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/golden/Testset.h [new file with mode: 0644]
third-party/thrift/src/thrift/test/testset/golden/testset.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/traits.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/transitive.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/test/trivially_relocatable.thrift [new file with mode: 0644]
third-party/thrift/src/thrift/website/.eslintrc.js [new file with mode: 0644]
third-party/thrift/src/thrift/website/.gitignore [new file with mode: 0644]
third-party/thrift/src/thrift/website/.prettierignore [new file with mode: 0644]
third-party/thrift/src/thrift/website/.prettierrc [new file with mode: 0644]
third-party/thrift/src/thrift/website/.stylelintrc.js [new file with mode: 0644]
third-party/thrift/src/thrift/website/README.md [new file with mode: 0644]
third-party/thrift/src/thrift/website/babel.config.js [new file with mode: 0644]
third-party/thrift/src/thrift/website/docusaurus.config.js [new file with mode: 0644]
third-party/thrift/src/thrift/website/package.json [new file with mode: 0644]
third-party/thrift/src/thrift/website/sidebars.js [new file with mode: 0644]
third-party/thrift/src/thrift/website/src/css/custom.css [new file with mode: 0644]
third-party/thrift/src/thrift/website/src/pages/index.js [new file with mode: 0644]
third-party/thrift/src/thrift/website/src/pages/styles.module.css [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/.nojekyll [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/img/favicon.ico [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/img/logo.svg [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/img/oss_logo.png [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/img/undraw_docusaurus_mountain.svg [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/img/undraw_docusaurus_react.svg [new file with mode: 0644]
third-party/thrift/src/thrift/website/static/img/undraw_docusaurus_tree.svg [new file with mode: 0644]
third-party/thrift/src/thrift/website/yarn.lock [new file with mode: 0644]
third-party/wangle/src/.github/workflows/TagIt.yml [new file with mode: 0644]
third-party/wangle/src/.github/workflows/getdeps_linux.yml [new file with mode: 0644]
third-party/wangle/src/.github/workflows/getdeps_mac.yml [new file with mode: 0644]
third-party/wangle/src/.github/workflows/getdeps_windows.yml [new file with mode: 0644]
third-party/wangle/src/CONTRIBUTING.md [new file with mode: 0644]
third-party/wangle/src/LICENSE [new file with mode: 0644]
third-party/wangle/src/README.md [new file with mode: 0644]
third-party/wangle/src/build/README.md [new file with mode: 0644]
third-party/wangle/src/tutorial.md [new file with mode: 0644]
third-party/wangle/src/wangle/.clang-tidy [new file with mode: 0644]
third-party/wangle/src/wangle/.gitignore [new file with mode: 0644]
third-party/wangle/src/wangle/CMakeLists.txt [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/AcceptObserver.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/Acceptor.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/Acceptor.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/AcceptorHandshakeManager.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/AcceptorHandshakeManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/ConnectionCounter.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/ConnectionManager.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/ConnectionManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/FizzAcceptorHandshakeHelper.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/FizzAcceptorHandshakeHelper.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/FizzConfig.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/FizzConfigUtil.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/FizzConfigUtil.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/LoadShedConfiguration.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/LoadShedConfiguration.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/ManagedConnection.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/ManagedConnection.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/NetworkAddress.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/PeekingAcceptorHandshakeHelper.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SSLAcceptorHandshakeHelper.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SSLAcceptorHandshakeHelper.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SSLContextSelectionMisc.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SecureTransportType.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SecureTransportType.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SecurityProtocolContextManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/ServerSocketConfig.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SharedSSLContextManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SocketOptions.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SocketOptions.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/SocketPeeker.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/TLSPlaintextPeekingCallback.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/TLSPlaintextPeekingCallback.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/TransportInfo.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/TransportInfo.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/UnencryptedAcceptorHandshakeHelper.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/AcceptorHelperMocks.h [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/AcceptorTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/ConnectionManagerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/EvbHandshakeHelperTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/LoadShedConfigurationTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/PeekingAcceptorHandshakeHelperTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/SecurityProtocolContextManagerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/acceptor/test/SocketPeekerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/AcceptRoutingHandler-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/AcceptRoutingHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/BaseClientBootstrap.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/ClientBootstrap.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/RoutingDataHandler-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/RoutingDataHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/ServerBootstrap-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/ServerBootstrap.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/ServerBootstrap.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/ServerSocketFactory.h [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/test/AcceptRoutingHandlerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/test/BootstrapTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/bootstrap/test/Mocks.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/AsyncSocketHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/EventBaseHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/FileRegion.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/FileRegion.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/Handler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/HandlerContext-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/HandlerContext.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/OutputBufferingHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/Pipeline-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/Pipeline.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/Pipeline.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/StaticPipeline.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/BroadcastHandler-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/BroadcastHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/BroadcastPool-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/BroadcastPool.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/ObservingHandler-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/ObservingHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/Subscriber.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/test/BroadcastHandlerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/test/BroadcastPoolTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/test/Mocks.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/test/ObservingClientPipelineTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/broadcast/test/ObservingHandlerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/test/AsyncSocketHandlerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/test/FileRegionTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/test/MockHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/test/MockPipeline.h [new file with mode: 0644]
third-party/wangle/src/wangle/channel/test/OutputBufferingHandlerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/channel/test/PipelineTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/FilePersistenceLayer.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/FilePersistenceLayer.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/FilePersistentCache.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/LRUInMemoryCache-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/LRUInMemoryCache.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/LRUPersistentCache-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/LRUPersistentCache.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/PersistentCache.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/PersistentCacheCommon.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/PersistentCacheCommon.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/SharedMutexCacheLockGuard.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/test/FilePersistentCacheTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/test/LRUPersistentCacheTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/test/Mocks.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/test/PersistentCacheCommonTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/test/TestUtil.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/persistence/test/TestUtil.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionCacheData.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionCacheData.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionCacheUtils.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionCacheUtils.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionCallbacks.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionCallbacks.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionPersistentCache-inl.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/SSLSessionPersistentCache.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/ThreadSafeSSLSessionCache.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/ThreadSafeSSLSessionCache.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/Mocks.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/SSLSessionCacheDataTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/SSLSessionCallbackTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/SSLSessionPersistentCacheTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/TestUtil.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/TestUtil.h [new file with mode: 0644]
third-party/wangle/src/wangle/client/ssl/test/ThreadSafeSSLSessionCacheTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/cmake/CheckAtomic.cmake [new file with mode: 0644]
third-party/wangle/src/wangle/cmake/FindLibrt.cmake [new file with mode: 0644]
third-party/wangle/src/wangle/cmake/wangle-config.cmake.in [new file with mode: 0644]
third-party/wangle/src/wangle/codec/ByteToMessageDecoder.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/FixedLengthFrameDecoder.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/LengthFieldBasedFrameDecoder.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/codec/LengthFieldBasedFrameDecoder.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/LengthFieldPrepender.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/codec/LengthFieldPrepender.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/LineBasedFrameDecoder.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/codec/LineBasedFrameDecoder.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/MessageToByteEncoder.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/README.md [new file with mode: 0644]
third-party/wangle/src/wangle/codec/StringCodec.h [new file with mode: 0644]
third-party/wangle/src/wangle/codec/test/CodecTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/codec/test/CodecTestUtils.h [new file with mode: 0644]
third-party/wangle/src/wangle/example/accept_steering/accept_steering_server.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/broadcast/BroadcastProxy.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/echo/EchoClient.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/echo/EchoServer.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/file/FileServer.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/proxy/Proxy.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/rpc/ClientSerializeHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/example/rpc/README.md [new file with mode: 0644]
third-party/wangle/src/wangle/example/rpc/RpcClient.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/rpc/RpcServer.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/rpc/ServerSerializeHandler.h [new file with mode: 0644]
third-party/wangle/src/wangle/example/ssl/Client.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/ssl/Server.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/telnet/TelnetClient.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/example/telnet/TelnetServer.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/service/ClientDispatcher.h [new file with mode: 0644]
third-party/wangle/src/wangle/service/CloseOnReleaseFilter.h [new file with mode: 0644]
third-party/wangle/src/wangle/service/ExecutorFilter.h [new file with mode: 0644]
third-party/wangle/src/wangle/service/ExpiringFilter.h [new file with mode: 0644]
third-party/wangle/src/wangle/service/ServerDispatcher.h [new file with mode: 0644]
third-party/wangle/src/wangle/service/Service.h [new file with mode: 0644]
third-party/wangle/src/wangle/service/test/ServiceTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/ClientHelloExtStats.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/PasswordInFileFactory.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/PasswordInFileFactory.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLCacheOptions.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLCacheProvider.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLContextConfig.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLContextManager.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLContextManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLSessionCacheManager.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLSessionCacheManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLStats.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLUtil.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/SSLUtil.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/ServerSSLContext.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/ServerSSLContext.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/TLSCredProcessor.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/TLSCredProcessor.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/TLSTicketKeyManager.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/TLSTicketKeyManager.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/TLSTicketKeySeeds.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/MockSSLStats.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/SSLCacheTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/SSLContextManagerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/SSLSessionCacheManagerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/TLSCredProcessorTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/TLSTicketKeyManagerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/TicketUtil.h [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/certs/test.cert.pem [new file with mode: 0644]
third-party/wangle/src/wangle/ssl/test/certs/test.key.pem [new file with mode: 0644]
third-party/wangle/src/wangle/test/TestMain.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/util/FilePoller.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/util/FilePoller.h [new file with mode: 0644]
third-party/wangle/src/wangle/util/MultiFilePoller.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/util/MultiFilePoller.h [new file with mode: 0644]
third-party/wangle/src/wangle/util/test/FilePollerTest.cpp [new file with mode: 0644]
third-party/wangle/src/wangle/util/test/MultiFilePollerTest.cpp [new file with mode: 0644]
third-party/watchman/src/.gitattributes [new file with mode: 0644]
third-party/watchman/src/.github/workflows/getdeps_linux.yml [new file with mode: 0644]
third-party/watchman/src/.github/workflows/getdeps_mac.yml [new file with mode: 0644]
third-party/watchman/src/.github/workflows/getdeps_windows.yml [new file with mode: 0644]
third-party/watchman/src/.github/workflows/release.yml [new file with mode: 0644]
third-party/watchman/src/.gitignore [new file with mode: 0644]
third-party/watchman/src/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third-party/watchman/src/LICENSE [new file with mode: 0644]
third-party/watchman/src/README.markdown [new file with mode: 0644]
third-party/watchman/src/autogen.cmd [new file with mode: 0644]
third-party/watchman/src/autogen.sh [new file with mode: 0755]
third-party/watchman/src/build/fbcode_builder/.gitignore [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBBuildOptions.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBCMakeParseArgs.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBCompilerSettings.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBCompilerSettingsMSVC.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBCompilerSettingsUnix.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBPythonBinary.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBPythonTestAddTests.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBThriftCppLibrary.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBThriftLibrary.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FBThriftPyLibrary.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindDoubleConversion.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindGMock.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindGflags.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindGlog.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindLibEvent.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindLibUnwind.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindPCRE.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindPCRE2.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindRe2.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindSodium.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/FindZstd.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/RustStaticLibrary.cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/fb_py_test_main.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/fb_py_win_main.c [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/CMake/make_fbpy_archive.py [new file with mode: 0755]
third-party/watchman/src/build/fbcode_builder/LICENSE [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/README.md [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps.py [new file with mode: 0755]
third-party/watchman/src/build/fbcode_builder/getdeps/__init__.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/builder.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/buildopts.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/cache.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/cargo.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/copytree.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/dyndeps.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/envfuncs.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/errors.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/expr.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/fetcher.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/load.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/manifest.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/platform.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/py_wheel_builder.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/runcmd.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/subcmd.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/test/expr_test.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/test/fixtures/duplicate/foo [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/test/fixtures/duplicate/subdir/foo [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/test/manifest_test.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/test/platform_test.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/getdeps/test/scratch_test.py [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/CLI11 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/OpenNSA [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/airstore [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/autoconf [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/automake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/bison [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/boost [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/bz2 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/cmake [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/cpptoml [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/delos_core [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/double-conversion [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/eden [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/eden_scm [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/edencommon [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/exprtk [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/f4d [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fatal [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fb303 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fb303-source [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fboss [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fbthrift [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fbthrift-source [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fbzmq [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fizz [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/fmt [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/folly [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/gflags [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/git-lfs [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/glog [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/gnu-bash [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/gnu-coreutils [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/gnu-grep [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/gnu-sed [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/googletest [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/googletest_1_8 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/gperf [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/iproute2 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/jq [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/katran [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libbpf [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libbpf_0_2_0_beta [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libcurl [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libelf [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libevent [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libffi [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libgit2 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libicu [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libmnl [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libnl [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libsai [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libsodium [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libtool [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libusb [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libyaml [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/libzmq [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/lz4 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/lzo [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/mononoke [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/mvfst [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/ncurses [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/nghttp2 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/ninja [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/nlohmann-json [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/nmap [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/openr [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/openssl [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/osxfuse [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/patchelf [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/pcre [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/pcre2 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/perl [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/pexpect [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/protobuf [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/proxygen [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python-click [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python-dulwich [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python-filelock [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python-ptyprocess [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python-six [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/python-toml [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/range-v3 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/re2 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/rocksdb [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/rust-shed [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/snappy [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/sqlite3 [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/sqlite3-bin [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/tcl [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/tree [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/wangle [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/watchman [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/xz [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/yaml-cpp [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/zlib [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/manifests/zstd [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/patches/rocksdb_skip_thirdparty_windows.patch [new file with mode: 0644]
third-party/watchman/src/build/fbcode_builder/patches/zlib_dont_build_more_than_needed.patch [new file with mode: 0644]
third-party/watchman/src/eden/fs/config/eden_config.thrift [new file with mode: 0644]
third-party/watchman/src/eden/fs/inodes/overlay/overlay.thrift [new file with mode: 0644]
third-party/watchman/src/eden/fs/service/eden.thrift [new file with mode: 0644]
third-party/watchman/src/eden/fs/service/streamingeden.thrift [new file with mode: 0644]
third-party/watchman/src/eden/fs/takeover/takeover.thrift [new file with mode: 0644]
third-party/watchman/src/install-system-packages.sh [new file with mode: 0755]
third-party/watchman/src/run-tests.sh [new file with mode: 0755]
third-party/watchman/src/watchman/.clang-format [new file with mode: 0644]
third-party/watchman/src/watchman/.clang-tidy [new file with mode: 0644]
third-party/watchman/src/watchman/.projectid [new file with mode: 0644]
third-party/watchman/src/watchman/CFM_RULES [new file with mode: 0644]
third-party/watchman/src/watchman/ChildProcess.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/ChildProcess.h [new file with mode: 0644]
third-party/watchman/src/watchman/Client.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Client.h [new file with mode: 0644]
third-party/watchman/src/watchman/Clock.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Clock.h [new file with mode: 0644]
third-party/watchman/src/watchman/Command.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Command.h [new file with mode: 0644]
third-party/watchman/src/watchman/CommandRegistry.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/CommandRegistry.h [new file with mode: 0644]
third-party/watchman/src/watchman/Connect.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Connect.h [new file with mode: 0644]
third-party/watchman/src/watchman/Constants.h [new file with mode: 0644]
third-party/watchman/src/watchman/ContentHash.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/ContentHash.h [new file with mode: 0644]
third-party/watchman/src/watchman/Cookie.h [new file with mode: 0644]
third-party/watchman/src/watchman/CookieSync.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/CookieSync.h [new file with mode: 0644]
third-party/watchman/src/watchman/Errors.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Errors.h [new file with mode: 0644]
third-party/watchman/src/watchman/FlagMap.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/FlagMap.h [new file with mode: 0644]
third-party/watchman/src/watchman/GroupLookup.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/GroupLookup.h [new file with mode: 0644]
third-party/watchman/src/watchman/IgnoreSet.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/IgnoreSet.h [new file with mode: 0644]
third-party/watchman/src/watchman/InMemoryView.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/InMemoryView.h [new file with mode: 0644]
third-party/watchman/src/watchman/LRUCache.h [new file with mode: 0644]
third-party/watchman/src/watchman/LogConfig.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/LogConfig.h [new file with mode: 0644]
third-party/watchman/src/watchman/Logging.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Logging.h [new file with mode: 0644]
third-party/watchman/src/watchman/MapUtil.h [new file with mode: 0644]
third-party/watchman/src/watchman/Options.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Options.h [new file with mode: 0644]
third-party/watchman/src/watchman/PDU.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/PDU.h [new file with mode: 0644]
third-party/watchman/src/watchman/PendingCollection.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/PendingCollection.h [new file with mode: 0644]
third-party/watchman/src/watchman/PerfSample.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/PerfSample.h [new file with mode: 0644]
third-party/watchman/src/watchman/Poison.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Poison.h [new file with mode: 0644]
third-party/watchman/src/watchman/ProcessLock.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/ProcessLock.h [new file with mode: 0644]
third-party/watchman/src/watchman/PubSub.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/PubSub.h [new file with mode: 0644]
third-party/watchman/src/watchman/QueryableView.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/QueryableView.h [new file with mode: 0644]
third-party/watchman/src/watchman/Result.h [new file with mode: 0644]
third-party/watchman/src/watchman/RingBuffer.h [new file with mode: 0644]
third-party/watchman/src/watchman/SanityCheck.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/SanityCheck.h [new file with mode: 0644]
third-party/watchman/src/watchman/Serde.h [new file with mode: 0644]
third-party/watchman/src/watchman/Shutdown.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/Shutdown.h [new file with mode: 0644]
third-party/watchman/src/watchman/SignalHandler.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/SignalHandler.h [new file with mode: 0644]
third-party/watchman/src/watchman/SymlinkTargets.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/SymlinkTargets.h [new file with mode: 0644]
third-party/watchman/src/watchman/ThreadPool.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/ThreadPool.h [new file with mode: 0644]
third-party/watchman/src/watchman/TriggerCommand.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/TriggerCommand.h [new file with mode: 0644]
third-party/watchman/src/watchman/UserDir.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/UserDir.h [new file with mode: 0644]
third-party/watchman/src/watchman/WatchmanConfig.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/WatchmanConfig.h [new file with mode: 0644]
third-party/watchman/src/watchman/bser.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/bser.h [new file with mode: 0644]
third-party/watchman/src/watchman/build/vagrant/.gitignore [new file with mode: 0644]
third-party/watchman/src/watchman/build/vagrant/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/build/vagrant/Vagrantfile [new file with mode: 0644]
third-party/watchman/src/watchman/cli/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/watchman/cli/Cargo.toml [new file with mode: 0644]
third-party/watchman/src/watchman/cli/src/audit.rs [new file with mode: 0644]
third-party/watchman/src/watchman/cli/src/main.rs [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/debug.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/find.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/heapprof.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/info.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/log.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/query.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/since.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/state.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/subscribe.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/trigger.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cmds/watch.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/CLI.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/WatchmanClient.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/WatchmanClient.h [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/WatchmanConnection.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/WatchmanConnection.h [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/WatchmanResponseError.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/cppclient/watchmanclient.pc.in [new file with mode: 0644]
third-party/watchman/src/watchman/docs/sync.md [new file with mode: 0644]
third-party/watchman/src/watchman/fs/DirHandle.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FSDetect.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FSDetect.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FileDescriptor.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FileDescriptor.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FileInformation.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FileInformation.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FileSystem.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/FileSystem.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/ParallelWalk.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/ParallelWalk.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/ParallelWalkMain.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/Pipe.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/Pipe.h [new file with mode: 0644]
third-party/watchman/src/watchman/fs/UnixDirHandle.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/WinDirHandle.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/WindowsTime.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fs/WindowsTime.h [new file with mode: 0644]
third-party/watchman/src/watchman/fuzz/BserDecode.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/fuzz/JsonDecode.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/hash.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/integration/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/watchman/integration/__init__.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/capabilities.js [new file with mode: 0644]
third-party/watchman/src/watchman/integration/case.js [new file with mode: 0644]
third-party/watchman/src/watchman/integration/cat.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/cppclient.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_journal.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_pathgen.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_query.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_scm.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_sha1.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_shutdown.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_since.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_subscribe.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_unmount.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/eden/test_eden_watch_root.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/Interrupt.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/TempDir.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/WatchmanEdenTestCase.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/WatchmanInstance.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/WatchmanSCMTestCase.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/WatchmanTestCase.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/__init__.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/node.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/lib/path_utils.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/node_basic.js [new file with mode: 0644]
third-party/watchman/src/watchman/integration/site_spawn.py [new file with mode: 0755]
third-party/watchman/src/watchman/integration/site_spawn_fail.py [new file with mode: 0755]
third-party/watchman/src/watchman/integration/test_absroot.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_age_file.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_age_watch.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_auth.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_big.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_bsdish.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_bser_cli.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_bulkstat.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_capabilities.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_case_sensitive.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_clock.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_command.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_content_hash.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_cookie.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_cppclient.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_cursor.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_dir_move.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_dirname.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_empty.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_fields.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_find.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_fishy.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_fork.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_fsevents_resync.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_fstype.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_glob.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_ignore.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_info.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_invalid_expr.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_invalid_watchmanconfig.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_kqueue_and_fsevents_recrawl.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_local_saved_state.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_log.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_match.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_name.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_nice.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_nodejs.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_path_generator.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_pcre.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_perms.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_remove.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_remove_then_add.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_request_id.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_restrictions.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_saved_state.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_scm.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_since.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_since_term.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_site_spawn.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_size.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_sock_perms.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_subscribe.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_suffix.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_suffix_generator.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_trigger.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_trigger_chdir.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_trigger_error.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_two_deep.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_type.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_watch_del_all.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_watch_project.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/test_wm_wait.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/touch.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/trig-cwd.py [new file with mode: 0644]
third-party/watchman/src/watchman/integration/trig.py [new file with mode: 0755]
third-party/watchman/src/watchman/integration/trigjson.py [new file with mode: 0755]
third-party/watchman/src/watchman/java/.buckconfig [new file with mode: 0644]
third-party/watchman/src/watchman/java/.gitignore [new file with mode: 0644]
third-party/watchman/src/watchman/java/.nobuckcheck [new file with mode: 0644]
third-party/watchman/src/watchman/java/LICENSE [new file with mode: 0644]
third-party/watchman/src/watchman/java/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/java/pom.xml [new file with mode: 0644]
third-party/watchman/src/watchman/java/sandcastle.ini [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/Callback.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/CapabilitiesStrategy.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/Deserializer.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanClient.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanClientImpl.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanConnection.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanException.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanTransport.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanTransportBuilder.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/WatchmanTransportUnavailableException.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/bser/BserConstants.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/bser/BserDeserializer.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/bser/BserSerializer.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/environment/ExecutableFinder.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/environment/FileFinder.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/unixsocket/ReferenceCountedFileDescriptor.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/unixsocket/UnixDomainSocket.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/unixsocket/UnixDomainSocketLibrary.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/windowspipe/WindowsNamedPipe.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/src/com/facebook/watchman/windowspipe/WindowsNamedPipeLibrary.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/CapabilitiesTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/WatchmanClientTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/WatchmanConnectionTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/WatchmanTestBase.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/bser/BserDeserializerTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/bser/BserSerializerTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/environment/ExecutableFinderTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/environment/FileFinderTest.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/fakes/FakeWatchmanClient.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/test/com/facebook/watchman/util/TemporaryPaths.java [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/guava/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/hamcrest/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/immutables/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/jna/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/jsr-305/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/junit/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/mockito/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/nuprocess/README [new file with mode: 0644]
third-party/watchman/src/watchman/java/third-party/objenesis/README [new file with mode: 0644]
third-party/watchman/src/watchman/launchd.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/listener-user.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/listener.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/listener.h [new file with mode: 0644]
third-party/watchman/src/watchman/main.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/node/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/index.js [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/package.json [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/test/bser.js [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/test_bser.py [new file with mode: 0644]
third-party/watchman/src/watchman/node/bser/yarn.lock [new file with mode: 0644]
third-party/watchman/src/watchman/node/example.js [new file with mode: 0644]
third-party/watchman/src/watchman/node/index.js [new file with mode: 0644]
third-party/watchman/src/watchman/node/package.json [new file with mode: 0644]
third-party/watchman/src/watchman/node/yarn.lock [new file with mode: 0644]
third-party/watchman/src/watchman/portability/Backtrace.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/portability/Backtrace.h [new file with mode: 0644]
third-party/watchman/src/watchman/portability/GetOpt.h [new file with mode: 0644]
third-party/watchman/src/watchman/portability/PosixSpawn.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/portability/PosixSpawn.h [new file with mode: 0644]
third-party/watchman/src/watchman/portability/WinError.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/portability/WinError.h [new file with mode: 0644]
third-party/watchman/src/watchman/python/.gitignore [new file with mode: 0644]
third-party/watchman/src/watchman/python/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/watchman/python/LICENSE [new file with mode: 0644]
third-party/watchman/src/watchman/python/bin/watchman-diag [new file with mode: 0755]
third-party/watchman/src/watchman/python/bin/watchman-make [new file with mode: 0755]
third-party/watchman/src/watchman/python/bin/watchman-replicate-subscription [new file with mode: 0755]
third-party/watchman/src/watchman/python/bin/watchman-wait [new file with mode: 0755]
third-party/watchman/src/watchman/python/bin/watchman-wait-aio [new file with mode: 0755]
third-party/watchman/src/watchman/python/publish-pypi.sh [new file with mode: 0755]
third-party/watchman/src/watchman/python/pywatchman/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/__init__.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/bser.c [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/capabilities.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/encoding.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/load.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/pybser.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman/windows.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/pywatchman_aio/__init__.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/setup.py [new file with mode: 0755]
third-party/watchman/src/watchman/python/tests/__init__.py [new file with mode: 0644]
third-party/watchman/src/watchman/python/tests/tests.py [new file with mode: 0755]
third-party/watchman/src/watchman/query/FileResult.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/FileResult.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/GlobTree.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/GlobTree.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/LocalFileResult.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/LocalFileResult.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/Query.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/Query.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/QueryContext.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/QueryContext.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/QueryExpr.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/QueryResult.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/QueryResult.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/TermRegistry.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/TermRegistry.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/base.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/dirname.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/empty.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/eval.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/eval.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/fieldlist.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/glob.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/intcompare.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/intcompare.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/match.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/name.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/parse.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/parse.h [new file with mode: 0644]
third-party/watchman/src/watchman/query/pcre.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/since.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/suffix.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/query/type.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/Root.h [new file with mode: 0644]
third-party/watchman/src/watchman/root/ageout.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/dir.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/file.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/init.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/iothread.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/notifythread.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/reap.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/resolve.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/resolve.h [new file with mode: 0644]
third-party/watchman/src/watchman/root/sync.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/test/RootTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/threading.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/warnerr.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/warnerr.h [new file with mode: 0644]
third-party/watchman/src/watchman/root/watchlist.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/root/watchlist.h [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/.gitignore [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/.rspec [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/Gemfile [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/LICENSE.txt [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/Rakefile [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/ext/ruby-watchman/depend [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/ext/ruby-watchman/extconf.rb [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/ext/ruby-watchman/watchman.c [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/ext/ruby-watchman/watchman.h [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/lib/ruby-watchman.rb [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/lib/ruby-watchman/version.rb [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/ruby-watchman.gemspec [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/spec/ruby_watchman_spec.rb [new file with mode: 0644]
third-party/watchman/src/watchman/ruby/ruby-watchman/spec/spec_helper.rb [new file with mode: 0644]
third-party/watchman/src/watchman/runtests.py [new file with mode: 0755]
third-party/watchman/src/watchman/rust/serde_bser/Cargo.toml [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/bytestring.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/bunser.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/map.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/mod.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/read.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/reentrant.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/seq.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/template.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/test.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/de/variant.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/errors.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/header.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/lib.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/ser/count_write.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/ser/mod.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/ser/test.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/serde_bser/src/value.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/Cargo.toml [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/examples/glob.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/examples/since.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/examples/state.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/examples/subscribe.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/src/expr.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/src/fields.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/src/lib.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/src/named_pipe.rs [new file with mode: 0644]
third-party/watchman/src/watchman/rust/watchman_client/src/pdu.rs [new file with mode: 0644]
third-party/watchman/src/watchman/saved_state/LocalSavedStateInterface.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/saved_state/LocalSavedStateInterface.h [new file with mode: 0644]
third-party/watchman/src/watchman/saved_state/SavedStateFactory.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/saved_state/SavedStateFactory.h [new file with mode: 0644]
third-party/watchman/src/watchman/saved_state/SavedStateInterface.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/saved_state/SavedStateInterface.h [new file with mode: 0644]
third-party/watchman/src/watchman/scm/Git.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/scm/Git.h [new file with mode: 0644]
third-party/watchman/src/watchman/scm/Mercurial.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/scm/Mercurial.h [new file with mode: 0644]
third-party/watchman/src/watchman/scm/SCM.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/scm/SCM.h [new file with mode: 0644]
third-party/watchman/src/watchman/sockname.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/sockname.h [new file with mode: 0644]
third-party/watchman/src/watchman/state.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/state.h [new file with mode: 0644]
third-party/watchman/src/watchman/stream.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/stream_stdout.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/stream_unix.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/stream_win.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/string.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/ArtTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/BserTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/CacheTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/ChildProcTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/FSDetectTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/IgnoreTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/InMemoryViewTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/JsonBenchmark.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/JsonTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/LocalSavedStateInterfaceTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/LogTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/MapUtilTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/MercurialTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/PendingCollectionTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/PerfSampleTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/ResultTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/RingBufferTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/SerdeTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/StringTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/WildmatchTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/WildmatchTest.json [new file with mode: 0644]
third-party/watchman/src/watchman/test/async/AsyncWatchmanTestCase.py [new file with mode: 0644]
third-party/watchman/src/watchman/test/async/test_dead_socket.py [new file with mode: 0644]
third-party/watchman/src/watchman/test/async/test_subscribe_async.py [new file with mode: 0644]
third-party/watchman/src/watchman/test/lib/FakeFileSystem.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/lib/FakeFileSystem.h [new file with mode: 0644]
third-party/watchman/src/watchman/test/lib/FakeFileSystemTest.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/lib/FakeWatcher.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/test/lib/FakeWatcher.h [new file with mode: 0644]
third-party/watchman/src/watchman/test/run.sh [new file with mode: 0755]
third-party/watchman/src/watchman/thirdparty/deelevate_binding/.gitignore [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/deelevate_binding/CMakeLists.txt [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/deelevate_binding/Cargo.toml [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/deelevate_binding/include/deelevate.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/deelevate_binding/src/lib.rs [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/getopt/GetOpt.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/getopt/GetOpt.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/dump.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/error.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/jansson.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/jansson_private.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/load.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/strconv.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/utf.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/utf.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/jansson/value.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/LICENSE [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/README.md [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/src/art-inl.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/src/art.h [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/tests/runner.c [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/tests/uuid.txt [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/libart/tests/words.txt [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/wildmatch/.dir-locals.el [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/wildmatch/wildmatch.c [new file with mode: 0644]
third-party/watchman/src/watchman/thirdparty/wildmatch/wildmatch.h [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/Watcher.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/Watcher.h [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/WatcherRegistry.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/WatcherRegistry.h [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/eden.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/fsevents.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/fsevents.h [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/inotify.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/kqueue.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/kqueue.h [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/kqueue_and_fsevents.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/portfs.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watcher/win32.cpp [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_cmd.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_dir.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_file.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_hash.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_preprocessor.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_stream.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_string.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_system.h [new file with mode: 0644]
third-party/watchman/src/watchman/watchman_time.h [new file with mode: 0644]
third-party/watchman/src/watchman/winbuild/susres.cpp [new file with mode: 0644]
third-party/watchman/src/website/.ruby-version [new file with mode: 0644]
third-party/watchman/src/website/Gemfile [new file with mode: 0644]
third-party/watchman/src/website/Gemfile.lock [new file with mode: 0644]
third-party/watchman/src/website/README.md [new file with mode: 0644]
third-party/watchman/src/website/_config.yml [new file with mode: 0644]
third-party/watchman/src/website/_data/authors.yml [new file with mode: 0644]
third-party/watchman/src/website/_data/current_release.json [new file with mode: 0644]
third-party/watchman/src/website/_data/features.yml [new file with mode: 0644]
third-party/watchman/src/website/_data/nav.yml [new file with mode: 0644]
third-party/watchman/src/website/_data/nav_docs.yml [new file with mode: 0644]
third-party/watchman/src/website/_data/promo.yml [new file with mode: 0644]
third-party/watchman/src/website/_docs/BSER.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/capabilities.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/casefolding.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cli-options.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/clockspec.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.clock.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.find.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.flush-subscriptions.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.get-config.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.get-sockname.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.list-capabilities.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.log-level.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.log.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.query.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.shutdown-server.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.since.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.state-enter.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.state-leave.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.subscribe.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.trigger-del.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.trigger-list.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.trigger.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.unsubscribe.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.version.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.watch-del-all.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.watch-del.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.watch-list.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.watch-project.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cmd.watch.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/compatibility.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/configuration.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/contributing.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cookies.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/cppclient.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.allof.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.anyof.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.dirname.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.empty.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.exists.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.false.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.match.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.name.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.not.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.pcre.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.since.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.size.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.suffix.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.true.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/expr.type.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/file-query.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/install.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/nodejs.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/release-notes.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/scm-query.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/simple-query.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/socket-interface.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/troubleshooting.markdown [new file with mode: 0644]
third-party/watchman/src/website/_docs/watchman-make.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/watchman-replicate-subscription.md [new file with mode: 0644]
third-party/watchman/src/website/_docs/watchman-wait.md [new file with mode: 0644]
third-party/watchman/src/website/_includes/anchor_links.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/blog_pagination.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/content/gridblocks.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/content/items/gridblock.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/doc.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/doc_paging.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/footer.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/head.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/header.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/hero.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/katex_import.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/katex_render.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/nav.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/nav_blog.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/nav_docs.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/all_share.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/ascii_cinema.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/button.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/fb_pagelike.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/github_star.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/github_watch.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/google_share.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/group_join.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/like_button.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/post_social_plugins.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/slideshow.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/twitter_follow.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/plugins/twitter_share.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/post.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/social_plugins.html [new file with mode: 0644]
third-party/watchman/src/website/_includes/ui/button.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/blog.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/default.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/doc_page.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/docs.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/home.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/page.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/plain.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/post.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/redirect.html [new file with mode: 0644]
third-party/watchman/src/website/_layouts/support.html [new file with mode: 0644]
third-party/watchman/src/website/_sass/_base.scss [new file with mode: 0644]
third-party/watchman/src/website/_sass/_reset.scss [new file with mode: 0644]
third-party/watchman/src/website/_sass/_slideshow.scss [new file with mode: 0644]
third-party/watchman/src/website/_sass/_syntax-highlighting.scss [new file with mode: 0644]
third-party/watchman/src/website/blog/all.html [new file with mode: 0644]
third-party/watchman/src/website/blog/index.html [new file with mode: 0644]
third-party/watchman/src/website/css/main.scss [new file with mode: 0644]
third-party/watchman/src/website/feed.xml [new file with mode: 0644]
third-party/watchman/src/website/index.markdown [new file with mode: 0644]
third-party/watchman/src/website/publish.sh [new file with mode: 0755]
third-party/watchman/src/website/src/watchman/css/watchman.css [new file with mode: 0644]
third-party/watchman/src/website/src/watchman/img/favicon.png [new file with mode: 0644]
third-party/watchman/src/website/static/favicon.png [new file with mode: 0644]
third-party/watchman/src/website/static/logo.png [new file with mode: 0644]
third-party/watchman/src/website/static/og_image.png [new file with mode: 0644]
third-party/watchman/src/website/static/oss_logo.png [new file with mode: 0644]
third-party/watchman/src/website/static/pygments.css [new file with mode: 0644]
third-party/watchman/src/website/support.markdown [new file with mode: 0644]