• Home
  • Raw
  • Download

Lines Matching refs:MapBegin

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()
1384 reflection->MapBegin(message, F("map_fixed64_fixed64")); in ExpectMapFieldsSetViaReflectionIterator()
1396 reflection->MapBegin(message, F("map_sfixed32_sfixed32")); in ExpectMapFieldsSetViaReflectionIterator()
1407 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_float")); in ExpectMapFieldsSetViaReflectionIterator()
1418 reflection->MapBegin(message, F("map_int32_double")); in ExpectMapFieldsSetViaReflectionIterator()
1428 for (MapIterator iter = reflection->MapBegin(message, F("map_bool_bool")); in ExpectMapFieldsSetViaReflectionIterator()
1440 reflection->MapBegin(message, F("map_string_string")); in ExpectMapFieldsSetViaReflectionIterator()
1458 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_bytes")); in ExpectMapFieldsSetViaReflectionIterator()
1468 for (MapIterator iter = reflection->MapBegin(message, F("map_int32_enum")); in ExpectMapFieldsSetViaReflectionIterator()
1480 reflection->MapBegin(message, F("map_int32_foreign_message")); in ExpectMapFieldsSetViaReflectionIterator()
1525 EXPECT_TRUE(reflection->MapBegin(message, F("map_int32_int32")) == in ExpectClearViaReflectionIterator()
1527 EXPECT_TRUE(reflection->MapBegin(message, F("map_int64_int64")) == in ExpectClearViaReflectionIterator()
1529 EXPECT_TRUE(reflection->MapBegin(message, F("map_uint32_uint32")) == in ExpectClearViaReflectionIterator()
1531 EXPECT_TRUE(reflection->MapBegin(message, F("map_uint64_uint64")) == in ExpectClearViaReflectionIterator()
1533 EXPECT_TRUE(reflection->MapBegin(message, F("map_sint32_sint32")) == in ExpectClearViaReflectionIterator()
1535 EXPECT_TRUE(reflection->MapBegin(message, F("map_sint64_sint64")) == in ExpectClearViaReflectionIterator()
1537 EXPECT_TRUE(reflection->MapBegin(message, F("map_fixed32_fixed32")) == in ExpectClearViaReflectionIterator()
1539 EXPECT_TRUE(reflection->MapBegin(message, F("map_fixed64_fixed64")) == in ExpectClearViaReflectionIterator()
1541 EXPECT_TRUE(reflection->MapBegin(message, F("map_sfixed32_sfixed32")) == in ExpectClearViaReflectionIterator()
1543 EXPECT_TRUE(reflection->MapBegin(message, F("map_sfixed64_sfixed64")) == in ExpectClearViaReflectionIterator()
1545 EXPECT_TRUE(reflection->MapBegin(message, F("map_int32_float")) == in ExpectClearViaReflectionIterator()
1547 EXPECT_TRUE(reflection->MapBegin(message, F("map_int32_double")) == in ExpectClearViaReflectionIterator()
1549 EXPECT_TRUE(reflection->MapBegin(message, F("map_bool_bool")) == in ExpectClearViaReflectionIterator()
1551 EXPECT_TRUE(reflection->MapBegin(message, F("map_string_string")) == in ExpectClearViaReflectionIterator()
1553 EXPECT_TRUE(reflection->MapBegin(message, F("map_int32_bytes")) == in ExpectClearViaReflectionIterator()
1555 EXPECT_TRUE(reflection->MapBegin(message, F("map_int32_enum")) == in ExpectClearViaReflectionIterator()
1557 EXPECT_TRUE(reflection->MapBegin(message, F("map_int32_foreign_message")) == in ExpectClearViaReflectionIterator()