Home
last modified time | relevance | path

Searched refs:objc_out (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/objective-c/tests/
Drun_plugin_tests.sh33 --objc_out=PluginTest \
/external/protobuf/objectivec/
Dgenerate_well_known_types.sh59 ./protoc --objc_out="${TMP_DIR}" ${RUNTIME_PROTO_FILES[@]}
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
DRemoteTest.podspec26 --objc_out=. \
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
DRemoteTest.podspec26 --objc_out=. \
/external/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh104 --objc_out="${OUTPUT_DIR}/google/protobuf" \
/external/grpc-grpc/examples/objective-c/auth_sample/
DAuthTestService.podspec34 --objc_out=#{dir} \
/external/grpc-grpc/examples/objective-c/route_guide/
DRouteGuide.podspec34 --objc_out=#{dir} \
/external/grpc-grpc/examples/objective-c/helloworld/
DHelloWorld.podspec34 --objc_out=#{dir} \
/external/grpc-grpc/src/objective-c/
DREADME.md73 --objc_out=#{dir} \
80 # The --objc_out plugin generates a pair of .pbobjc.h/.pbobjc.m files for each .proto file.
95 # The generated files depend on the gRPC runtime, and on the files generated by `--objc_out`.
/external/grpc-grpc/
Dgrpc.bzl60 protoc_flags = "--objc_out=$(GENDIR)"
/external/protobuf/conformance/
DMakefile.am193 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_…
204 …rcdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python…
/external/clang/lib/Parse/
DParser.cpp462 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
DParseObjc.cpp1177 case objc_out: Qual = ObjCDeclSpec::DQ_Out; break; in ParseObjCTypeQualifierList()
/external/clang/include/clang/Parse/
DParser.h1376 objc_in=0, objc_out, objc_inout, objc_oneway, objc_bycopy, objc_byref, enumerator
/external/protobuf/
DCHANGES.txt341 library. By adding “--objc_out” to protoc, the code generator will generate