代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/234560/4657624
cs class1.cs
using System;
using System.Net;
using System.Net.Sockets;
class TestSocket
{
public static void Main()
{
IPAddress ip=IPAddress.Parse("127.0.0.1");
IPEndPoint iep=new IPEndPoint(ip,8000)
www.eeworm.com/read/233448/4671139
c scoped4.c
/* PR c++/754 */
/* { dg-do compile } */
namespace foo
{
namespace bar
{
enum x {foo
};
enum {ubit0 = 0x0001};
// Used to get a parse error before "::" tok
www.eeworm.com/read/233448/4674198
c crash13.c
// { dg-do assemble }
template struct A {};
template struct A; // { dg-error "" } does not specialize args
template const struct A; // { dg-error "" } parse error
www.eeworm.com/read/233448/4685199
c declspec-7.c
/* Test declaration specifiers. Test checks on storage class
specifiers that can be made at parse time rather than for each
declarator. Note that __thread is tested in
gcc.dg/tls/diag-*.c.
www.eeworm.com/read/229812/4742275
c afs241.c
// template parsing problem
#include
#include
#pragma on(dump_parse);
template
class C {
public:
T val[len];
operator
www.eeworm.com/read/224327/4804204
tcl diablibfind.tcl
# diabLibFind.tcl
#
# modification history
# --------------------
# 01a,24oct01,sn wrote
#
# DESCRIPTION
# # dplus -## dummy.o | wtxtcl diabLibFind.tcl
# Parse the output of dplus -## dummy.o
www.eeworm.com/read/221464/4828656
c rules.c
/*
* Copyright 1993, 1995 Christopher Seiwald.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
# include "jam.h"
# include "lists.h"
# include "parse.h"
# include
www.eeworm.com/read/216802/4882178
h parser.h
#ifndef PARSER_H
#define PARSER_H
int parse_dhcp_options( DHCPMESSAGE *, DHCPOPTIONS *);
int process_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *);
int write_packet( DHCPMESSAGE *, char *);
#end