Searched refs:hash_key_proto_value (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/ |
D | test_layer2.py | 45 self.hash_key_proto_value = '' 52 self.hash_key_name, self.hash_key_proto_value, 69 schema = c.create_schema(self.hash_key_name, self.hash_key_proto_value, 84 assert table.schema.hash_key_type == get_dynamodb_type(self.hash_key_proto_value) 418 schema = c.create_schema(self.hash_key_name, self.hash_key_proto_value,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/ |
D | layer2.py | 421 def create_schema(self, hash_key_name, hash_key_proto_value, argument 444 hash_key = (hash_key_name, get_dynamodb_type(hash_key_proto_value))
|