Home
last modified time | relevance | path

Searched refs:RemoveLast (Results 1 – 25 of 34) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Dreflection_internal.h108 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()
Dreflection.h118 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;
Drepeated_field_reflection_unittest.cc382 mrf_int32.RemoveLast(); in TEST()
383 mrf_double.RemoveLast(); in TEST()
384 mrf_string.RemoveLast(); in TEST()
385 mrf_foreign_message.RemoveLast(); in TEST()
503 mutable_enum_ref.RemoveLast(); in TEST()
505 mutable_int32_ref.RemoveLast(); in TEST()
Dextension_set.cc797 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 …]
Dgenerated_message_reflection.cc902 void Reflection::RemoveLast(Message* message, in RemoveLast() function in google::protobuf::Reflection
904 USAGE_CHECK_MESSAGE_TYPE(RemoveLast); in RemoveLast()
905 USAGE_CHECK_REPEATED(RemoveLast); in RemoveLast()
908 MutableExtensionSet(message)->RemoveLast(field->number()); in RemoveLast()
913 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \ in RemoveLast()
931 ->RemoveLast(); in RemoveLast()
940 ->RemoveLast<GenericTypeHandler<Message> >(); in RemoveLast()
943 ->RemoveLast<GenericTypeHandler<Message> >(); in RemoveLast()
Drepeated_field_unittest.cc105 field.RemoveLast(); in TEST()
779 field.RemoveLast(); in TEST()
930 field.RemoveLast(); in TEST()
946 field.RemoveLast(); in TEST()
1003 field.RemoveLast(); in TEST()
1014 field.RemoveLast(); in TEST()
1344 for (int i = 0; i < extra; ++i) field.RemoveLast(); in TEST()
Drepeated_field.h161 void RemoveLast();
513 void RemoveLast();
838 void RemoveLast();
1257 inline void RepeatedField<Element>::RemoveLast() {
1615 inline void RepeatedPtrFieldBase::RemoveLast() {
2045 inline void RepeatedPtrField<Element>::RemoveLast() {
2046 RepeatedPtrFieldBase::RemoveLast<TypeHandler>();
Dmap_test.cc1569 mmf_int32_int32.RemoveLast(); in TEST_F()
1570 mmf_int32_double.RemoveLast(); in TEST_F()
1571 mmf_string_string.RemoveLast(); in TEST_F()
1572 mmf_int32_foreign_message.RemoveLast(); in TEST_F()
2542 TEST(GeneratedMapFieldReflectionTest, RemoveLast) { in TEST() argument
Dmessage.h448 void RemoveLast(Message* message, const FieldDescriptor* field) const;
Dgenerated_message_reflection_unittest.cc320 TEST(GeneratedMessageReflectionTest, RemoveLast) { in TEST() argument
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc320 if (p->int_val_size() > 0) p->mutable_int_val()->RemoveLast(); in RemoveTrailingElements()
321 if (p->int64_val_size() > 0) p->mutable_int64_val()->RemoveLast(); in RemoveTrailingElements()
322 if (p->float_val_size() > 0) p->mutable_float_val()->RemoveLast(); in RemoveTrailingElements()
323 if (p->bool_val_size() > 0) p->mutable_bool_val()->RemoveLast(); in RemoveTrailingElements()
324 if (p->scomplex_val_size() > 0) p->mutable_scomplex_val()->RemoveLast(); in RemoveTrailingElements()
325 if (p->scomplex_val_size() > 0) p->mutable_scomplex_val()->RemoveLast(); in RemoveTrailingElements()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc49 node->mutable_input()->RemoveLast(); in RemoveControlInput()
267 fanout->mutable_input()->RemoveLast(); in OptimizeNode()
303 node->mutable_input()->RemoveLast(); in OptimizeNode()
614 target_node->mutable_input()->RemoveLast(); in TransitiveReduction()
722 node->mutable_input()->RemoveLast(); in GroupCrossDeviceControlEdges()
Dimplementation_selector.cc178 node_def->mutable_input()->RemoveLast(); in UpdateNodeDef()
185 for (int i = 0; i < diff; ++i) node_def->mutable_input()->RemoveLast(); in UpdateNodeDef()
Dloop_optimizer.cc195 node->mutable_input()->RemoveLast(); in HandleInvariantNode()
935 inputs->RemoveLast(); in RemoveDeadBranches()
Darithmetic_optimizer.cc1172 new_op->mutable_input()->RemoveLast(); in TrySimplify()
2450 new_square_node->mutable_input()->RemoveLast(); in TrySimplify()
2617 inner_square_node->mutable_input()->RemoveLast(); in TrySimplify()
Dscoped_allocator_optimizer.cc160 nodes->RemoveLast(); in RemoveNode()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsparsify_gather.cc210 n->mutable_input()->RemoveLast(); in RemoveInputAtIndex()
218 g->mutable_node()->RemoveLast(); in RemoveNodeAtIndex()
531 replaced_graph_def.mutable_node(i)->mutable_input()->RemoveLast(); in SparsifyGatherInternal()
/external/pdfium/xfa/fde/
Dcfde_textout.h76 void RemoveLast(int32_t iCount);
Dcfde_textout.cpp435 pLine->RemoveLast(iPieces - m_iCurPiece - 1); in AppendPiece()
555 void CFDE_TextOut::CFDE_TTOLine::RemoveLast(int32_t icount) { in RemoveLast() function in CFDE_TextOut::CFDE_TTOLine
/external/tensorflow/tensorflow/core/profiler/convert/
Dstep_events_to_steps_db.cc164 step_db.mutable_step_sequence()->RemoveLast(); in ConvertStepEventsToStepDb()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc93 message->GetReflection()->RemoveLast( in Add()
118 reflection->RemoveLast( in AddMessage()
/external/protobuf/
DCONTRIBUTORS.txt81 * Added Swap(), SwapElements(), and RemoveLast() to Reflection interface.
/external/libprotobuf-mutator/src/
Dfield_instance.h247 reflection().RemoveLast(message_, descriptor()); in Delete()
/external/tensorflow/tensorflow/core/grappler/
Dutils.cc371 node->mutable_input()->RemoveLast(); in DedupControlInputs()
Dmutable_graph_view.cc1153 mutable_inputs->RemoveLast(); in RemoveRegularFaninByPort()
1176 node->mutable_input()->RemoveLast(); in RemoveControllingFaninInternal()

12