Home
last modified time | relevance | path

Searched refs:objectivec (Results 1 – 25 of 51) sorted by relevance

123

/third_party/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh65 objectivec/Tests/unittest_cycle.proto
66 objectivec/Tests/unittest_deprecated.proto
67 objectivec/Tests/unittest_deprecated_file.proto
68 objectivec/Tests/unittest_extension_chain_a.proto
69 objectivec/Tests/unittest_extension_chain_b.proto
70 objectivec/Tests/unittest_extension_chain_c.proto
71 objectivec/Tests/unittest_extension_chain_d.proto
72 objectivec/Tests/unittest_extension_chain_e.proto
73 objectivec/Tests/unittest_extension_chain_f.proto
74 objectivec/Tests/unittest_extension_chain_g.proto
[all …]
Dfull_mac_build.sh175 -project objectivec/ProtocolBuffers_iOS.xcodeproj
188 -project objectivec/ProtocolBuffers_OSX.xcodeproj
201 -project objectivec/ProtocolBuffers_tvOS.xcodeproj
234 objectivec/generate_well_known_types.sh --check-only -j "${NUM_MAKE_JOBS}"
237 objectivec/DevTools/pddm_tests.py
238 if ! objectivec/DevTools/pddm.py --dry-run objectivec/*.[hm] objectivec/Tests/*.[hm] ; then
251 -project objectivec/ProtocolBuffers_iOS.xcodeproj
320 -project objectivec/ProtocolBuffers_OSX.xcodeproj
347 -project objectivec/ProtocolBuffers_tvOS.xcodeproj
/third_party/protobuf/
DMakefile.am43 if test -e objectivec/DevTools; then \
45 rm -f objectivec/DevTools/*.pyc; \
561 objectivec/.clang-format \
562 objectivec/DevTools/check_version_stamps.sh \
563 objectivec/DevTools/compile_testing_protos.sh \
564 objectivec/DevTools/full_mac_build.sh \
565 objectivec/DevTools/pddm.py \
566 objectivec/DevTools/pddm_tests.py \
567 objectivec/generate_well_known_types.sh \
568 objectivec/google/protobuf/Any.pbobjc.h \
[all …]
DBUILD.gn349 "src/google/protobuf/compiler/objectivec/objectivec_enum.cc",
350 "src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc",
351 "src/google/protobuf/compiler/objectivec/objectivec_extension.cc",
352 "src/google/protobuf/compiler/objectivec/objectivec_field.cc",
353 "src/google/protobuf/compiler/objectivec/objectivec_file.cc",
354 "src/google/protobuf/compiler/objectivec/objectivec_generator.cc",
355 "src/google/protobuf/compiler/objectivec/objectivec_helpers.cc",
356 "src/google/protobuf/compiler/objectivec/objectivec_map_field.cc",
357 "src/google/protobuf/compiler/objectivec/objectivec_message.cc",
358 "src/google/protobuf/compiler/objectivec/objectivec_message_field.cc",
[all …]
Dgenerate_descriptor_proto.sh102 if test -x objectivec/generate_well_known_types.sh; then
104 objectivec/generate_well_known_types.sh $@
Dtests.sh272 objectivec/DevTools/full_mac_build.sh \
287 objectivec/DevTools/full_mac_build.sh \
295 objectivec/DevTools/full_mac_build.sh \
308 objectivec/Tests/CocoaPods/run_tests.sh
/third_party/protobuf/cmake/
Dlibprotoc.cmake64 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_enum.cc
65 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc
66 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_extension.cc
67 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_field.cc
68 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_file.cc
69 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_generator.cc
70 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc
71 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc
72 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_message.cc
73 ${protobuf_source_dir}/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc
[all …]
Dextract_includes.bat.in9 mkdir include\google\protobuf\compiler\objectivec
32 …ATH}\..\src\google\protobuf\compiler\objectivec\objectivec_generator.h" include\google\protobuf\co…
33 …PATH}\..\src\google\protobuf\compiler\objectivec\objectivec_helpers.h" include\google\protobuf\com…
/third_party/protobuf/src/
DMakefile.am158 google/protobuf/compiler/objectivec/objectivec_generator.h \
159 google/protobuf/compiler/objectivec/objectivec_helpers.h \
411 google/protobuf/compiler/objectivec/objectivec_enum.cc \
412 google/protobuf/compiler/objectivec/objectivec_enum.h \
413 google/protobuf/compiler/objectivec/objectivec_enum_field.cc \
414 google/protobuf/compiler/objectivec/objectivec_enum_field.h \
415 google/protobuf/compiler/objectivec/objectivec_extension.cc \
416 google/protobuf/compiler/objectivec/objectivec_extension.h \
417 google/protobuf/compiler/objectivec/objectivec_field.cc \
418 google/protobuf/compiler/objectivec/objectivec_field.h \
[all …]
/third_party/protobuf/objectivec/
DREADME.md28 $ objectivec/DevTools/full_mac_build.sh
37 Add `objectivec/*.h`, `objectivec/google/protobuf/*.pbobjc.h`, and
38 `objectivec/GPBProtocolBuffers.m` to your project.
42 Add `objectivec/*.h`, `objectivec/google/protobuf/*.pbobjc.h`,
43 `objectivec/google/protobuf/*.pbobjc.m`, and `objectivec/*.m` except for
44 `objectivec/GPBProtocolBuffers.m` to your project.
187 `objectivec/DevTools/full_mac_build.sh` can be used to easily rebuild and test
/third_party/grpc/src/compiler/
Dobjective_c_plugin.cc29 using ::google::protobuf::compiler::objectivec::
31 using ::google::protobuf::compiler::objectivec::ProtobufLibraryFrameworkName;
139 google::protobuf::compiler::objectivec::FilePath(file); in Generate()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_extension.h40 namespace objectivec {
Dobjectivec_enum.h43 namespace objectivec {
Dobjectivec_generator.h45 namespace objectivec {
Dobjectivec_oneof.h43 namespace objectivec {
Dobjectivec_map_field.h41 namespace objectivec {
Dobjectivec_file.h44 namespace objectivec {
Dobjectivec_enum_field.h41 namespace objectivec {
Dobjectivec_message_field.h41 namespace objectivec {
Dobjectivec_primitive_field.h41 namespace objectivec {
Dobjectivec_message_field.cc42 namespace objectivec { namespace
Dobjectivec_message.h46 namespace objectivec {
Dobjectivec_enum_field.cc42 namespace objectivec { namespace
/third_party/protobuf/src/google/protobuf/compiler/
Dmain.cc89 objectivec::ObjectiveCGenerator objc_generator; in ProtobufMain()
/third_party/grpc/bazel/
Dgrpc_util.bzl29 # third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc

123