Searched refs:PutString (Results 1 - 3 of 3) sorted by relevance

/external/tinyxml/
H A Dtinyxml.cpp35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream ) function in class:TiXmlBase
38 PutString( str, &buffer );
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString ) function in class:TiXmlBase
1202 PutString( name, &n );
1203 PutString( value, &v );
1216 PutString( name, stream );
1218 PutString( value, stream );
1223 PutString( name, stream );
1225 PutString( value, stream );
1302 //PutString( valu
[all...]
H A Dtinyxml.h318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out );
320 static void PutString( const TIXML_STRING& str, TIXML_STRING* out );
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc275 static void PutString(LevelDBTransaction* transaction, function in namespace:content
1332 PutString(
1746 PutString(leveldb_transaction, name_key, name);
2776 PutString(leveldb_transaction, name_key, name);

Completed in 165 milliseconds