Home
last modified time | relevance | path

Searched defs:putItems (Results 1 – 7 of 7) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/awsdynamodb/
H A Dbenchmark_test.go79 func putItems(b *testing.B, db *dynamodb.DynamoDB, items []map[string]*dynamodb.AttributeValue) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/docstore/awsdynamodb/
H A Dbenchmark_test.go79 func putItems(b *testing.B, db *dynamodb.DynamoDB, items []map[string]*dynamodb.AttributeValue) { func
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/awsdynamodb/
H A Dbenchmark_test.go79 func putItems(b *testing.B, db *dynamodb.DynamoDB, items []map[string]*dynamodb.AttributeValue) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/docstore/awsdynamodb/
H A Dbenchmark_test.go79 func putItems(b *testing.B, db *dynamodb.DynamoDB, items []map[string]*dynamodb.AttributeValue) { func
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/commons/javafx/mainwindow/top/
H A DFileMenu.java112 private void putItems() in putItems() method in FileMenu
/dports/games/keeperrl/keeperrl-alpha23/
H A Dlevel_builder.cpp80 void LevelBuilder::putItems(Vec2 posT, vector<PItem> it) { in putItems() function in LevelBuilder
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Ddumper.py2733 def putItems(self, count, generator, maxNumChild=10000): member in DumperBase