create
This commit is contained in:
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/async_generic_service.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/async_generic_service.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_ASYNC_GENERIC_SERVICE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_ASYNC_GENERIC_SERVICE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/generic/async_generic_service.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_ASYNC_GENERIC_SERVICE_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/async_stream.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/async_stream.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
|
||||
#define GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/async_stream.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/async_unary_call.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/async_unary_call.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_ASYNC_UNARY_CALL_H
|
||||
#define GRPCPP_IMPL_CODEGEN_ASYNC_UNARY_CALL_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/async_unary_call.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_ASYNC_UNARY_CALL_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/byte_buffer.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/byte_buffer.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2017 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_BYTE_BUFFER_H
|
||||
#define GRPCPP_IMPL_CODEGEN_BYTE_BUFFER_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/byte_buffer.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_BYTE_BUFFER_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/call.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/call.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CALL_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CALL_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/call.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CALL_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/call_hook.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/call_hook.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CALL_HOOK_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CALL_HOOK_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/call_hook.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CALL_HOOK_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/call_op_set.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/call_op_set.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CALL_OP_SET_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CALL_OP_SET_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/call_op_set.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CALL_OP_SET_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/call_op_set_interface.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/call_op_set_interface.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CALL_OP_SET_INTERFACE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CALL_OP_SET_INTERFACE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
#include <grpcpp/impl/call_op_set_interface.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CALL_OP_SET_INTERFACE_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/callback_common.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/callback_common.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CALLBACK_COMMON_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CALLBACK_COMMON_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/callback_common.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CALLBACK_COMMON_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/channel_interface.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/channel_interface.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2016 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CHANNEL_INTERFACE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CHANNEL_INTERFACE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/channel_interface.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CHANNEL_INTERFACE_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_callback.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_callback.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/client_callback.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CLIENT_CALLBACK_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_context.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_context.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CLIENT_CONTEXT_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CLIENT_CONTEXT_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/client_context.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CLIENT_CONTEXT_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_interceptor.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_interceptor.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CLIENT_INTERCEPTOR_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CLIENT_INTERCEPTOR_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/client_interceptor.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CLIENT_INTERCEPTOR_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_unary_call.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/client_unary_call.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CLIENT_UNARY_CALL_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CLIENT_UNARY_CALL_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/client_unary_call.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CLIENT_UNARY_CALL_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/completion_queue.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/completion_queue.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015-2016 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_COMPLETION_QUEUE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_COMPLETION_QUEUE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/completion_queue.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_COMPLETION_QUEUE_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/completion_queue_tag.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/completion_queue_tag.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_COMPLETION_QUEUE_TAG_H
|
||||
#define GRPCPP_IMPL_CODEGEN_COMPLETION_QUEUE_TAG_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/completion_queue_tag.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_COMPLETION_QUEUE_TAG_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/config.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/config.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2016 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CONFIG_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CONFIG_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/config.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CONFIG_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/create_auth_context.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/create_auth_context.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_CREATE_AUTH_CONTEXT_H
|
||||
#define GRPCPP_IMPL_CODEGEN_CREATE_AUTH_CONTEXT_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/create_auth_context.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_CREATE_AUTH_CONTEXT_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/delegating_channel.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/delegating_channel.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_DELEGATING_CHANNEL_H
|
||||
#define GRPCPP_IMPL_CODEGEN_DELEGATING_CHANNEL_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/delegating_channel.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_DELEGATING_CHANNEL_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/intercepted_channel.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/intercepted_channel.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_INTERCEPTED_CHANNEL_H
|
||||
#define GRPCPP_IMPL_CODEGEN_INTERCEPTED_CHANNEL_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/intercepted_channel.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_INTERCEPTED_CHANNEL_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/interceptor.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/interceptor.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H
|
||||
#define GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/interceptor.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_INTERCEPTOR_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/interceptor_common.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/interceptor_common.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_INTERCEPTOR_COMMON_H
|
||||
#define GRPCPP_IMPL_CODEGEN_INTERCEPTOR_COMMON_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/interceptor_common.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_INTERCEPTOR_COMMON_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/message_allocator.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/message_allocator.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_MESSAGE_ALLOCATOR_H
|
||||
#define GRPCPP_IMPL_CODEGEN_MESSAGE_ALLOCATOR_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/message_allocator.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_MESSAGE_ALLOCATOR_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/metadata_map.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/metadata_map.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_METADATA_MAP_H
|
||||
#define GRPCPP_IMPL_CODEGEN_METADATA_MAP_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/metadata_map.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_METADATA_MAP_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/method_handler.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/method_handler.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_H
|
||||
#define GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/method_handler.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_H
|
||||
24
Pods/gRPC-C++/include/grpcpp/impl/codegen/method_handler_impl.h
generated
Normal file
24
Pods/gRPC-C++/include/grpcpp/impl/codegen/method_handler_impl.h
generated
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H
|
||||
#define GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_METHOD_HANDLER_IMPL_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/rpc_method.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/rpc_method.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_RPC_METHOD_H
|
||||
#define GRPCPP_IMPL_CODEGEN_RPC_METHOD_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/rpc_method.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_RPC_METHOD_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/rpc_service_method.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/rpc_service_method.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2016 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_RPC_SERVICE_METHOD_H
|
||||
#define GRPCPP_IMPL_CODEGEN_RPC_SERVICE_METHOD_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/rpc_service_method.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_RPC_SERVICE_METHOD_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/security/auth_context.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/security/auth_context.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SECURITY_AUTH_CONTEXT_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SECURITY_AUTH_CONTEXT_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/security/auth_context.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SECURITY_AUTH_CONTEXT_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/serialization_traits.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/serialization_traits.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERIALIZATION_TRAITS_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERIALIZATION_TRAITS_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/serialization_traits.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERIALIZATION_TRAITS_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_callback.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_callback.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/server_callback.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_callback_handlers.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_callback_handlers.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_HANDLERS_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_HANDLERS_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/server_callback_handlers.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERVER_CALLBACK_HANDLERS_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_context.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_context.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERVER_CONTEXT_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERVER_CONTEXT_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/server_context.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERVER_CONTEXT_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_interceptor.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_interceptor.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2018 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERVER_INTERCEPTOR_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERVER_INTERCEPTOR_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/server_interceptor.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERVER_INTERCEPTOR_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_interface.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/server_interface.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERVER_INTERFACE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERVER_INTERFACE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/server_interface.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERVER_INTERFACE_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/service_type.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/service_type.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SERVICE_TYPE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SERVICE_TYPE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/service_type.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SERVICE_TYPE_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/slice.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/slice.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SLICE_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SLICE_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/slice.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SLICE_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/status.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/status.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2016 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_STATUS_H
|
||||
#define GRPCPP_IMPL_CODEGEN_STATUS_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/status.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_STATUS_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/status_code_enum.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/status_code_enum.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2016 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_STATUS_CODE_ENUM_H
|
||||
#define GRPCPP_IMPL_CODEGEN_STATUS_CODE_ENUM_H
|
||||
|
||||
// IWYU pragma: private, include <grpcpp/support/status.h>
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/status_code_enum.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_STATUS_CODE_ENUM_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/string_ref.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/string_ref.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_STRING_REF_H
|
||||
#define GRPCPP_IMPL_CODEGEN_STRING_REF_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/string_ref.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_STRING_REF_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/stub_options.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/stub_options.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_STUB_OPTIONS_H
|
||||
#define GRPCPP_IMPL_CODEGEN_STUB_OPTIONS_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/stub_options.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_STUB_OPTIONS_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/sync.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/sync.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SYNC_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SYNC_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/impl/sync.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SYNC_H
|
||||
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/sync_stream.h
generated
Normal file
26
Pods/gRPC-C++/include/grpcpp/impl/codegen/sync_stream.h
generated
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2019 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H
|
||||
#define GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/sync_stream.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_SYNC_STREAM_H
|
||||
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/time.h
generated
Normal file
27
Pods/gRPC-C++/include/grpcpp/impl/codegen/time.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
//
|
||||
// Copyright 2015 gRPC authors.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef GRPCPP_IMPL_CODEGEN_TIME_H
|
||||
#define GRPCPP_IMPL_CODEGEN_TIME_H
|
||||
|
||||
// IWYU pragma: private
|
||||
|
||||
/// TODO(chengyuc): Remove this file after solving compatibility.
|
||||
#include <grpcpp/support/time.h>
|
||||
|
||||
#endif // GRPCPP_IMPL_CODEGEN_TIME_H
|
||||
Reference in New Issue
Block a user