代码搜索结果

找到约 33,168 项符合 Protocol 的代码

protocol.m

@protocol Foo - (void)foo; @end @interface Foo_c { } - (void)foo; @end @implementation Foo_c - (void)foo { } @end int main (void) { return 0; }

protocol.h

//-------------------------------------------------------------------------- // // Filename: protocol.h // //! \file //! //! Include file which defines the LP radio packet format //! //!

protocol.c

//-------------------------------------------------------------------------- // // Filename: protocol.c // //! \file //! //! Collection of protocol and bind prototypes. //! //------------

protocol.h

//-------------------------------------------------------------------------- // // Filename: protocol.h // //! \file //! //! Include file which defines the LP radio packet format //! //!

protocol.c

//-------------------------------------------------------------------------- // // Filename: protocol.c // //! \file //! //! Collection of protocol and bind prototypes. //! //------------

protocol.h

//-------------------------------------------------------------------------- // // Filename: protocol.h // //! \file //! //! Include file which defines the LP radio packet format //! //!

protocol.c

//-------------------------------------------------------------------------- // // Filename: protocol.c // //! \file //! //! Collection of protocol and bind prototypes. //! //------------

protocol.cod

; Listing generated by Microsoft (R) Optimizing Compiler Version 13.00.9178 TITLE .\protocol.c .386P include listing.inc if @Version gt 510 .model FLAT else _TEXT SEGMENT PARA USE32 PUBLIC

protocol.c

/*++ Copyright(c) 1992-2000 Microsoft Corporation Module Name: protocol.c Abstract: Ndis Intermediate Miniport driver sample. This is a passthru driver. Author: Environme

protocol.pm

# $Id: Protocol.pm,v 1.31 1998/01/06 09:58:38 aas Exp $ package LWP::Protocol; =head1 NAME LWP::Protocol - Base class for LWP protocols =head1 SYNOPSIS package LWP::Protocol::foo; re