| /third_party/boost/libs/range/test/ |
| D | adl_conformance.cpp | 38 inline typename Range::iterator begin( Range& r ) in begin() function 44 inline typename Range::iterator begin( const Range& r ) in begin() function 52 inline typename Range::iterator begin( Range& r ) in begin() function 59 inline typename Range::iterator begin( const Range& r ) in begin() function 75 iterator begin() { return unused; } in begin() function 76 iterator begin() const { return unused; } in begin() function 86 inline typename range<T>::iterator begin( range<T>& r ) in begin() function 92 inline typename range<T>::iterator begin( const range<T>& r ) in begin() function 106 iterator begin() { return unused; } in begin() function 107 iterator begin() const { return unused; } in begin() function [all …]
|
| D | begin.cpp | 27 begin(SinglePassRange& rng) in begin() function 34 begin(const SinglePassRange& rng) in begin() function 57 begin(SinglePassRange& rng) in begin() function 64 begin(const SinglePassRange& rng) in begin() function 85 const_iterator begin() const { return m_first; } in begin() function in boost::MockTestBeginCollection 86 iterator begin() { return m_first; } in begin() function in boost::MockTestBeginCollection
|
| /third_party/boost/boost/proto/functional/range/ |
| D | begin.hpp | 19 struct begin struct 27 struct result<This(Rng)> 32 struct result<This(Rng &)> 37 typename boost::range_iterator<Rng>::type operator()(Rng &rng) const in operator ()() 43 typename boost::range_iterator<Rng const>::type operator()(Rng const &rng) const in operator ()()
|
| /third_party/boost/libs/locale/src/encoding/ |
| D | codepage.cpp | 37 std::string convert_between(char const *begin, in convert_between() 64 char const *begin, in convert_to() 90 CharType const *begin, in convert_from() 135 std::string between(char const *begin,char const *end, in between() 142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() 148 … std::string from_utf(char const *begin,char const *end,std::string const &charset,method_type how) in from_utf() 154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() 160 …std::string from_utf(wchar_t const *begin,wchar_t const *end,std::string const &charset,method_typ… in from_utf() 167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() 173 …std::string from_utf(char16_t const *begin,char16_t const *end,std::string const &charset,method_t… in from_utf() [all …]
|
| /third_party/boost/boost/lexical_cast/detail/ |
| D | inf_nan.hpp | 53 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl() 105 bool put_inf_nan_impl(CharT* begin, CharT*& end, const T& value in put_inf_nan_impl() 137 bool parse_inf_nan(const wchar_t* begin, const wchar_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 145 bool put_inf_nan(wchar_t* begin, wchar_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 152 bool parse_inf_nan(const char16_t* begin, const char16_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 160 bool put_inf_nan(char16_t* begin, char16_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 166 bool parse_inf_nan(const char32_t* begin, const char32_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 174 bool put_inf_nan(char32_t* begin, char32_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan() 180 bool parse_inf_nan(const CharT* begin, const CharT* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 188 bool put_inf_nan(CharT* begin, CharT*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
|
| /third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
| D | strided_slice_tests.cc | 44 std::vector<int> begin = {3}; variable 60 std::vector<int> begin = {1, 2}; variable 78 std::vector<int> begin = {0, 1, 2}; variable 96 std::vector<int> begin = {0, 0, 0, 0}; variable 108 std::vector<int> begin = {0, 0, 0, 0}; variable 121 std::vector<int> begin = {1, 0, 0, 0}; variable 134 std::vector<int> begin = {1, 1, 0, 0}; variable 147 std::vector<int> begin = {1, 1, 2, 0}; variable 160 std::vector<int> begin = {1, 1, 2, 1}; variable 177 std::vector<int> begin = {0, 1, 1, 1}; variable [all …]
|
| /third_party/boost/boost/test/ |
| D | unit_test_log.hpp | 45 struct BOOST_TEST_DECL begin { struct 46 begin( const_string fn, std::size_t ln ) in begin() function 51 const_string m_file_name; 52 std::size_t m_line_num;
|
| /third_party/boost/boost/xpressive/ |
| D | regex_algorithms.hpp | 48 inline bool regex_match_impl in regex_match_impl() 100 inline bool regex_match in regex_match() 123 inline bool regex_match in regex_match() 144 inline bool regex_match in regex_match() 188 BidiIter begin = boost::begin(rng), end = boost::end(rng); in regex_match() local 214 BidiIter begin = boost::begin(rng), end = boost::end(rng); in regex_match() local 221 inline bool regex_match in regex_match() 260 BidiIter begin = boost::begin(rng), end = boost::end(rng); in regex_match() local 284 BidiIter begin = boost::begin(rng), end = boost::end(rng); in regex_match() local 314 BidiIter const begin = state.cur_, end = state.end_; in regex_search_impl() local [all …]
|
| /third_party/boost/boost/numeric/ublas/operation/ |
| D | begin.hpp | 230 typename ExprT::iterator begin(vector_expression<ExprT>& e) in begin() function 244 typename ExprT::const_iterator begin(vector_expression<ExprT> const& e) in begin() function 261 typename iterator_type<ExprT,TagT>::type begin(matrix_expression<ExprT>& e) in begin() function 278 typename const_iterator_type<ExprT,TagT>::type begin(matrix_expression<ExprT> const& e) in begin() function 294 typename IteratorT::dual_iterator_type begin(IteratorT& it) in begin() function 310 typename IteratorT::dual_iterator_type begin(IteratorT const& it) in begin() function
|
| /third_party/boost/boost/mpl/ |
| D | begin_end.hpp | 31 struct begin struct 33 typedef typename sequence_tag<Sequence>::type tag_; 35 ::template apply< Sequence >::type type;
|
| /third_party/boost/boost/fusion/sequence/intrinsic/ |
| D | begin.hpp | 67 struct begin struct 80 begin(Sequence& seq) in begin() function 92 begin(Sequence const& seq) in begin() function
|
| /third_party/boost/boost/iostreams/device/ |
| D | array.hpp | 91 (char_type* begin, char_type* end) in array_adapter() 97 (char_type* begin, std::size_t length) in array_adapter() 103 (const char_type* begin, const char_type* end) in array_adapter() 110 (const char_type* begin, std::size_t length) in array_adapter()
|
| /third_party/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 102 char* const begin = &result[0]; in StrCat() local 114 char* const begin = &result[0]; in StrCat() local 128 char* const begin = &result[0]; in StrCat() local 147 char* const begin = &result[0]; in CatPieces() local 179 char* const begin = &(*dest)[0]; in AppendPieces() local 204 char* const begin = &(*dest)[0]; in StrAppend() local 219 char* const begin = &(*dest)[0]; in StrAppend() local 236 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | str_cat.cc | 102 char* const begin = &result[0]; in StrCat() local 114 char* const begin = &result[0]; in StrCat() local 128 char* const begin = &result[0]; in StrCat() local 147 char* const begin = &result[0]; in CatPieces() local 179 char* const begin = &(*dest)[0]; in AppendPieces() local 204 char* const begin = &(*dest)[0]; in StrAppend() local 219 char* const begin = &(*dest)[0]; in StrAppend() local 236 char* const begin = &(*dest)[0]; in StrAppend() local
|
| /third_party/boost/libs/convert/test/ |
| D | has_member.cpp | 27 struct test01 { int begin; }; member 28 struct test02 { char* begin() { return 0; } }; in begin() function 37 void begin(int) {} in begin() function 38 int begin(int, int) { return 0; } in begin() function 44 private: virtual char* begin() { return 0; } in begin() function 48 virtual char* begin() { return 0; } in begin() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | salted_seed_seq.h | 53 SaltedSeedSeq(Iterator begin, Iterator end) in SaltedSeedSeq() 67 void generate(RandomAccessIterator begin, RandomAccessIterator end) { in generate() 92 void generate_impl(uint32_t* begin, uint32_t* end, ContiguousAndUint32Tag) { in generate_impl() 101 void generate_impl(RandomAccessIterator begin, RandomAccessIterator end, in generate_impl()
|
| /third_party/abseil-cpp/absl/random/internal/ |
| D | salted_seed_seq.h | 53 SaltedSeedSeq(Iterator begin, Iterator end) in SaltedSeedSeq() 67 void generate(RandomAccessIterator begin, RandomAccessIterator end) { in generate() 92 void generate_impl(uint32_t* begin, uint32_t* end, ContiguousAndUint32Tag) { in generate_impl() 101 void generate_impl(RandomAccessIterator begin, RandomAccessIterator end, in generate_impl()
|
| /third_party/boost/libs/log/src/setup/ |
| D | parser_utils.cpp | 60 const char* char_constants< char >::trim_spaces_left(const char_type* begin, const char_type* end) in trim_spaces_left() 69 const char* char_constants< char >::trim_spaces_right(const char_type* begin, const char_type* end) in trim_spaces_right() 78 const char* char_constants< char >::scan_attr_placeholder(const char_type* begin, const char_type* … in scan_attr_placeholder() 93 const char* char_constants< char >::parse_operand(const char_type* begin, const char_type* end, str… in parse_operand() 233 const wchar_t* char_constants< wchar_t >::trim_spaces_left(const char_type* begin, const char_type*… in trim_spaces_left() 242 const wchar_t* char_constants< wchar_t >::trim_spaces_right(const char_type* begin, const char_type… in trim_spaces_right() 251 const wchar_t* char_constants< wchar_t >::scan_attr_placeholder(const char_type* begin, const char_… in scan_attr_placeholder() 266 const wchar_t* char_constants< wchar_t >::parse_operand(const char_type* begin, const char_type* en… in parse_operand()
|
| /third_party/openh264/codec/common/x86/ |
| D | dct.asm | 229 .begin: label 610 .begin: label 951 .begin: label 1016 .begin: label
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | CallGraph.h | 115 inline iterator begin() { return FunctionMap.begin(); } in begin() function 117 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function 189 inline iterator begin() { return CalledFunctions.begin(); } in begin() function 191 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function 344 inline iterator begin() { return G->begin(); } in begin() function 346 inline const_iterator begin() const { return G->begin(); } in begin() function
|
| /third_party/jsoncpp/src/lib_json/ |
| D | json_tool.h | 94 template <typename Iter> Iter fixNumericLocale(Iter begin, Iter end) { in fixNumericLocale() 103 template <typename Iter> void fixNumericLocaleInput(Iter begin, Iter end) { in fixNumericLocaleInput() 119 template <typename Iter> Iter fixZerosInTheEnd(Iter begin, Iter end) { in fixZerosInTheEnd()
|
| /third_party/boost/libs/locale/src/util/ |
| D | codecvt_converter.cpp | 53 virtual uint32_t to_unicode(char const *&begin,char const *end) in to_unicode() 69 virtual uint32_t from_unicode(uint32_t u,char *begin,char const *end) in from_unicode() 120 uint32_t to_unicode(char const *&begin,char const *end) const in to_unicode() 127 uint32_t from_unicode(uint32_t u,char *begin,char const *end) const in from_unicode() 175 virtual uint32_t to_unicode(char const *&begin,char const *end) in to_unicode() 179 virtual uint32_t from_unicode(uint32_t u,char *begin,char const *end) in from_unicode() 208 utf::code_point to_unicode(state_type &,char const *&begin,char const *end) const in to_unicode() 213 … utf::code_point from_unicode(state_type &,utf::code_point u,char *begin,char const *end) const in from_unicode() 352 … utf::code_point to_unicode(base_converter_ptr &ptr,char const *&begin,char const *end) const in to_unicode() 360 …utf::code_point from_unicode(base_converter_ptr &ptr,utf::code_point u,char *begin,char const *end… in from_unicode()
|
| /third_party/boost/boost/spirit/home/classic/iterator/ |
| D | position_iterator.hpp | 347 const ForwardIteratorT& begin, in position_iterator2() 355 const ForwardIteratorT& begin, in position_iterator2() 364 const ForwardIteratorT& begin, in position_iterator2() 373 const ForwardIteratorT& begin, in position_iterator2() 381 const ForwardIteratorT& begin, in position_iterator2()
|
| /third_party/flutter/skia/infra/bots/recipe_modules/flavor/resources/ |
| D | win_run_and_check_log.ps1 | 13 $begin = Get-Date variable 34 -After $begin -Before $end -ErrorAction SilentlyContinue variable
|
| /third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
| D | win_run_and_check_log.ps1 | 13 $begin = Get-Date variable 34 -After $begin -Before $end -ErrorAction SilentlyContinue variable
|