Home
last modified time | relevance | path

Searched refs:IsProtobufLibraryBundledProtoFile (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/compiler/
Dobjective_c_plugin.cc30 IsProtobufLibraryBundledProtoFile;
43 if (!IsProtobufLibraryBundledProtoFile(dep)) { in ImportProtoHeaders()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dobjective_c_plugin.cc30 IsProtobufLibraryBundledProtoFile;
46 if (!IsProtobufLibraryBundledProtoFile(dep)) { in ImportProtoHeaders()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h228 IsProtobufLibraryBundledProtoFile(const FileDescriptor* file);
Dobjectivec_file.cc191 is_bundled_proto_(IsProtobufLibraryBundledProtoFile(file)), in FileGenerator()
Dobjectivec_helpers.cc994 bool IsProtobufLibraryBundledProtoFile(const FileDescriptor* file) { in IsProtobufLibraryBundledProtoFile() function
1574 if (IsProtobufLibraryBundledProtoFile(file)) { in AddFile()