Searched refs:MapReflectionFriend (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | map_container.cc | 59 class MapReflectionFriend { class 314 Py_ssize_t MapReflectionFriend::Length(PyObject* _self) { in Length() 331 PyObject* MapReflectionFriend::Contains(PyObject* _self, PyObject* key) { in Contains() 362 if (MapReflectionFriend::Length(reinterpret_cast<PyObject*>(from)) > 0) { in InitializeAndCopyToParentContainer() 436 PyObject* MapReflectionFriend::ScalarMapGetItem(PyObject* _self, in ScalarMapGetItem() 457 int MapReflectionFriend::ScalarMapSetItem(PyObject* _self, PyObject* key, in ScalarMapSetItem() 500 ScopedPyObjectPtr is_present(MapReflectionFriend::Contains(self, key)); in ScalarMapGet() 506 return MapReflectionFriend::ScalarMapGetItem(self, key); in ScalarMapGet() 524 { "__contains__", MapReflectionFriend::Contains, METH_O, 542 {Py_mp_length, (void *)MapReflectionFriend::Length}, [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message.h | 153 class MapReflectionFriend; // scalar_map_container.h variable 935 friend class ::google::protobuf::python::MapReflectionFriend;
|