Home
last modified time | relevance | path

Searched refs:MapEnd (Results 1 – 21 of 21) 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/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs1644 Token::MapEnd, in test_collect_other()
1670 Token::MapEnd, in test_flatten_struct_enum()
1673 Token::MapEnd, in test_flatten_struct_enum()
1692 Token::MapEnd, in test_flatten_struct_enum()
1720 Token::MapEnd, in test_flatten_struct_tag_content_enum()
1721 Token::MapEnd, in test_flatten_struct_tag_content_enum()
1742 Token::MapEnd, in test_flatten_struct_tag_content_enum()
1767 Token::MapEnd, in test_flatten_struct_tag_content_enum_newtype()
1768 Token::MapEnd, in test_flatten_struct_tag_content_enum_newtype()
1787 Token::MapEnd, in test_flatten_struct_tag_content_enum_newtype()
[all …]
Dtest_de.rs200 .chain(vec![Token::MapEnd].into_iter()) in assert_de_tokens_ignore()
1138 &[Token::Map { len: Some(0) }, Token::MapEnd], in test_btreemap()
1146 Token::MapEnd, in test_btreemap()
1157 Token::MapEnd, in test_btreemap()
1166 Token::MapEnd, in test_btreemap()
1173 Token::MapEnd, in test_btreemap()
1174 Token::MapEnd, in test_btreemap()
1193 &[Token::Map { len: Some(0) }, Token::MapEnd], in test_hashmap()
1201 Token::MapEnd, in test_hashmap()
1212 Token::MapEnd, in test_hashmap()
[all …]
Dtest_macros.rs748 Token::MapEnd, in test_internally_tagged_enum()
757 Token::MapEnd, in test_internally_tagged_enum()
769 Token::MapEnd, in test_internally_tagged_enum()
799 &[Token::Map { len: Some(0) }, Token::MapEnd], in test_internally_tagged_enum()
808 Token::MapEnd, in test_internally_tagged_enum()
1010 Token::MapEnd, in test_internally_tagged_struct_variant_containing_unit_variant()
1358 Token::MapEnd, in test_enum_in_internally_tagged_enum()
1370 Token::MapEnd, in test_enum_in_internally_tagged_enum()
1388 Token::MapEnd, in test_enum_in_internally_tagged_enum()
1406 Token::MapEnd, in test_enum_in_internally_tagged_enum()
[all …]
Dtest_ser.rs256 Token::MapEnd, in test_btreemap()
267 Token::MapEnd, in test_btreemap()
276 Token::MapEnd, in test_btreemap()
283 Token::MapEnd, in test_btreemap()
284 Token::MapEnd, in test_btreemap()
293 &[Token::Map { len: Some(0) }, Token::MapEnd], in test_hashmap()
301 Token::MapEnd, in test_hashmap()
310 Token::MapEnd, in test_hashmap()
Dtest_value.rs91 Token::MapEnd, in test_map_access_to_enum()
92 Token::MapEnd, in test_map_access_to_enum()
/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/rust/crates/serde/serde_test/src/
Dser.rs298 end: Token::MapEnd, in serialize_struct_variant()
413 assert_next_token!(self, MapEnd); in end()
459 Token::MapEnd => assert_next_token!(self.ser, MapEnd), in end()
Dde.rs161 Token::Map { len } => self.visit_map(len, Token::MapEnd, visitor), in deserialize_any()
232 | Token::MapEnd in deserialize_any()
390 self.visit_map(Some(fields.len()), Token::MapEnd, visitor) in deserialize_struct()
578 .visit_map(Some(fields.len()), Token::MapEnd, visitor) in struct_variant()
Dtoken.rs396 MapEnd, enumerator
/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()