/third_party/protobuf/src/google/protobuf/ |
D | map_test_util.h | 75 MapIterator MapEnd(Message* message, const std::string& field_name); 701 inline MapIterator MapReflectionTester::MapEnd(Message* message, in MapEnd() function 704 return reflection->MapEnd(message, F(field_name)); in MapEnd() 1300 iter != reflection->MapEnd(message, F("map_int32_int32")); in ExpectMapFieldsSetViaReflectionIterator() 1318 iter != reflection->MapEnd(message, F("map_int64_int64")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1329 iter != reflection->MapEnd(message, F("map_uint32_uint32")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1340 iter != reflection->MapEnd(message, F("map_uint64_uint64")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1351 iter != reflection->MapEnd(message, F("map_sint32_sint32")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1362 iter != reflection->MapEnd(message, F("map_sint64_sint64")); ++iter) { in ExpectMapFieldsSetViaReflectionIterator() 1373 iter != reflection->MapEnd(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 | 310 virtual void MapEnd(MapIterator* map_iter) const = 0; 402 void MapEnd(MapIterator* map_iter) const override;
|
D | map_field_test.cc | 88 void MapEnd(MapIterator* map_iter) const override {} in MapEnd() function in google::protobuf::internal::MapFieldBaseStub
|
D | map_field_inl.h | 120 void TypeDefinedMapFieldBase<Key, T>::MapEnd(MapIterator* map_iter) const { in MapEnd() function
|
D | wire_format.cc | 1150 it != reflection->MapEnd(const_cast<Message*>(&message), field); in SortKey() 1250 message_reflection->MapEnd(const_cast<Message*>(&message), field); in InternalSerializeField() 1622 for (map_field->MapBegin(&iter), map_field->MapEnd(&end); iter != end; in FieldDataOnlyByteSize()
|
D | message.h | 994 MapIterator MapEnd(Message* message, const FieldDescriptor* field) const;
|
D | generated_message_reflection.cc | 1851 MapIterator Reflection::MapEnd(Message* message, in MapEnd() function in google::protobuf::Reflection 1855 GetRaw<MapFieldBase>(*message, field).MapEnd(&iter); in MapEnd()
|
D | text_format.cc | 2140 iter != reflection->MapEnd(const_cast<Message*>(&message), field); in SortMap()
|
D | map_test.cc | 978 MapIterator it2 = reflection_tester.MapEnd(&message, "map_int32_int32"); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 762 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this); in livenessValidateIntervals() local 765 std::adjacent_find(MapEnd.begin(), MapEnd.end(), ComparePair) == in livenessValidateIntervals() 766 MapEnd.end()) in livenessValidateIntervals() 791 for (auto Start = MapEnd.begin(); in livenessValidateIntervals() 792 (Start = std::adjacent_find(Start, MapEnd.end(), ComparePair)) != in livenessValidateIntervals() 793 MapEnd.end(); in livenessValidateIntervals() 819 LiveBeginEndMap &MapEnd = *Liveness->getLiveEnd(this); in livenessAddIntervals() local 821 std::sort(MapEnd.begin(), MapEnd.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 | 498 it != reflection->MapEnd(message, self->parent_field_descriptor); in ScalarMapToStr() 737 it != reflection->MapEnd(message, self->parent_field_descriptor); in MessageMapToStr() 936 reflection->MapEnd(message, self->container->parent_field_descriptor)) { in IterNext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 778 auto MapEnd = MappedIteratorType(VMaps.end(), GetPtr); in updateExitBlocksForClonedLoop() local 779 privateUpdateExitBlocksForClonedLoop(ExitBlocks, MapBegin, MapEnd, DT); in updateExitBlocksForClonedLoop()
|