Searched refs:proto_file (Results 1 – 5 of 5) sorted by relevance
182 string proto_file = proto_path(user_id); in load_proto() local183 ifstream in(proto_file, ofstream::in | ofstream::binary); in load_proto()197 LOG(WARNING) << "CRC mismatch in " << proto_file; in load_proto()243 string proto_file = proto_path(user_id); in flush_proto_data() local244 string tmp_file = proto_file + "_tmp"; in flush_proto_data()294 rename(tmp_file.c_str(), proto_file.c_str()); in flush_proto_data()
426 auto proto_file = proto_debug_unwind.add_file(); in WriteDebugUnwindFeature() local427 proto_file->set_path(file.path); in WriteDebugUnwindFeature()428 proto_file->set_size(file.size); in WriteDebugUnwindFeature()
333 io::IFile* proto_file = in TEST_F() local335 std::unique_ptr<io::InputStream> proto_stream = proto_file->OpenInputStream(); in TEST_F()
183 const FileDescriptorProto& file_descriptor = request.proto_file(i); in main()
285 const FileDescriptorProto& file_descriptor = request.proto_file(i); in main()