Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dsymbol_database_test.py46 def _Database(self): member in SymbolDatabaseTest
64 instance = self._Database().GetPrototype(
69 messages = self._Database().GetMessages(
77 unittest_pb2.TestAllTypes, self._Database().GetSymbol(
80 unittest_pb2.TestAllTypes.NestedMessage, self._Database().GetSymbol(
83 unittest_pb2.TestAllTypes.OptionalGroup, self._Database().GetSymbol(
86 unittest_pb2.TestAllTypes.RepeatedGroup, self._Database().GetSymbol(
93 self._Database().pool.FindEnumTypeByName(
97 self._Database().pool.FindEnumTypeByName(
103 self._Database().pool.FindMessageTypeByName(
[all …]
/external/python/cpython2/Lib/
Ddumbdbm.py35 class _Database(UserDict.DictMixin): class
253 return _Database(file, mode, flag)
/external/python/cpython3/Lib/dbm/
Ddumb.py35 class _Database(collections.abc.MutableMapping): class
329 return _Database(file, mode, flag=flag)
/external/python/cpython2/Misc/
DHISTORY3821 dumbdbm.py's _Database.__del__() method attempted to close the
3822 database properly, but a shutdown race in _Database._commit() could
/external/python/cpython3/Misc/
DHISTORY21205 dumbdbm.py's _Database.__del__() method attempted to close the
21206 database properly, but a shutdown race in _Database._commit() could