Home
last modified time | relevance | path

Searched defs:treeEntry (Results 1 – 20 of 20) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dtree_entry_test.go15 type treeEntry struct { struct
16 oid string
17 objectType gitalypb.TreeEntryResponse_ObjectType
18 data []byte
19 mode int32
20 size int64
261 …eEntry(t *testing.T, client gitalypb.CommitService_TreeEntryClient, expectedTreeEntry *treeEntry) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dtree_entry_test.go15 type treeEntry struct { struct
16 oid string
17 objectType gitalypb.TreeEntryResponse_ObjectType
18 data []byte
19 mode int32
20 size int64
261 …eEntry(t *testing.T, client gitalypb.CommitService_TreeEntryClient, expectedTreeEntry *treeEntry) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dtree_entry_test.go16 type treeEntry struct { struct
17 oid string
18 objectType gitalypb.TreeEntryResponse_ObjectType
19 data []byte
20 mode int32
21 size int64
282 …eEntry(t *testing.T, client gitalypb.CommitService_TreeEntryClient, expectedTreeEntry *treeEntry) {
/dports/science/udunits/udunits-2.2.28/lib/
H A DsystemMap.c98 Entry** treeEntry; in smFind() local
131 Entry** treeEntry; in smSearch() local
165 Entry** treeEntry; in smRemove() local
H A DunitToIdMap.c295 UnitAndId** treeEntry = tsearch(targetEntry, rootp, compareUnits); in utimAdd() local
342 UnitAndId** treeEntry; in utimRemove() local
380 UnitAndId** treeEntry; in utimFindAsciiByUnit() local
407 UnitAndId** treeEntry; in utimFindLatin1ByUnit() local
437 UnitAndId** treeEntry = NULL; /* failure */ in utimFindUtf8ByUnit() local
H A DidToUnitMap.c133 UnitAndId** treeEntry = tsearch(targetEntry, &map->tree, in itumAdd() local
175 UnitAndId** treeEntry; in itumRemove() local
213 UnitAndId** treeEntry; in itumFind() local
H A Dprefix.c159 PrefixSearchEntry* const* treeEntry = NULL; in ptvmSearch() local
224 PrefixSearchEntry* const* treeEntry; in ptvmFind() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTraceLoggingGraph.cpp194 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
374 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dtree-main.go35 treeEntry = "├─ " const
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTraceLoggingGraph.cpp246 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
423 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTraceLoggingGraph.cpp252 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
407 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DTraceLoggingGraph.cpp280 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
453 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DTraceLoggingGraph.cpp280 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
453 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DTraceLoggingGraph.cpp280 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
453 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTraceLoggingGraph.cpp286 TreeEntry& treeEntry = tree.pushUninitialized(); in init() local
459 TreeEntry& treeEntry = tree.pushUninitialized(); in startEventInternal() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/
H A DRemoteTestRunnerClient.java473 private void notifyTestTreeEntry(final String treeEntry) { in notifyTestTreeEntry()
482 private String fakeTestId(String treeEntry) { in fakeTestId()
H A DTestRunSession.java486 private TestElement addTreeEntry(String treeEntry) { in addTreeEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/
H A DRemoteTestRunner.java593 …String treeEntry= getTestId(identifier) + ',' + escapeText(identifier.getName()) + ',' + hasChildr… in visitTreeEntry() local
750 protected void notifyTestTreeEntry(String treeEntry) { in notifyTestTreeEntry()
/dports/textproc/htdig/htdig-3.2.0b6/htcommon/
H A DHtConfiguration.cc57 Object *treeEntry=dcBlocks[name]; in Add() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DSaveManager.java1099 ZipEntry treeEntry = zip.getNextEntry(); in restoreTreeFromRefreshSnapshot() local