代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/244005/4515008
c parse_cl.c
/*****************************************************************************
**
** parse_cl.c
**
** Thu Mar 25 07:42:05 1999
** mborella@stratos (Mike Borella)
**
** Main command line parsing routin
www.eeworm.com/read/244005/4515016
h parse_cl.h
/*****************************************************************************
**
** parse_cl.h
**
** Thu Mar 25 07:42:05 1999
** mborella@stratos (Mike Borella)
**
** Header file for command line par
www.eeworm.com/read/242657/4550008
cpp parse_headers.cpp
// $Id: Parse_Headers.cpp 78721 2007-07-02 10:49:41Z johnnyw $
#include "ace/Log_Msg.h"
#include "Parse_Headers.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_strings.h"
#include "ace/OS_NS_st
www.eeworm.com/read/242657/4550034
h parse_headers.h
/* -*- c++ -*- */
//=============================================================================
/**
* @file Parse_Headers.h
*
* $Id: Parse_Headers.h 78721 2007-07-02 10:49:41Z johnnyw $
*
www.eeworm.com/read/242657/4550249
gperf c-parse.gperf
%{
/* Command-line: gperf -p -j1 -i 1 -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
%}
struct resword { const char *name; short token; enum rid rid; };
%%
__alignof, ALIGNOF, NORID
__alignof__,
www.eeworm.com/read/242657/4550349
cpp parse_headers.cpp
// $Id: Parse_Headers.cpp 78918 2007-07-17 04:06:30Z sowayaa $
#include "JAWS/Parse_Headers.h"
#include "ace/OS_NS_string.h"
#include "ace/Log_Msg.h"
#define ACCESSOR(T,C,x) \
T C :: x (void) const
www.eeworm.com/read/242657/4550373
h parse_headers.h
/* -*- c++ -*- */
// $Id: Parse_Headers.h 67584 2005-08-12 11:59:41Z jwillemsen $
#ifndef JAWS_PARSE_HEADERS_H
#define JAWS_PARSE_HEADERS_H
#include "JAWS/Export.h"
#include "ace/Singleton.h"
#if !
www.eeworm.com/read/242657/4550416
h parse_url.h
/* -*- c++ -*- */
// $Id: parse_url.h 76062 2006-12-18 10:57:41Z johnnyw $
#ifndef HTTPU_HTTP_PARSE_H
#define HTTPU_HTTP_PARSE_H
#include "HTTPU/http_export.h"
class HTTPU_Export HTTP_Parse_URL
{
www.eeworm.com/read/242657/4550432
cpp parse_url.cpp
// $Id: parse_url.cpp 76062 2006-12-18 10:57:41Z johnnyw $
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdlib.h"
#include "ace/Log_Msg.h"
#include "HTTPU/parse_url.h"
HTTP_Parse_URL::HTTP_Pars
www.eeworm.com/read/240162/4579198
c parse5.c
/* PR c++/590 */
/* { dg-do compile } */
#include
#include
using namespace std;
enum ExternalEnum { EXTERNAL_VALUE = 2 };
class BadStream : public ostringstream
{
public: