代码搜索结果

找到约 10,000 项符合 Storage 的代码

aligned_storage.hpp

// Copyright (C) John Maddock 2005. // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http:

replace_storage.hpp

// Boost string_algo library replace_storage.hpp header file ---------------------------// // Copyright Pavol Droba 2002-2003. Use, modification and // distribution is subject to the Boost Sof

referent_storage.hpp

// Copyright David Abrahams 2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifnde

cast_storage.hpp

//----------------------------------------------------------------------------- // boost variant/detail/cast_storage.hpp header file // See http://www.boost.org for updates, documentation, and revis

storage_sparse.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted

file_storage.c

/* * file_storage.c -- File-backed USB Storage Gadget, for USB development * * Copyright (C) 2003, 2004 Alan Stern * All rights reserved. * * Redistribution and use in source and binary forms, w

storage.java~1~

public interface storage { public static final int MaxBookNum = 100; public static final int MaxCDNum = 100; public static final int MaxTapeNum = 100; }

storage32.c

/* * Compound Storage (32 bit version) * Storage implementation * * This file contains the compound file implementation * of the storage interface. * * Copyright 1999 Francis Beaudet *