Searched refs:set_last (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/fusion/test/sequence/ |
D | adapt_adt.cpp | 94 void set_last(const std::string& last_) { last = last_; } in set_last() function in ns::name 123 (obj.get_last(), obj.set_last(val)) 147 (const std::string&, const std::string&, obj.get_last(), obj.set_last(val))
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | py_pass_manager.cc | 88 new_para_pattern->set_last(true); in GenNewParameter()
|
D | pattern.h | 237 void set_last(bool last) { last_across_passes_ = last; } in set_last() function
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_export.h | 58 void set_last();
|
D | sfn_vertexstageexport.cpp | 365 m_last_param_export->set_last(); in finalize_exports() 372 m_last_pos_export->set_last(); in finalize_exports()
|
D | sfn_instruction_export.cpp | 98 void ExportInstruction::set_last() in set_last() function in r600::ExportInstruction
|
D | sfn_shader_fragment.cpp | 1077 m_last_pixel_export->set_last(); in do_finalize()
|
/third_party/re2/re2/ |
D | prog.h | 121 void set_last() { in set_last() function
|
D | prog.cc | 595 flat.back().set_last(); in Flatten()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpSegment.cpp | 1064 static SkOpSegment* set_last(SkOpSpanBase** last, SkOpSpanBase* endSpan) { in set_last() function 1094 return set_last(last, endSpan); in nextChase() 1115 return set_last(last, endSpan); in nextChase() 1123 return set_last(last, endSpan); in nextChase()
|
/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 1064 static SkOpSegment* set_last(SkOpSpanBase** last, SkOpSpanBase* endSpan) { in set_last() function 1094 return set_last(last, endSpan); in nextChase() 1115 return set_last(last, endSpan); in nextChase() 1123 return set_last(last, endSpan); in nextChase()
|