Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dobjective_c_plugin.cc31 using ::google::protobuf::compiler::objectivec::ProtobufLibraryFrameworkName;
51 ::grpc::string(ProtobufLibraryFrameworkName) + "/" + base_name; in ImportProtoHeaders()
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dobjective_c_plugin.cc31 using ::google::protobuf::compiler::objectivec::ProtobufLibraryFrameworkName;
59 ::std::string(ProtobufLibraryFrameworkName) + "/" + file_name; in ImportProtoHeaders()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h220 extern PROTOC_EXPORT const char* const ProtobufLibraryFrameworkName;
Dobjectivec_file.cc572 const string framework_name(ProtobufLibraryFrameworkName); in PrintFileRuntimePreamble()
Dobjectivec_helpers.cc984 const char* const ProtobufLibraryFrameworkName = "Protobuf"; variable
1617 const string framework_name(ProtobufLibraryFrameworkName); in Print()