Home
last modified time | relevance | path

Searched +defs:protobuf +defs:mode (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/testing/
Dfile.cc52 namespace protobuf { namespace
126 bool File::CreateDir(const std::string& name, int mode) { in CreateDir()
133 bool File::RecursivelyCreateDir(const std::string& path, int mode) { in RecursivelyCreateDir()
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc75 namespace protobuf { namespace
256 int open(const char* path, int flags, int mode) { in open()
282 int access(const char* path, int mode) { in access()
321 FILE* fopen(const char* path, const char* mode) { in fopen()
353 int setmode(int fd, int mode) { return ::_setmode(fd, mode); } in setmode()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc68 namespace protobuf { namespace
2673 DescriptorPoolMode mode() { return std::get<0>(GetParam()); } in mode() function in google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest