Lines Matching refs:namespaces_
36 MetaNamespace* mn = mc->namespaces_[i];
38 mc->namespaces_[i] = reinterpret_cast<MetaNamespace*>(SerializeAdjust(mn));
40 mc->namespaces_ = reinterpret_cast<MetaNamespace**>(SerializeAdjust(mc->namespaces_));
76 MetaNamespace* innermn = mn->namespaces_[i];
78 mn->namespaces_[i] = reinterpret_cast<MetaNamespace*>(SerializeAdjust(innermn));
80 mn->namespaces_ = reinterpret_cast<MetaNamespace**>(SerializeAdjust(mn->namespaces_));
158 mc->namespaces_ = reinterpret_cast<MetaNamespace**>(DeserializeAdjust(mc->namespaces_));
161 mc->namespaces_[i] = reinterpret_cast<MetaNamespace*>(DeserializeAdjust(mc->namespaces_[i]));
162 MetaNamespace* mn = mc->namespaces_[i];
202 mn->namespaces_ = reinterpret_cast<MetaNamespace**>(DeserializeAdjust(mn->namespaces_));
205 mn->namespaces_[i] = reinterpret_cast<MetaNamespace*>(DeserializeAdjust(mn->namespaces_[i]));
206 MetaNamespace* innermn = mn->namespaces_[i];