MCPcopy Create free account

hub / github.com/ChunelFeng/CGraph / functions

Functions823 in github.com/ChunelFeng/CGraph

Functionmain
tutorial/T12-Function.cpp:53
Functionmain
tutorial/T04-Complex.cpp:47
Functionmain
tutorial/T20-Suspend.cpp:47
Functionmain
test/Performance/test-performance-04.cpp:58
Functionmain
test/Performance/test-performance-03.cpp:53
Functionmain
test/Performance/test-performance-02.cpp:42
Functionmain
test/Performance/test-performance-01.cpp:50
Functionmain
test/Functional/test-functional-01.cpp:47
Functionmain
test/Functional/test-functional-99.cpp:39
Functionmain
test/Functional/test-functional-03.cpp:63
Functionmain
test/Functional/test-functional-02.cpp:66
Functionmain
test/Functional/test-functional-05.cpp:59
Functionmain
test/Functional/test-functional-04.cpp:51
FunctionmakeUniqueCObject
src/CBasic/CAllocator.h:71
Methodmark
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:66
MethodmarkLongestPath
src/GraphCtrl/GraphPipeline/_GPerf/GPerf.cpp:56
MethodmockConnect
模拟连接功能 */
tutorial/MyGAspect/MyConnAspect.h:36
MethodmockDisconnect
模拟断开连接功能 */
tutorial/MyGAspect/MyConnAspect.h:42
Methodmodify
python/wrapper/PywGDaemon.h:24
Methodmodify
src/GraphCtrl/GraphDaemon/GDaemon.cpp:36
Methodmonitor
src/UtilsCtrl/ThreadPool/UThreadPool.cpp:244
Functionnormalize
* 将数据归一化 * @param v * @param dim * @param ext * @return */
src/UtilsCtrl/Distance/UDistanceCalculator.h:91
Methodoperator!=
src/UtilsCtrl/Container/USmallVector.h:130
Methodoperator&
src/GraphCtrl/GraphElement/GElement.cpp:127
Functionoperator()
src/UtilsCtrl/ThreadPool/Task/UTask.h:35
Methodoperator()
python/wrapper/PywGPipelineDeleter.h:15
Methodoperator++
src/UtilsCtrl/Container/USmallVector.h:128
Methodoperator--
src/GraphCtrl/GraphElement/GElement.cpp:103
Methodoperator->
src/UtilsCtrl/Container/USmallVector.h:126
Functionoperator<
src/UtilsCtrl/ThreadPool/Task/UTask.h:62
Methodoperator==
src/UtilsCtrl/Container/USmallVector.h:129
Functionoperator>
src/UtilsCtrl/ThreadPool/Task/UTask.h:58
Methodoperator>
src/GraphCtrl/GraphElement/GElement.cpp:114
MethodparallelRunAll
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:220
MethodparallelRunOne
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:274
Methodperf
src/GraphCtrl/GraphPipeline/_GPerf/GPerf.cpp:14
FunctionpopWithTimeout
* 阻塞式等待弹出 * @return */
src/UtilsCtrl/ThreadPool/Queue/UAtomicQueue.h:84
MethodprepareRun
src/GraphCtrl/GraphElement/_GEngine/GDynamicEngine/GDynamicEngine.cpp:311
FunctionprocessTask
src/UtilsCtrl/ThreadPool/Thread/UThreadSecondary.h:68
FunctionprocessTasks
src/UtilsCtrl/ThreadPool/Thread/UThreadSecondary.h:79
FunctionpubTopicValue
src/GraphCtrl/GraphMessage/GMessageManager.h:199
Functionpub_message
tutorial/T17-MessagePubSub.cpp:16
Functionpush
* 传入数据 * @param value */
src/UtilsCtrl/ThreadPool/Queue/UAtomicQueue.h:118
Functionpush
* 传入数据 * @param value * @param priority 任务优先级,数字排序 * @return */
src/UtilsCtrl/ThreadPool/Queue/UAtomicPriorityQueue.h:70
Functionpush
src/UtilsCtrl/ThreadPool/Queue/UWorkStealingQueue.h:45
FunctionpushTask
* 依次push到队列里。如果失败,则yield,然后重新push * @param task * @return */
src/UtilsCtrl/ThreadPool/Thread/UThreadPrimary.h:133
Functionread
src/UtilsCtrl/Reflection/UReflection.h:39
Functionrecv
src/GraphCtrl/GraphMessage/GMessage.h:58
FunctionrecvTopicValue
src/GraphCtrl/GraphMessage/GMessageManager.h:73
Functionrecv_message
tutorial/T16-MessageSendRecv.cpp:29
MethodreflGetSize
src/UtilsCtrl/Reflection/UReflectionType.h:54
MethodreflGetSize
src/UtilsCtrl/Reflection/UReflectionType.h:72
MethodreflGetSize
src/UtilsCtrl/Reflection/UReflectionType.h:99
MethodreflRead
src/UtilsCtrl/Reflection/UReflectionType.h:58
MethodreflRead
src/UtilsCtrl/Reflection/UReflectionType.h:76
MethodreflRead
src/UtilsCtrl/Reflection/UReflectionType.h:103
MethodreflWrite
src/UtilsCtrl/Reflection/UReflectionType.h:64
MethodreflWrite
src/UtilsCtrl/Reflection/UReflectionType.h:85
MethodreflWrite
src/UtilsCtrl/Reflection/UReflectionType.h:109
MethodregisterGNode
src/GraphCtrl/GraphPipeline/GPipeline.cpp:127
MethodregisterMetaType
src/GraphCtrl/GraphPipeline/_GStroage/GStorageFactory.h:41
MethodreleaseSecondaryThread
src/UtilsCtrl/ThreadPool/UThreadPool.cpp:186
FunctionremoveGParam
* 删除param信息 * @param key * @return */
src/GraphCtrl/GraphParam/GParamManagerWrapper.h:74
Functionreset
* 重置信息 * @return */
src/UtilsCtrl/Timer/UTimeCounter.h:48
Functionreset
* 功能是通知所有的辅助线程停止工作 * @return */
src/UtilsCtrl/ThreadPool/Queue/UAtomicQueue.h:147
Methodreset
(self, curStatus: CStatus)
python/tutorial/MyParams/MyParam.py:15
Methodreset
python/wrapper/PywGParam.h:33
Methodreset
* reset方法,在pipeline执行一次结束的时候被调用。 * 如果是pipeline多次执行,并且依赖之前pipeline运行的结果(如,通过iCount值,记录pipeline执行了多少次) * reset中,不要实现重置参数逻辑即可 */
tutorial/MyParams/MyParam.h:25
Methodreset
src/GraphCtrl/GraphEvent/GEventManager.cpp:84
Methodreshape
(self, elements: List[GElement])
python/tutorial/MyGMutable/MyMutable.py:16
Methodreshape
python/wrapper/PywGMutable.h:24
Methodreshape
tutorial/MyGMutable/MyMutable.h:17
Functionrun
src/UtilsCtrl/ThreadPool/Thread/UThreadSecondary.h:59
Methodrun
example/E05-HttpServer.cpp:42
Methodrun
example/E05-HttpServer.cpp:56
Methodrun
example/E04-MapReduce.cpp:34
Methodrun
example/E04-MapReduce.cpp:52
Methodrun
example/E04-MapReduce.cpp:65
Methodrun
example/E03-ThirdFlow.cpp:38
Methodrun
example/E03-ThirdFlow.cpp:53
Methodrun
example/E03-ThirdFlow.cpp:83
Methodrun
example/E01-AutoPilot.cpp:80
Methodrun
example/E01-AutoPilot.cpp:107
Methodrun
example/E01-AutoPilot.cpp:127
Methodrun
example/E02-MockGUI.cpp:79
Methodrun
(self)
python/tutorial/MyGNode/HelloCGraphNode.py:12
Methodrun
(self)
python/tutorial/MyGNode/MyStageNode.py:21
Methodrun
(self)
python/tutorial/MyGNode/MyHoldNode.py:18
Methodrun
(self)
python/tutorial/MyGNode/MyNode1.py:15
Methodrun
(self)
python/tutorial/MyGNode/MyReadParamNode.py:15
Methodrun
(self)
python/tutorial/MyGNode/MyWriteParamNode.py:17
Methodrun
(self)
python/tutorial/MyGNode/MyMatchNode.py:18
Methodrun
(self)
python/tutorial/MyGNode/MyNode2.py:19
Methodrun
(self)
python/tutorial/MyGNode/MyTemplateNode.py:18
Methodrun
(self)
python/tutorial/MyGNode/MyEventNode.py:14
Methodrun
python/wrapper/PywGElement.h:18
Methodrun
python/wrapper/PywGNode.h:40
Methodrun
tutorial/MyGNode/MyRecvMessageNode.h:17
Methodrun
tutorial/MyGNode/MyPubMessageNode.h:25
Methodrun
tutorial/MyGNode/MyShowAddressNode.h:22
← previousnext →601–700 of 823, ranked by callers