Home
last modified time | relevance | path

Searched defs:nodeChannel (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DNodeController.cpp466 auto nodeChannel = MakeRefPtr<NodeChannel>( in OnIntroduce() local
618 auto nodeChannel = in InviteChildProcess() local
651 auto nodeChannel = MakeRefPtr<NodeChannel>( in InitChildProcess() local
696 for (auto& nodeChannel : channelsToClose) { in CleanUp() local
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DNodeController.cpp466 auto nodeChannel = MakeRefPtr<NodeChannel>( in OnIntroduce() local
618 auto nodeChannel = in InviteChildProcess() local
651 auto nodeChannel = MakeRefPtr<NodeChannel>( in InitChildProcess() local
696 for (auto& nodeChannel : channelsToClose) { in CleanUp() local
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DNodeController.cpp606 auto nodeChannel = MakeRefPtr<NodeChannel>( in OnIntroduce() local
756 auto nodeChannel = in InviteChildProcess() local
789 auto nodeChannel = MakeRefPtr<NodeChannel>( in InitChildProcess() local
834 for (auto& nodeChannel : channelsToClose) { in CleanUp() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/_examples/custom_engine_tarantool/tntengine/
H A Dbroker.go36 nodeChannel string member
222 func nodeChannel(nodeID string) string { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/_examples/custom_broker_nats/natsbroker/
H A Dbroker.go64 func (b *NatsBroker) nodeChannel(nodeID string) channelID { func
/dports/devel/upp/upp/bazaar/plugin/assimp/code/glTF2/
H A DglTF2Exporter.cpp1006 …mpler(Asset& asset, std::string& animId, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractTranslationSampler()
1029 …mpler(Asset& asset, std::string& animId, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractScaleSampler()
1052 …mpler(Asset& asset, std::string& animId, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractRotationSampler()
1100 const aiNodeAnim* nodeChannel = anim->mChannels[channelIndex]; in ExportAnimations() local
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/glTF2/
H A DglTF2Exporter.cpp1417 …mpler(Asset &asset, std::string &animId, Ref<Buffer> &buffer, const aiNodeAnim *nodeChannel, float… in ExtractTranslationSampler()
1436 …mpler(Asset &asset, std::string &animId, Ref<Buffer> &buffer, const aiNodeAnim *nodeChannel, float… in ExtractScaleSampler()
1455 …mpler(Asset &asset, std::string &animId, Ref<Buffer> &buffer, const aiNodeAnim *nodeChannel, float… in ExtractRotationSampler()
1499 const aiNodeAnim *nodeChannel = anim->mChannels[channelIndex]; in ExportAnimations() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DglTFExporter.cpp846 …string& animId, Ref<Animation>& animRef, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractAnimationData()
947 const aiNodeAnim* nodeChannel = anim->mChannels[channelIndex]; in ExportAnimations() local
H A DglTF2Exporter.cpp919 …string& animId, Ref<Animation>& animRef, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractAnimationData()
1020 const aiNodeAnim* nodeChannel = anim->mChannels[channelIndex]; in ExportAnimations() local
/dports/devel/upp/upp/bazaar/plugin/assimp/code/glTF/
H A DglTFExporter.cpp878 …string& animId, Ref<Animation>& animRef, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractAnimationData()
979 const aiNodeAnim* nodeChannel = anim->mChannels[channelIndex]; in ExportAnimations() local
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/glTF/
H A DglTFExporter.cpp904 …string& animId, Ref<Animation>& animRef, Ref<Buffer>& buffer, const aiNodeAnim* nodeChannel, float… in ExtractAnimationData()
1005 const aiNodeAnim* nodeChannel = anim->mChannels[channelIndex]; in ExportAnimations() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/
H A Dbroker_redis.go62 nodeChannel string member
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dmesh.h641 inline NodeChannel *nodeChannel(int i) in nodeChannel() function