/third_party/protobuf/src/google/protobuf/ |
D | map_test_util.h | 74 MapIterator MapBegin(Message* message, const std::string& field_name); 695 inline MapIterator MapReflectionTester::MapBegin( in MapBegin() function 698 return reflection->MapBegin(message, F(field_name)); in MapBegin() 1299 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_int32")); in ExpectMapFieldsSetViaReflectionIterator() 1317 for (MapIterator iter = reflection->MapBegin(message, F("map_int64_int64")); in ExpectMapFieldsSetViaReflectionIterator() 1328 reflection->MapBegin(message, F("map_uint32_uint32")); in ExpectMapFieldsSetViaReflectionIterator() 1339 reflection->MapBegin(message, F("map_uint64_uint64")); in ExpectMapFieldsSetViaReflectionIterator() 1350 reflection->MapBegin(message, F("map_sint32_sint32")); in ExpectMapFieldsSetViaReflectionIterator() 1361 reflection->MapBegin(message, F("map_sint64_sint64")); in ExpectMapFieldsSetViaReflectionIterator() 1372 reflection->MapBegin(message, F("map_fixed32_fixed32")); in ExpectMapFieldsSetViaReflectionIterator() [all …]
|
D | reflection_ops.cc | 221 for (map_field->MapBegin(&it), map_field->MapEnd(&end); in IsInitialized() 286 for (map_field->MapBegin(&iter), map_field->MapEnd(&end); in IsInitialized() 346 for (map_field->MapBegin(&iter), map_field->MapEnd(&end); iter != end; in DiscardUnknownFields()
|
D | map_field.h | 309 virtual void MapBegin(MapIterator* map_iter) const = 0; 401 void MapBegin(MapIterator* map_iter) const override;
|
D | map_field_test.cc | 87 void MapBegin(MapIterator* map_iter) const override {} in MapBegin() function in google::protobuf::internal::MapFieldBaseStub
|
D | map_field_inl.h | 114 void TypeDefinedMapFieldBase<Key, T>::MapBegin(MapIterator* map_iter) const { in MapBegin() function
|
D | wire_format.cc | 1149 reflection->MapBegin(const_cast<Message*>(&message), field); in SortKey() 1247 for (MapIterator it = message_reflection->MapBegin( in InternalSerializeField() 1622 for (map_field->MapBegin(&iter), map_field->MapEnd(&end); iter != end; in FieldDataOnlyByteSize()
|
D | message.h | 989 MapIterator MapBegin(Message* message, const FieldDescriptor* field) const;
|
D | generated_message_reflection.cc | 1843 MapIterator Reflection::MapBegin(Message* message, in MapBegin() function in google::protobuf::Reflection 1847 GetRaw<MapFieldBase>(*message, field).MapBegin(&iter); in MapBegin()
|
D | text_format.cc | 2139 reflection->MapBegin(const_cast<Message*>(&message), field); in SortMap()
|
D | map_test.cc | 977 MapIterator it1 = reflection_tester.MapBegin(&message, "map_int32_int32"); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 761 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this); in livenessValidateIntervals() local 763 if (std::adjacent_find(MapBegin.begin(), MapBegin.end(), ComparePair) == in livenessValidateIntervals() 764 MapBegin.end() && in livenessValidateIntervals() 782 for (auto Start = MapBegin.begin(); in livenessValidateIntervals() 783 (Start = std::adjacent_find(Start, MapBegin.end(), ComparePair)) != in livenessValidateIntervals() 784 MapBegin.end(); in livenessValidateIntervals() 818 LiveBeginEndMap &MapBegin = *Liveness->getLiveBegin(this); in livenessAddIntervals() local 820 std::sort(MapBegin.begin(), MapBegin.end()); in livenessAddIntervals() 833 auto IBB = MapBegin.begin(), IEB = MapEnd.begin(); in livenessAddIntervals() 834 auto IBE = MapBegin.end(), IEE = MapEnd.end(); in livenessAddIntervals()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 496 for (google::protobuf::MapIterator it = reflection->MapBegin( in ScalarMapToStr() 735 for (google::protobuf::MapIterator it = reflection->MapBegin( in MessageMapToStr() 908 reflection->MapBegin(message, self->parent_field_descriptor))); in GetIterator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 777 auto MapBegin = MappedIteratorType(VMaps.begin(), GetPtr); in updateExitBlocksForClonedLoop() local 779 privateUpdateExitBlocksForClonedLoop(ExitBlocks, MapBegin, MapEnd, DT); in updateExitBlocksForClonedLoop()
|