Home
last modified time | relevance | path

Searched refs:readIntegerFromAncestor (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Dsymbolgroupvalue.h94 int readIntegerFromAncestor(const std::string &name, int defaultValue = -1) const;
H A Dcontainers.cpp199 const int size = v.readIntegerFromAncestor("_Mysize"); in containerSize()
H A Dsymbolgroupvalue.cpp152 int SymbolGroupValue::readIntegerFromAncestor(const std::string &name, int defaultValue) const in readIntegerFromAncestor() function in SymbolGroupValue