Home
last modified time | relevance | path

Searched defs:GetMap (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_field_lite.h71 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function
Dmap_field.cc263 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
Dmap_field.h463 const Map<Key, T>& GetMap() const override { in GetMap() function
Dmap_field_test.cc301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument
Ddescriptor_unittest.cc1002 TEST_F(DescriptorTest, GetMap) { in TEST_F() argument
/third_party/mesa3d/include/android_stub/backtrace/
DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc310 static MapContainer* GetMap(PyObject* obj) { in GetMap() function