Searched refs:_Database (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | symbol_database_test.py | 46 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/ |
D | dumbdbm.py | 35 class _Database(UserDict.DictMixin): class 253 return _Database(file, mode, flag)
|
/external/python/cpython3/Lib/dbm/ |
D | dumb.py | 35 class _Database(collections.abc.MutableMapping): class 329 return _Database(file, mode, flag=flag)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 3821 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/ |
D | HISTORY | 21205 dumbdbm.py's _Database.__del__() method attempted to close the 21206 database properly, but a shutdown race in _Database._commit() could
|