Home
last modified time | relevance | path

Searched refs:MapEnd (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_test_util.h75 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 …]
Dreflection_ops.cc221 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()
Dmap_field.h310 virtual void MapEnd(MapIterator* map_iter) const = 0;
402 void MapEnd(MapIterator* map_iter) const override;
Dmap_field_test.cc88 void MapEnd(MapIterator* map_iter) const override {} in MapEnd() function in google::protobuf::internal::MapFieldBaseStub
Dmap_field_inl.h120 void TypeDefinedMapFieldBase<Key, T>::MapEnd(MapIterator* map_iter) const { in MapEnd() function
Dwire_format.cc1150 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()
Dmessage.h994 MapIterator MapEnd(Message* message, const FieldDescriptor* field) const;
Dgenerated_message_reflection.cc1851 MapIterator Reflection::MapEnd(Message* message, in MapEnd() function in google::protobuf::Reflection
1855 GetRaw<MapFieldBase>(*message, field).MapEnd(&iter); in MapEnd()
Dtext_format.cc2140 iter != reflection->MapEnd(const_cast<Message*>(&message), field); in SortMap()
Dmap_test.cc978 MapIterator it2 = reflection_tester.MapEnd(&message, "map_int32_int32"); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp762 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/
Dmap_container.cc498 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/
DMemorySSAUpdater.cpp778 auto MapEnd = MappedIteratorType(VMaps.end(), GetPtr); in updateExitBlocksForClonedLoop() local
779 privateUpdateExitBlocksForClonedLoop(ExitBlocks, MapBegin, MapEnd, DT); in updateExitBlocksForClonedLoop()