OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DArray
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
dcompat.h
16
struct
DArray
21
DArray
() : length(0), ptr(NULL) { }
23
DArray
(size_t length_in, T *ptr_in)
27
struct DString : public
DArray
<const char>
29
DString() :
DArray
<const char>() { }
32
:
DArray
<const char>(ptr ? strlen(ptr) : 0, ptr) { }
35
:
DArray
<const char>(length, ptr) { }
array.h
21
DArray
<TYPE> data;
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/
outbuffer.h
22
DArray
<unsigned char> data;
33
data =
DArray
<unsigned char>();
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
import.h
26
DArray
<Identifier*> packages; // array of Identifier's representing packages
module.h
74
DArray
<unsigned char> src; // Raw content of the file
167
DArray
<Identifier*> packages; // array of Identifier's representing packages
objc.h
46
DArray
<FuncDeclaration*> methodList;
aggregate.h
223
DArray
<BaseClass> baseInterfaces; // if BaseClass is an interface, these
264
DArray
<BaseClass*> interfaces; // interfaces[interfaces_dim] for this class
attrib.h
110
DArray
<Identifier*> pkg_identifiers;
Completed in 66 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026