• Home
  • Raw
  • Download

Lines Matching defs:prefix

38 xmlNodePtr FindSeqNode(const xmlNodePtr node, const string& prefix,  in FindSeqNode()
50 bool GetStringProperty(const xmlNodePtr node, const string& prefix, in GetStringProperty()
72 bool ReadNodeContent(const xmlNodePtr node, const string& prefix, in ReadNodeContent()
90 bool ReadStringProperty(const xmlNodePtr node, const string& prefix, in ReadStringProperty()
110 bool ReadBase64Property(const xmlNodePtr node, const string& prefix, in ReadBase64Property()
126 const string& prefix, const string& child_name) const { in CreateDeserializer() argument
141 DeserializerImpl::CreateDeserializerFromListElementAt(const string& prefix, in CreateDeserializerFromListElementAt()
183 bool DeserializerImpl::ParseBase64(const string& prefix, const string& name, in ParseBase64()
188 bool DeserializerImpl::ParseIntArrayBase64(const string& prefix, in ParseIntArrayBase64()
198 bool DeserializerImpl::ParseFloatArrayBase64(const string& prefix, in ParseFloatArrayBase64()
209 const string& prefix, const string& name, in ParseDoubleArrayBase64()
218 bool DeserializerImpl::ParseBoolean(const string& prefix, const string& name, in ParseBoolean()
227 bool DeserializerImpl::ParseDouble(const string& prefix, const string& name, in ParseDouble()
237 bool DeserializerImpl::ParseInt(const string& prefix, const string& name, in ParseInt()
247 bool DeserializerImpl::ParseFloat(const string& prefix, const string& name, in ParseFloat()
257 bool DeserializerImpl::ParseLong(const string& prefix, const string& name, in ParseLong()
267 bool DeserializerImpl::ParseString(const string& prefix, const string& name, in ParseString()
272 bool DeserializerImpl::ParseIntArray(const string& prefix, in ParseIntArray()
297 bool DeserializerImpl::ParseDoubleArray(const string& prefix, in ParseDoubleArray()