Home | History | Annotate | Download | only in xml

Lines Matching defs:DeserializerImpl

121 DeserializerImpl::DeserializerImpl(const xmlNodePtr node)
125 std::unique_ptr<Deserializer> DeserializerImpl::CreateDeserializer(
137 new DeserializerImpl(child_node)); // NOLINT
141 DeserializerImpl::CreateDeserializerFromListElementAt(const string& prefix,
180 new DeserializerImpl(li_node)); // NOLINT
183 bool DeserializerImpl::ParseBase64(const string& prefix, const string& name,
188 bool DeserializerImpl::ParseIntArrayBase64(const string& prefix,
198 bool DeserializerImpl::ParseFloatArrayBase64(const string& prefix,
208 bool DeserializerImpl::ParseDoubleArrayBase64(
218 bool DeserializerImpl::ParseBoolean(const string& prefix, const string& name,
227 bool DeserializerImpl::ParseDouble(const string& prefix, const string& name,
237 bool DeserializerImpl::ParseInt(const string& prefix, const string& name,
247 bool DeserializerImpl::ParseFloat(const string& prefix, const string& name,
257 bool DeserializerImpl::ParseLong(const string& prefix, const string& name,
267 bool DeserializerImpl::ParseString(const string& prefix, const string& name,
272 bool DeserializerImpl::ParseIntArray(const string& prefix,
297 bool DeserializerImpl::ParseDoubleArray(const string& prefix,