OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUNTIME_PROTO_FILES
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/
generate_descriptor_proto.sh
31
declare -a
RUNTIME_PROTO_FILES
=(\
59
./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:$TMP ${
RUNTIME_PROTO_FILES
[@]} && \
62
for PROTO_FILE in ${
RUNTIME_PROTO_FILES
[@]}; do
86
for PROTO_FILE in ${
RUNTIME_PROTO_FILES
[@]}; do
/external/protobuf/util/
generate_descriptor_proto.sh
31
declare -a
RUNTIME_PROTO_FILES
=(\
59
./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:$TMP ${
RUNTIME_PROTO_FILES
[@]} && \
62
for PROTO_FILE in ${
RUNTIME_PROTO_FILES
[@]}; do
86
for PROTO_FILE in ${
RUNTIME_PROTO_FILES
[@]}; do
/external/protobuf/objectivec/
generate_well_known_types.sh
44
declare -a
RUNTIME_PROTO_FILES
=( \
59
./protoc --objc_out="${TMP_DIR}" ${
RUNTIME_PROTO_FILES
[@]}
Completed in 68 milliseconds