/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 310 static MapContainer* GetMap(PyObject* obj) { in GetMap() function 315 MapContainer* self = GetMap(_self); in Length() 322 MapContainer* self = GetMap(_self); in Clear() 332 MapContainer* self = GetMap(_self); in GetEntryClass() 341 MapContainer* self = GetMap(_self); in MergeFrom() 342 MapContainer* other_map = GetMap(arg); in MergeFrom() 357 MapContainer* self = GetMap(_self); in Contains() 390 MapContainer* self = GetMap(obj); in NewScalarMapContainer() 402 MapContainer* self = GetMap(_self); in ScalarMapGetItem() 423 MapContainer* self = GetMap(_self); in ScalarMapSetItem() [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_table_driven.h | 309 for (Iter it = map_field.GetMap().begin(); it != map_field.GetMap().end(); 319 for (Iter it = map_field.GetMap().begin(); it != map_field.GetMap().end();
|
D | map_field_inl.h | 115 InternalGetIterator(map_iter) = GetMap().begin(); in MapBegin() 121 InternalGetIterator(map_iter) = GetMap().end(); in MapEnd() 171 return static_cast<int>(impl_.GetMap().size()); in size() 199 const Map<Key, T>& map = impl_.GetMap(); in SetMapIteratorValue() 212 const Map<Key, T>& map = impl_.GetMap(); in ContainsMapKey() 289 const Map<Key, T>& map = impl_.GetMap(); in SyncRepeatedFieldWithMapNoLock()
|
D | map_field_lite.h | 71 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function 161 const auto& t = field.GetMap(); in AllAreInitialized()
|
D | map_field.h | 405 virtual const Map<Key, T>& GetMap() const = 0; 463 const Map<Key, T>& GetMap() const override { in GetMap() function 465 return impl_.GetMap(); in GetMap() 529 const auto& t = field.GetMap(); in AllAreInitialized() 561 const Map<MapKey, MapValueRef>& GetMap() const override;
|
D | map_field.cc | 171 int DynamicMapField::size() const { return GetMap().size(); } in size() 193 const Map<MapKey, MapValueRef>& map = GetMap(); in ContainsMapKey() 263 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
|
D | map_field_test.cc | 301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument 302 map_field_->GetMap(); in TEST_P()
|
D | struct.pb.h | 716 return fields_.GetMap(); in _internal_fields()
|
D | descriptor_unittest.cc | 1002 TEST_F(DescriptorTest, GetMap) { in TEST_F() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_polynomial_ffd.txt | 42 {GEOMETRY/TEXTURE}_DEFORMATION_XXX_SGIX and still use GetMap. 85 <target> parameter of GetMap: 270 ORDER GetMap 2 x 3 x Z_1* 1,1,1 - 271 COEFF GetMap 2 x 1* x 1* x 1* x R3 Sec X(2.9.1+) - 272 DOMAIN GetMap 2 x 6 x R Sec X(2.9.1+) -
|
D | SGIX_nurbs_eval.txt | 80 Accepted by the <value> parameter of GetMap[ifd]v:
|
D | SGIX_datapipe.txt | 174 GetMap*v
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_polynomial_ffd.txt | 42 {GEOMETRY/TEXTURE}_DEFORMATION_XXX_SGIX and still use GetMap. 85 <target> parameter of GetMap: 270 ORDER GetMap 2 x 3 x Z_1* 1,1,1 - 271 COEFF GetMap 2 x 1* x 1* x 1* x R3 Sec X(2.9.1+) - 272 DOMAIN GetMap 2 x 6 x R Sec X(2.9.1+) -
|
D | SGIX_nurbs_eval.txt | 80 Accepted by the <value> parameter of GetMap[ifd]v:
|
D | SGIX_datapipe.txt | 174 GetMap*v
|
/third_party/mesa3d/include/android_stub/backtrace/ |
D | Backtrace.h | 180 BacktraceMap* GetMap() { return map_; } in GetMap() function
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_vertex_program_evaluators.txt | 43 GetVertexAttrib*vARB, with the same operation as GetMap*v.
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_vertex_program_evaluators.txt | 43 GetVertexAttrib*vARB, with the same operation as GetMap*v.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 344 GetPixelMap, and GetMap in Section 6.1.3.
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 354 GetPixelMap, and GetMap in Section 6.1.3.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_robustness.txt | 374 void GetMap{ifd}v(enum map, enum value, T data);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_robustness.txt | 364 void GetMap{ifd}v(enum map, enum value, T data);
|