OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Inheritance
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/AST/
MicrosoftCXXABI.cpp
154
// we have a non-primary base class, which uses the multiple
inheritance
model.
196
// are dropped as permitted (under the MSVC interpretation) by the
inheritance
224
MSInheritanceAttr::Spelling
Inheritance
= RD->getMSInheritanceModel();
232
Inheritance
))
234
if (MSInheritanceAttr::hasVBPtrOffsetField(
Inheritance
))
236
if (MSInheritanceAttr::hasVBTableOffsetField(
Inheritance
))
/external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py
273
# check for
inheritance
274
self.
Inheritance
(contextCopy)
335
def
Inheritance
(self, context) :
336
"""check for path name
inheritance
"""
340
"""make configuration name
inheritance
"""
465
def
Inheritance
(self, context) :
466
"""make configuration name and rule
inheritance
"""
467
# check for configuration name
inheritance
470
# check for rule
inheritance
474
"""make configuration name
inheritance
"""
[
all
...]
/external/clang/test/Parser/
MicrosoftExtensions.cpp
303
namespace
Inheritance
{
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCoverageLevels.java
74
enum
Inheritance
{
101
Set<R3<Level, String,
Inheritance
>> items = new TreeSet<R3<Level, String,
Inheritance
>>(new RowComparator());
107
Inheritance
inherited = !source.equals(locale) ?
Inheritance
.inherited :
Inheritance
.actual;
116
for (R3<Level, String,
Inheritance
> item : items) {
122
private static class RowComparator implements Comparator<R3<Level, String,
Inheritance
>> {
124
public int compare(R3<Level, String,
Inheritance
> o1, R3<Level, String,
Inheritance
> o2)
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
[
all
...]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBasic.java
720
Set<String> defaultContents =
Inheritance
.defaultContents;
721
Multimap<String, String> parentToChildren =
Inheritance
.parentToChildren;
724
Inheritance
.showChain("", "", "root");
[
all
...]
/external/guice/extensions/persist/lib/
ejb3-persistence.jar
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
227
// multiple
inheritance
case.
[
all
...]
Completed in 6761 milliseconds