Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: impl/memory/gkvlite_utils_test.go

Issue 1302813003: impl/memory: Implement Queries (Closed) Base URL: https://github.com/luci/gae.git@add_multi_iterator
Patch Set: stringSet everywhere Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « impl/memory/gkvlite_utils.go ('k') | impl/memory/stringset.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/gkvlite_utils_test.go
diff --git a/impl/memory/gkvlite_utils_test.go b/impl/memory/gkvlite_utils_test.go
index 30b142f271ed52fd2b2de2618fb44f7e133c2c7a..af07271b0867a53bbb24d7a7efcb82a48f4e27e8 100644
--- a/impl/memory/gkvlite_utils_test.go
+++ b/impl/memory/gkvlite_utils_test.go
@@ -12,6 +12,8 @@ import (
type keyLeftRight struct{ key, left, right []byte }
+type kv struct{ k, v []byte }
+
var testCollisionCases = []struct {
name string
left, right []kv // inserts into left and right collections
« no previous file with comments | « impl/memory/gkvlite_utils.go ('k') | impl/memory/stringset.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698