Searched refs:inode_file_config_ (Results 1 – 2 of 2) sorted by relevance
61 (inode_file_config_ == other.inode_file_config_) && in operator ==()103 inode_file_config_.FromProto(proto.inode_file_config()); in FromProto()160 inode_file_config_.ToProto(proto->mutable_inode_file_config()); in ToProto()
112 return inode_file_config_; in inode_file_config()114 InodeFileConfig* mutable_inode_file_config() { return &inode_file_config_; } in mutable_inode_file_config()164 InodeFileConfig inode_file_config_ = {}; variable