/external/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 50 objectivec/Tests/*.proto \ 52 objectivec/DevTools/compile_testing_protos.sh \ 136 objectivec/Tests/unittest_cycle.proto \ 137 objectivec/Tests/unittest_deprecated.proto \ 138 objectivec/Tests/unittest_deprecated_file.proto \ 139 objectivec/Tests/unittest_extension_chain_a.proto \ 140 objectivec/Tests/unittest_extension_chain_b.proto \ 141 objectivec/Tests/unittest_extension_chain_c.proto \ 142 objectivec/Tests/unittest_extension_chain_d.proto \ 143 objectivec/Tests/unittest_extension_chain_e.proto \ [all …]
|
D | full_mac_build.sh | 175 -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 323 -project objectivec/ProtocolBuffers_OSX.xcodeproj 350 -project objectivec/ProtocolBuffers_tvOS.xcodeproj
|
/external/protobuf/ |
D | Makefile.am | 43 if test -e objectivec/DevTools; then \ 45 rm -f objectivec/DevTools/*.pyc; \ 508 objectivec/DevTools/check_version_stamps.sh \ 509 objectivec/DevTools/compile_testing_protos.sh \ 510 objectivec/DevTools/full_mac_build.sh \ 511 objectivec/DevTools/pddm.py \ 512 objectivec/DevTools/pddm_tests.py \ 513 objectivec/generate_well_known_types.sh \ 514 objectivec/google/protobuf/Any.pbobjc.h \ 515 objectivec/google/protobuf/Any.pbobjc.m \ [all …]
|
D | Protobuf.podspec | 18 s.source_files = 'objectivec/*.{h,m}', 19 'objectivec/google/protobuf/Any.pbobjc.{h,m}', 20 'objectivec/google/protobuf/Api.pbobjc.{h,m}', 21 'objectivec/google/protobuf/Duration.pbobjc.{h,m}', 22 'objectivec/google/protobuf/Empty.pbobjc.{h,m}', 23 'objectivec/google/protobuf/FieldMask.pbobjc.{h,m}', 24 'objectivec/google/protobuf/SourceContext.pbobjc.{h,m}', 25 'objectivec/google/protobuf/Struct.pbobjc.{h,m}', 26 'objectivec/google/protobuf/Timestamp.pbobjc.{h,m}', 27 'objectivec/google/protobuf/Type.pbobjc.{h,m}', [all …]
|
D | BUILD | 365 "src/google/protobuf/compiler/objectivec/objectivec_enum.cc", 366 "src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", 367 "src/google/protobuf/compiler/objectivec/objectivec_extension.cc", 368 "src/google/protobuf/compiler/objectivec/objectivec_field.cc", 369 "src/google/protobuf/compiler/objectivec/objectivec_file.cc", 370 "src/google/protobuf/compiler/objectivec/objectivec_generator.cc", 371 "src/google/protobuf/compiler/objectivec/objectivec_helpers.cc", 372 "src/google/protobuf/compiler/objectivec/objectivec_map_field.cc", 373 "src/google/protobuf/compiler/objectivec/objectivec_message.cc", 374 "src/google/protobuf/compiler/objectivec/objectivec_message_field.cc", [all …]
|
D | generate_descriptor_proto.sh | 102 if test -x objectivec/generate_well_known_types.sh; then 104 objectivec/generate_well_known_types.sh $@
|
D | Android.bp | 345 "src/google/protobuf/compiler/objectivec/objectivec_enum.cc", 346 "src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", 347 "src/google/protobuf/compiler/objectivec/objectivec_extension.cc", 348 "src/google/protobuf/compiler/objectivec/objectivec_field.cc", 349 "src/google/protobuf/compiler/objectivec/objectivec_file.cc", 350 "src/google/protobuf/compiler/objectivec/objectivec_generator.cc", 351 "src/google/protobuf/compiler/objectivec/objectivec_helpers.cc", 352 "src/google/protobuf/compiler/objectivec/objectivec_map_field.cc", 353 "src/google/protobuf/compiler/objectivec/objectivec_message.cc", 354 "src/google/protobuf/compiler/objectivec/objectivec_message_field.cc", [all …]
|
/external/protobuf/cmake/ |
D | libprotoc.cmake | 64 ${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 …]
|
/external/google-styleguide/ |
D | objcguide.md | 74 ```objectivec 125 ```objectivec 177 ```objectivec 189 ```objectivec 244 ```objectivec 287 ```objectivec 307 ```objectivec 322 ```objectivec 337 ```objectivec 349 ```objectivec [all …]
|
/external/tensorflow/tensorflow/lite/objc/ |
D | README.md | 34 ```objectivec 40 ```objectivec 61 ```objectivec 67 ```objectivec
|
/external/openscreen/third_party/protobuf/ |
D | BUILD.gn | 416 "src/src/google/protobuf/compiler/objectivec/objectivec_enum.cc", 417 "src/src/google/protobuf/compiler/objectivec/objectivec_enum.h", 418 "src/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", 419 "src/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h", 420 "src/src/google/protobuf/compiler/objectivec/objectivec_extension.cc", 421 "src/src/google/protobuf/compiler/objectivec/objectivec_extension.h", 422 "src/src/google/protobuf/compiler/objectivec/objectivec_field.cc", 423 "src/src/google/protobuf/compiler/objectivec/objectivec_field.h", 424 "src/src/google/protobuf/compiler/objectivec/objectivec_file.cc", 425 "src/src/google/protobuf/compiler/objectivec/objectivec_file.h", [all …]
|
/external/protobuf/src/ |
D | Makefile.am | 157 google/protobuf/compiler/objectivec/objectivec_generator.h \ 158 google/protobuf/compiler/objectivec/objectivec_helpers.h \ 414 google/protobuf/compiler/objectivec/objectivec_enum.cc \ 415 google/protobuf/compiler/objectivec/objectivec_enum.h \ 416 google/protobuf/compiler/objectivec/objectivec_enum_field.cc \ 417 google/protobuf/compiler/objectivec/objectivec_enum_field.h \ 418 google/protobuf/compiler/objectivec/objectivec_extension.cc \ 419 google/protobuf/compiler/objectivec/objectivec_extension.h \ 420 google/protobuf/compiler/objectivec/objectivec_field.cc \ 421 google/protobuf/compiler/objectivec/objectivec_field.h \ [all …]
|
/external/protobuf/objectivec/ |
D | README.md | 28 $ 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. 181 `objectivec/DevTools/full_mac_build.sh` can be used to easily rebuild and test
|
/external/grpc-grpc/src/compiler/ |
D | objective_c_plugin.cc | 29 using ::google::protobuf::compiler::objectivec:: 31 using ::google::protobuf::compiler::objectivec::ProtobufLibraryFrameworkName; 84 google::protobuf::compiler::objectivec::FilePath(file); in Generate()
|
/external/perfetto/buildtools/ |
D | BUILD.gn | 520 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc", 521 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.h", 522 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc", 523 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h", 524 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc", 525 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.h", 526 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc", 527 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.h", 528 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc", 529 "protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h", [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | objective_c_plugin.cc | 29 using ::google::protobuf::compiler::objectivec:: 31 using ::google::protobuf::compiler::objectivec::ProtobufLibraryFrameworkName; 139 google::protobuf::compiler::objectivec::FilePath(file); in Generate()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_extension.h | 40 namespace objectivec {
|
D | objectivec_generator.h | 45 namespace objectivec {
|
D | objectivec_map_field.h | 41 namespace objectivec {
|
D | objectivec_enum.h | 43 namespace objectivec {
|
D | objectivec_oneof.h | 43 namespace objectivec {
|
D | objectivec_file.h | 44 namespace objectivec {
|
/external/tensorflow/tensorflow/lite/delegates/coreml/ |
D | README.md | 34 ```objectivec++ 40 ```objectivec++ 57 ```objectivec++
|
/external/llvm-project/llvm/test/Linker/ |
D | objectivec-class-property-flag-mismatch.ll | 2 ; RUN: llvm-as < %p/Inputs/objectivec-class-property-flag-mismatch.ll -o %t2.bc
|
/external/protobuf/src/google/protobuf/compiler/ |
D | main.cc | 92 objectivec::ObjectiveCGenerator objc_generator; in ProtobufMain()
|