Home
last modified time | relevance | path

Searched refs:sendContents (Results 1 – 25 of 25) sorted by relevance

/dports/devel/atlas/Atlas-C++-0.5.2/Atlas/Objects/Entity/
H A DEntity.cc136 void RootEntity::sendContents(Bridge* b) const in sendContents() function in Atlas::Objects::Entity::RootEntity
143 Root::sendContents(b); in sendContents()
262 void Account::sendContents(Bridge* b) const in sendContents() function in Atlas::Objects::Entity::Account
265 AdminEntity::sendContents(b); in sendContents()
346 void Player::sendContents(Bridge* b) const in sendContents() function in Atlas::Objects::Entity::Player
349 Account::sendContents(b); in sendContents()
H A DAccount.h47 virtual void sendContents(Atlas::Bridge* b) const;
H A DPlayer.h47 virtual void sendContents(Atlas::Bridge* b) const;
H A DRootEntity.h47 virtual void sendContents(Atlas::Bridge* b) const;
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DRootOperation.cpp132 (*I)->sendContents(b); in sendArgs()
139 void RootOperationData::sendContents(Bridge & b) const in sendContents() function in Atlas::Objects::Operation::RootOperationData
148 RootData::sendContents(b); in sendContents()
H A DEncoder.h41 o->sendContents(m_b); in streamObjectsMessage()
H A DRoot.cpp113 void RootData::sendContents(Bridge & b) const in sendContents() function in Atlas::Objects::RootData
120 BaseObjectData::sendContents(b); in sendContents()
H A DRootEntity.cpp125 void RootEntityData::sendContents(Bridge & b) const in sendContents() function in Atlas::Objects::Entity::RootEntityData
132 RootData::sendContents(b); in sendContents()
H A DRootEntityChildren.cpp157 void AccountData::sendContents(Bridge & b) const in sendContents() function in Atlas::Objects::Entity::AccountData
162 AdminEntityData::sendContents(b); in sendContents()
H A DBaseObject.h122 virtual void sendContents(Atlas::Bridge & b) const;
H A DRoot.h64 virtual void sendContents(Atlas::Bridge & b) const;
H A DBaseObject.cpp107 void BaseObjectData::sendContents(Bridge & b) const in sendContents() function in Atlas::Objects::BaseObjectData
H A DRootEntity.h59 virtual void sendContents(Atlas::Bridge & b) const;
H A DRootOperation.h69 virtual void sendContents(Atlas::Bridge & b) const;
H A DEntity.h120 virtual void sendContents(Atlas::Bridge & b) const;
/dports/devel/atlas/Atlas-C++-0.5.2/Atlas/Objects/
H A DEncoder.h38 o->sendContents(b); in streamMessage()
H A DRoot.cc123 void Root::sendContents(Bridge* b) const in sendContents() function in Atlas::Objects::Root
H A DRoot.h85 virtual void sendContents(Atlas::Bridge* b) const;
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMacDocParser.hxx83 bool sendContents();
H A DEDocParser.hxx84 bool sendContents();
H A DMacDocParser.cxx183 sendContents(); in parse()
330 bool MacDocParser::sendContents() in sendContents() function in MacDocParser
H A DEDocParser.cxx187 sendContents(); in parse()
329 bool EDocParser::sendContents() in sendContents() function in EDocParser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/
H A DAbstractStructureVisitor.java190 boolean sendContents = mFile.exists() && mFile.isModified(monitor) in sendFile()
194 } else if (sendContents) { in sendFile()
/dports/devel/atlas/Atlas-C++-0.5.2/Atlas/Objects/Operation/
H A DRootOperation.h51 virtual void sendContents(Atlas::Bridge* b) const;
H A DOperation.cc147 void RootOperation::sendContents(Bridge* b) const in sendContents() function in Atlas::Objects::Operation::RootOperation
157 Root::sendContents(b); in sendContents()