Home
last modified time | relevance | path

Searched defs:OpenForAppend (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc77 io::ZeroCopyOutputStream* GeneratorContext::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::GeneratorContext
Dcommand_line_interface.cc628 CommandLineInterface::GeneratorContextImpl::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.cc77 io::ZeroCopyOutputStream* GeneratorContext::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::GeneratorContext
Dcommand_line_interface.cc630 CommandLineInterface::GeneratorContextImpl::OpenForAppend( in OpenForAppend() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc82 ZeroCopyOutputStream* OpenForAppend(const std::string& filename) { in OpenForAppend() function in grpc_tools::internal::GeneratorContextImpl
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc88 ZeroCopyOutputStream* OpenForAppend(const std::string& filename) { in OpenForAppend() function in grpc_tools::internal::GeneratorContextImpl
/external/icing/icing/legacy/index/
Dicing-filesystem.cc335 int IcingFilesystem::OpenForAppend(const char *file_name) const { in OpenForAppend() function in icing::lib::IcingFilesystem
/external/icing/icing/file/
Dfilesystem.cc342 int Filesystem::OpenForAppend(const char* file_name) const { in OpenForAppend() function in icing::lib::Filesystem
/external/leveldb/db/
Dlog_test.cc342 TEST_F(LogTest, OpenForAppend) { in TEST_F() argument