Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/parser/cpp/
H A Dsownstck.hxx94 Stack_Namespaces aStack_Namespaces; member
116 csv_assert( ! aStack_Namespaces.empty() ); in CurNamespace()
117 return *aStack_Namespaces.top(); in CurNamespace()
133 csv_assert( !aStack_Namespaces.empty() ); in SetOwner_2CurNamespace()
163 while ( aStack_Namespaces.top()->Owner().IsValid() ) in Reset()
164 aStack_Namespaces.pop(); in Reset()
176 csv_assert( aStack_Namespaces.empty() ); in SetGlobalNamespace()
177 aStack_Namespaces.push(&io_rGlobalNamespace); in SetGlobalNamespace()
191 aStack_Namespaces.push(&io_rOpenedNamespace); in OpenNamespace()
279 aStack_Namespaces.pop(); in CloseBlock()
[all …]

Completed in 20 milliseconds