Home
last modified time | relevance | path

Searched +full:objective +full:- +full:c (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/third_party/grpc/templates/
DgRPC.podspec.template2 --- |
14 # http://www.apache.org/licenses/LICENSE-2.0
30 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
41 s.default_subspec = 'Interface', 'GRPCCore', 'Interface-Legacy'
44 # This is needed by all pods that depend on gRPC-RxLibrary:
54 s.subspec 'Interface-Legacy' do |ss|
55 ss.header_mappings_dir = 'src/objective-c/GRPCClient'
57 ss.public_header_files = "src/objective-c/GRPCClient/GRPCCall+ChannelArg.h",
58 "src/objective-c/GRPCClient/GRPCCall+ChannelCredentials.h",
59 "src/objective-c/GRPCClient/GRPCCall+Cronet.h",
[all …]
DgRPC-ProtoRPC.podspec.template2 --- |
5 # `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
15 # http://www.apache.org/licenses/LICENSE-2.0
25 s.name = 'gRPC-ProtoRPC'
31 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
47 s.default_subspec = 'Main', 'Legacy', 'Legacy-Header'
49 s.subspec 'Legacy-Header' do |ss|
50 ss.header_mappings_dir = "src/objective-c/ProtoRPC"
51 ss.public_header_files = "src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
52 ss.source_files = "src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
[all …]
/third_party/grpc/
DgRPC.podspec12 # http://www.apache.org/licenses/LICENSE-2.0
28 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
39 s.default_subspec = 'Interface', 'GRPCCore', 'Interface-Legacy'
42 # This is needed by all pods that depend on gRPC-RxLibrary:
52 s.subspec 'Interface-Legacy' do |ss|
53 ss.header_mappings_dir = 'src/objective-c/GRPCClient'
55 ss.public_header_files = "src/objective-c/GRPCClient/GRPCCall+ChannelArg.h",
56 "src/objective-c/GRPCClient/GRPCCall+ChannelCredentials.h",
57 "src/objective-c/GRPCClient/GRPCCall+Cronet.h",
58 "src/objective-c/GRPCClient/GRPCCall+OAuth2.h",
[all …]
DgRPC-ProtoRPC.podspec3 # `templates/gRPC-ProtoRPC.podspec.template` instead. This file can be
13 # http://www.apache.org/licenses/LICENSE-2.0
23 s.name = 'gRPC-ProtoRPC'
29 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
45 s.default_subspec = 'Main', 'Legacy', 'Legacy-Header'
47 s.subspec 'Legacy-Header' do |ss|
48 ss.header_mappings_dir = "src/objective-c/ProtoRPC"
49 ss.public_header_files = "src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
50 ss.source_files = "src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
54 ss.header_mappings_dir = "src/objective-c/ProtoRPC"
[all …]
DREADME.md1 gRPC - An RPC library and framework
4 gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run …
13 <td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td>
17 …ttps://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad…
24 For instructions on how to use the language-specific gRPC runtime for a project, please refer to th…
26 * [C++](src/cpp): follow the instructions under the `src/cpp` directory
27 * [C#](src/csharp): NuGet package `Grpc`
28 * [Dart](https://github.com/grpc/grpc-dart): pub package `grpc`
29 * [Go](https://github.com/grpc/grpc-go): `go get google.golang.org/grpc`
30 * [Java](https://github.com/grpc/grpc-java): Use JARs from Maven Central Repository
[all …]
/third_party/grpc/examples/objective-c/helloworld/
DREADME.md1 # gRPC in 3 minutes (Objective-C)
3 There are currently two ways to build projects with the gRPC Objective-C library:
13 …n obtain the latter by following [these setup instructions](https://github.com/grpc/homebrew-grpc).
15 ### Hello Objective-C gRPC!
17 Here's how to build and run the Objective-C implementation of the [Hello World](../../protos/hellow…
25 $ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc
27 $ git submodule update --init
30 Change your current directory to `examples/objective-c/helloworld`
33 $ cd examples/objective-c/helloworld
38 the C++ server in this repository:
[all …]
/third_party/grpc/tools/distrib/
Dcheck_protobuf_pod_version.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
23 version1=$(git describe --tags | cut -f 1 -d'-')
28 # get the version of protobuf in /src/objective-c/!ProtoCompiler.podspec
29 v2=$(cat src/objective-c/\!ProtoCompiler.podspec | egrep "v = " | cut -f 2 -d"'")
31 # get the version of protobuf in /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
32 v3=$(cat src/objective-c/\!ProtoCompiler-gRPCPlugin.podspec | egrep 'dependency.*!ProtoCompiler' | …
37 …echo 'Protobuf version in src/objective-c/!ProtoCompiler.podspec does not match protobuf version i…
42 …echo 'Protobuf version in src/objective-c/!ProtoCompiler-gRPCPlugin.podspec does not match protobu…
/third_party/grpc/src/objective-c/tests/
Drun_plugin_option_tests.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # ./tools/run_tests/run_tests.py -l objc
19 set -ev
27 PROTOC=$ROOT_DIR/bazel-bin/external/com_google_protobuf/protoc
28 PLUGIN=$ROOT_DIR/bazel-bin/src/compiler/grpc_objective_c_plugin
31 [ -f $PROTOC ] && [ -f $PLUGIN ] || {
35 rm -rf RemoteTestClient/*pb*
38 --plugin=protoc-gen-grpc=$PLUGIN \
39 --objc_out=RemoteTestClient \
40--grpc_out=grpc_local_import_prefix=$RUNTIME_IMPORT_PREFIX,runtime_import_prefix=$RUNTIME_IMPORT_P…
[all …]
Dexamples_build_test.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -ex
20 SCHEME=HelloWorld EXAMPLE_PATH=examples/objective-c/helloworld ./build_one_example.sh
21 SCHEME=RouteGuideClient EXAMPLE_PATH=examples/objective-c/route_guide ./build_one_example.sh
22 SCHEME=AuthSample EXAMPLE_PATH=examples/objective-c/auth_sample ./build_one_example.sh
DPodfile11 pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
12 pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c"
14 …pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => …
17 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
18 pod 'gRPC-RxLibrary', :path => GRPC_LOCAL_SRC
19 pod 'gRPC-ProtoRPC', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
48 pod 'CronetFramework', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
49 pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
57 pod 'CronetFramework', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
60 # gRPC-Core.podspec needs to be modified to be successfully used for local development. A Podfile's
[all …]
/third_party/grpc/tools/profiling/ios_bin/
Dbinary_size.py9 # http://www.apache.org/licenses/LICENSE-2.0
37 description='Binary size diff of gRPC Objective-C sample')
39 argp.add_argument('-d',
40 '--diff_base',
57 build_dir = 'src/objective-c/examples/Sample/Build/Build-%s/' % where
59 …me = 'Build/Intermediates.noindex/Sample.build/Release-iphoneos/Sample.build/Sample-LinkMap-normal
62 framework_dir = 'Build/Products/Release-iphoneos/Sample.app/Frameworks/'
72 'Build/Products/Release-iphoneos/Sample.app')
78 shutil.rmtree('src/objective-c/examples/Sample/Build/Build-%s' % where,
81 …'CONFIG=opt EXAMPLE_PATH=src/objective-c/examples/Sample SCHEME=Sample FRAMEWORKS=%s ./build_one_e…
[all …]
/third_party/grpc/src/objective-c/
DREADME.md2 # gRPC for Objective-C
3 gRPC Objective C library provides Objective C API for users to make gRPC calls on iOS or OS X
11 - [Write your API declaration in proto format](#write-protos)
12 - [Integrate a proto library in your project](#cocoapods)
13 - [Use the generated library in your code](#use)
14 - [Use gRPC without Protobuf](#no-proto)
15 - [Alternatives to the steps above](#alternatives)
16 - [Install protoc with the gRPC plugin](#install)
17 - [Install protoc and the gRPC plugin without using Homebrew](#no-homebrew)
18 - [Integrate the generated gRPC library without using Cocoapods](#no-cocoapods)
[all …]
DREADME-CFSTREAM.md2 # gRPC Objective-C with CFStream
6 (see the [doc](https://github.com/grpc/grpc/blob/master/src/objective-c/NetworkTransitionBehavior.m…
9 <s>CFStream integration is now in experimental state. You will need explicit opt-in to use it to get
14 Objective-C on iOS layer. You get to use it automatically without special configuration needed. See
22 platforms, you can turn it on with macro `GRPC_CFSTREAM=1` for the pod 'gRPC-Core' and 'gRPC'. In
33 CFRunLoop-based poller, the app cannot host a gRPC server (gRPC Objective-C does not support running
38 - Currently we do not support platforms other than iOS, although it is likely that this integration
40 - Let us know if you meet any issue by filing issue and ping @stanleycheung.
Dgrpc_objc_internal_library.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
22 # Each rule listed must be re-written for Google's internal build system, and
41 use_well_known_protos - ignored in open source version
59 """objc_library for testing, only works in //src/objective-c/exmaples
93 """objc_library for testing, only works in //src/objective-c/tests
108 "//src/objective-c:grpc_objc_client_internal_testing",
158 library_deps += ["//src/objective-c:grpc_objc_client_internal_testing"]
160 library_deps += ["//src/objective-c:proto_objc_rpc"]
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
DRemoteTest.podspec5 s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
15 # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
16 s.dependency "!ProtoCompiler-gRPCPlugin"
19 bazel_exec_root = "#{repo_root}/bazel-out/darwin-fastbuild/bin"
25 # Since we switched to importing full path, -I needs to be set to the directory
29 s.prepare_command = <<-CMD
30 # Cannot find file if using *.proto. Maybe files' paths must match the -I flags
32 --plugin=protoc-gen-grpc=#{plugin} \
33 --objc_out=. \
34 --grpc_out=generate_for_named_framework=#{s.name}:. \
[all …]
/third_party/protobuf/objectivec/
DREADME.md1 Protocol Buffers - Google's data interchange format
4-kokoro-results/status-badge/macos-objectivec_cocoapods_integration.png)](https://fusion.corp.goog…
8 This directory contains the Objective C Protocol Buffers runtime library.
11 ------------
13 The Objective C implementation requires:
15 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X).
16 - Xcode 10.3 (or later).
17 - The library code does *not* use ARC (for performance reasons), but it all can
21 ------------
33 --------
[all …]
DGPBBootstrap.h1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 * The Objective C runtime has complete enough info that most protos don’t end
48 // If the headers are imported into Objective-C++, we can run into an issue
49 // where the definition of NS_ENUM (really CF_ENUM) changes based on the C++
50 // standard that is in effect. If it isn't C++11 or higher, the definition
68 * - (void)bazMethod:(enum Foo_Enum):value;
95 * Attribute used for Objective-C proto interface deprecations without messages.
102 * Attribute used for Objective-C proto interface deprecations with messages.
113 …http://stackoverflow.com/questions/18723226/how-do-i-annotate-an-objective-c-property-with-an-objc
[all …]
/third_party/grpc/examples/objective-c/route_guide/
DREADME.md1 # gRPC Basics: Objective-C
3 … supporting code for the tutorial "[gRPC Basics: Objective-C](https://grpc.io/docs/languages/objec…
/third_party/grpc/examples/objective-c/auth_sample/
DREADME.md1 # OAuth2 on gRPC: Objective-C
3 …pporting code for the tutorial "[OAuth2 on gRPC: Objective-C](https://grpc.io/docs/languages/objec…
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
DRemoteTest.podspec5 s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
15 # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
16 s.dependency "!ProtoCompiler-gRPCPlugin"
19 bazel_exec_root = "#{repo_root}/bazel-out/darwin-fastbuild/bin"
25 s.prepare_command = <<-CMD
27 --plugin=protoc-gen-grpc=#{plugin} \
28 --objc_out=. \
29 --grpc_out=. \
30 -I #{repo_root} \
31 -I #{well_known_types_dir} \
[all …]
/third_party/grpc/tools/doxygen/
DDoxyfile.objc.internal18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
37 PROJECT_NAME = "GRPC Objective-C"
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
76 # characters to appear in the names of generated files. If set to NO, non-ASCII
[all …]
/third_party/boost/boost/predef/language/
Dobjc.h2 Copyright Rene Rivera 2011-2015
17 http://en.wikipedia.org/wiki/Objective-C[Objective-C] language.
38 #define BOOST_LANG_OBJC_NAME "Objective-C"
/third_party/protobuf/
DCHANGES.txt1 2020-07-14 version 3.13.0-rc1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
3 C++:
7 * Fix use-after-destroy bug when the Map is allocated in the arena.
23 * Reject NaN, Infinity, -Infinity that is not quoted.
24 * Base64 fixes for bytes fields: accept URL-safe base64 and missing padding.
34 C#:
44 generated code compatible with old C# compilers (pre-roslyn compilers
47 not support C# 7.2 compiler might need to use the new define
54 2020-06-01 version 3.12.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
56 Objective-C
[all …]
/third_party/grpc/src/objective-c/examples/watchOS-sample/
DPodfile8 pod 'gRPC-ProtoRPC', :path => ROOT_DIR
10 pod 'gRPC-Core', :path => ROOT_DIR
11 pod 'gRPC-RxLibrary', :path => ROOT_DIR
13 pod '!ProtoCompiler-gRPCPlugin', :path => "#{ROOT_DIR}/src/objective-c"
14 pod 'BoringSSL-GRPC', :podspec => "#{ROOT_DIR}/src/objective-c"
15 pod '!ProtoCompiler', :path => "#{ROOT_DIR}/src/objective-c"
18 target 'watchOS-sample' do
23 target 'watchOS-sample WatchKit Extension' do
29 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
/third_party/gstreamer/gstplugins_bad/common/m4/
Das-compiler-flag.m41 dnl as-compiler-flag.m4 0.1.0
6 dnl Tim-Philipp Müller <tim centricular net>
8 dnl AS_COMPILER_FLAG(CFLAGS, ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED])
10 dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags,
11 dnl and ACTION-IF-NOT-ACCEPTED otherwise.
33 dnl AS_CXX_COMPILER_FLAG(CPPFLAGS, ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED])
35 dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags,
36 dnl and ACTION-IF-NOT-ACCEPTED otherwise.
42 AC_MSG_CHECKING([to see if c++ compiler understands $1])
47 AC_LANG_PUSH(C++)
[all …]

12345678910>>...13