Home
last modified time | relevance | path

Searched defs:new_begin (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/gn/
Dc_include_iterator.cc26 size_t new_begin = 0; in TrimLeadingWhitespace() local
/third_party/mesa3d/src/mesa/program/
Dprog_parameter_layout.c163 const int new_begin = in _mesa_layout_parameters() local
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dslice_info.cc229 auto new_begin = CreateValueTupleAndNodePtr(begin_); in ComputeReplaceGraph() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h688 const size_t new_begin = begin() + delta; in AlignEnd() local
727 size_t new_begin = begin() - edges.size(); variable
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc572 std::vector<int> new_begin(shape_in.size(), 0); in PreposeWithNormalReshape() local
1133 std::vector<int> new_begin(shape_in.size(), 0); in PreposeWithFullConnection() local
1292 std::vector<int> new_begin; in PreposeWithArithmetic() local
/third_party/boost/boost/ptr_container/
Dptr_circular_buffer.hpp472 void rotate( const_iterator new_begin ) // nothrow in rotate()
/third_party/boost/boost/range/
Diterator_range_core.hpp805 new_begin = boost::begin( r ), in make_range_impl() local
/third_party/boost/boost/circular_buffer/
Dbase.hpp740 void rotate(const_iterator new_begin) { in rotate()