Home
last modified time | relevance | path

Searched refs:Parents (Results 1 – 4 of 4) sorted by relevance

/developtools/integration_verification/tools/fotff/vcs/gitee/
Dcompare.go47 Parents []struct { member
72 if head, err = GetCommit(owner, repo, head.Parents[0].SHA); err != nil {
93 if head, err = GetCommit(owner, repo, head.Parents[0].SHA); err != nil {
115 head = commit.Parents[0].SHA
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_cpu_profiler_node_table.cpp90 … sqlite3_result_int64(context_, static_cast<int64_t>(jsCpuProfilerNodes_.Parents()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2862 const std::deque<uint32_t>& JsCpuProfilerNode::Parents() const in Parents() function in SysTuning::TraceStdtype::JsCpuProfilerNode
Dtrace_stdtype.h2391 const std::deque<uint32_t>& Parents() const;