代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/16701/682923
h shell.h
/**
* \file
* Interface for the Contiki shell.
* \author Adam Dunkels
*
* Some of the functions declared in this file must be implemented as
* a shell back-end in the architec
www.eeworm.com/read/478603/1349801
h shell.h
/**
* \file
* Interface for the Contiki shell.
* \author Adam Dunkels
*
* Some of the functions declared in this file must be implemented as
* a shell back-end in the ar
www.eeworm.com/read/473446/1398390
svn-base avrxfifo.c.svn-base
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/470720/1446963
c friend4.c
// Build don't link:
// GROUPS passed friends
// do_friend should complain that foo was declared as a friend of
// A before A was defined
struct A;
struct B { friend A::foo (); };// ERROR - .*
www.eeworm.com/read/470693/1458909
c friend4.c
// Build don't link:
// GROUPS passed friends
// do_friend should complain that foo was declared as a friend of
// A before A was defined
struct A;
struct B { friend A::foo (); };// ERROR - .*
www.eeworm.com/read/453678/1639095
h shell.h
/**
* \file
* Interface for the Contiki shell.
* \author Adam Dunkels
*
* Some of the functions declared in this file must be implemented as
* a shell back-end in the architec
www.eeworm.com/read/245488/4502987
java hello.java
/* Hello.java - MBean implementation for the Hello World MBean.
This class must implement all the Java methods declared in the
HelloMBean interface, with the appropriate behavior for each one.
www.eeworm.com/read/245488/4503004
java hello.java
/* Hello.java - MBean implementation for the Hello World MBean.
This class must implement all the Java methods declared in the
HelloMBean interface, with the appropriate behavior for each one.
www.eeworm.com/read/243083/4532859
properties messages.properties
SpellCheckManager.Default_Spell_Checker=Default Spell Checker
SpellCheckManager.Could_not_create_tokenizer=Could not create tokenizer
SpellCheckManager.No_dictionary_file_declared=No dictionary file
www.eeworm.com/read/240162/4581600
c friend35.c
// { dg-do assemble }
class foo {
friend void bar(int); // { dg-error "" } must be declared first
};
template void bar(T);