Searched refs:aStack_Namespaces (Results 1 – 1 of 1) sorted by relevance
94 Stack_Namespaces aStack_Namespaces; member116 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 24 milliseconds