/third_party/protobuf/src/google/protobuf/ |
D | reflection_internal.h | 108 void RemoveLast(Field* data) const override { in RemoveLast() function 109 MutableRepeatedField(data)->RemoveLast(); in RemoveLast() 164 void RemoveLast(Field* data) const override { in RemoveLast() function 165 MutableRepeatedField(data)->RemoveLast(); in RemoveLast() 227 void RemoveLast(Field* data) const override { in RemoveLast() function 228 MutableRepeatedField(data)->RemoveLast(); in RemoveLast()
|
D | reflection.h | 118 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function 235 void RemoveLast() const { accessor_->RemoveLast(data_); } in RemoveLast() function 321 virtual void RemoveLast(Field* data) const = 0;
|
D | repeated_field_reflection_unittest.cc | 378 mrf_int32.RemoveLast(); in TEST() 379 mrf_double.RemoveLast(); in TEST() 380 mrf_string.RemoveLast(); in TEST() 381 mrf_foreign_message.RemoveLast(); in TEST() 499 mutable_enum_ref.RemoveLast(); in TEST() 501 mutable_int32_ref.RemoveLast(); in TEST()
|
D | extension_set.cc | 797 void ExtensionSet::RemoveLast(int number) { in RemoveLast() function in google::protobuf::internal::ExtensionSet 804 extension->repeated_int32_value->RemoveLast(); in RemoveLast() 807 extension->repeated_int64_value->RemoveLast(); in RemoveLast() 810 extension->repeated_uint32_value->RemoveLast(); in RemoveLast() 813 extension->repeated_uint64_value->RemoveLast(); in RemoveLast() 816 extension->repeated_float_value->RemoveLast(); in RemoveLast() 819 extension->repeated_double_value->RemoveLast(); in RemoveLast() 822 extension->repeated_bool_value->RemoveLast(); in RemoveLast() 825 extension->repeated_enum_value->RemoveLast(); in RemoveLast() 828 extension->repeated_string_value->RemoveLast(); in RemoveLast() [all …]
|
D | generated_message_reflection.cc | 912 void Reflection::RemoveLast(Message* message, in RemoveLast() function in google::protobuf::Reflection 914 USAGE_CHECK_MESSAGE_TYPE(RemoveLast); in RemoveLast() 915 USAGE_CHECK_REPEATED(RemoveLast); in RemoveLast() 919 MutableExtensionSet(message)->RemoveLast(field->number()); in RemoveLast() 924 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \ in RemoveLast() 942 ->RemoveLast(); in RemoveLast() 951 ->RemoveLast<GenericTypeHandler<Message> >(); in RemoveLast() 954 ->RemoveLast<GenericTypeHandler<Message> >(); in RemoveLast()
|
D | repeated_field_unittest.cc | 109 field.RemoveLast(); in TEST() 853 field.RemoveLast(); in TEST() 1004 field.RemoveLast(); in TEST() 1020 field.RemoveLast(); in TEST() 1077 field.RemoveLast(); in TEST() 1088 field.RemoveLast(); in TEST() 1418 for (int i = 0; i < extra; ++i) field.RemoveLast(); in TEST()
|
D | repeated_field.h | 207 void RemoveLast(); 645 void RemoveLast(); 954 void RemoveLast(); 1385 inline void RepeatedField<Element>::RemoveLast() { 1774 inline void RepeatedPtrFieldBase::RemoveLast() { 2204 inline void RepeatedPtrField<Element>::RemoveLast() { 2205 RepeatedPtrFieldBase::RemoveLast<TypeHandler>();
|
D | map_test.cc | 1675 mmf_int32_int32.RemoveLast(); in TEST_F() 1676 mmf_int32_double.RemoveLast(); in TEST_F() 1677 mmf_string_string.RemoveLast(); in TEST_F() 1678 mmf_int32_foreign_message.RemoveLast(); in TEST_F() 2656 TEST(GeneratedMapFieldReflectionTest, RemoveLast) { in TEST() argument 3140 reflection->RemoveLast(dynamic_message.get(), field); in TEST()
|
D | message.h | 469 void RemoveLast(Message* message, const FieldDescriptor* field) const;
|
D | generated_message_reflection_unittest.cc | 320 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
|
D | extension_set.h | 356 void RemoveLast(int number);
|
D | test_util.h | 1119 reflection->RemoveLast(message, field); in RemoveLastRepeatedsViaReflection()
|
D | map_test_util.h | 839 reflection->RemoveLast(message, field); in RemoveLastMapsViaReflection()
|
D | descriptor_unittest.cc | 6124 file_proto.mutable_message_type()->RemoveLast(); in TEST_F()
|
/third_party/node/deps/v8/src/zone/ |
D | zone-list.h | 135 V8_INLINE T RemoveLast() { return Remove(length_ - 1); } in RemoveLast() function
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 93 message->GetReflection()->RemoveLast( in Add() 118 reflection->RemoveLast( in AddMessage()
|
D | message.cc | 1071 reflection->RemoveLast(message, field_descriptor); in DeleteRepeatedField()
|
/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 81 * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
|
D | libprotobuf_lite.map | 334 "google::protobuf::internal::ExtensionSet::RemoveLast(int)";
|
D | CHANGES.txt | 2142 * Added RemoveLast and SwapElements(index1, index2) to Reflection
|
/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental-interpreter.cc | 437 RunActiveThread(active_threads_.RemoveLast()); in RunActiveThreads()
|