/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/rust/crates/serde/test_suite/tests/ |
D | test_annotations.rs | 1644 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 …]
|
D | test_de.rs | 200 .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 …]
|
D | test_macros.rs | 748 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 …]
|
D | test_ser.rs | 256 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()
|
D | test_value.rs | 91 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/ |
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/rust/crates/serde/serde_test/src/ |
D | ser.rs | 298 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()
|
D | de.rs | 161 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()
|
D | token.rs | 396 MapEnd, enumerator
|
/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()
|