Home
last modified time | relevance | path

Searched defs:GetEntryClass (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py431 def GetEntryClass(self) -> Any: member in ScalarMap
552 def GetEntryClass(self) -> Any: member in MessageMap
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc302 PyObject* GetEntryClass(PyObject* _self) { in GetEntryClass() function