Home
last modified time | relevance | path

Searched refs:_Database (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dsymbol_database_test.py48 def _Database(self): member in SymbolDatabaseTest
67 instance = self._Database().GetPrototype(
72 messages = self._Database().GetMessages(
80 unittest_pb2.TestAllTypes, self._Database().GetSymbol(
83 unittest_pb2.TestAllTypes.NestedMessage, self._Database().GetSymbol(
86 unittest_pb2.TestAllTypes.OptionalGroup, self._Database().GetSymbol(
89 unittest_pb2.TestAllTypes.RepeatedGroup, self._Database().GetSymbol(
96 self._Database().pool.FindEnumTypeByName(
100 self._Database().pool.FindEnumTypeByName(
106 self._Database().pool.FindMessageTypeByName(
[all …]
/third_party/python/Lib/dbm/
Ddumb.py35 class _Database(collections.abc.MutableMapping): class
316 return _Database(file, mode, flag=flag)
/third_party/python/Misc/
DHISTORY21205 dumbdbm.py's _Database.__del__() method attempted to close the
21206 database properly, but a shutdown race in _Database._commit() could