Home
last modified time | relevance | path

Searched defs:beg (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/curl/lib/
Dx509asn1.c111 const char *beg, const char *end) in getASN1Element()
195 static const char *bool2str(const char *beg, const char *end) in bool2str()
206 static const char *octet2str(const char *beg, const char *end) in octet2str()
220 static const char *bit2str(const char *beg, const char *end) in bit2str()
235 static const char *int2str(const char *beg, const char *end) in int2str()
354 static const char *string2str(int type, const char *beg, const char *end) in string2str()
390 const char *beg, const char *end) in encodeOID()
436 static const char *OID2str(const char *beg, const char *end, bool symbolic) in OID2str()
460 static const char *GTime2str(const char *beg, const char *end) in GTime2str()
528 static const char *UTime2str(const char *beg, const char *end) in UTime2str()
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DSingleFunctionEffects.h37 void overdrive(iter_type beg, iter_type end) { in overdrive()
49 void distortion(iter_type beg, iter_type end) { in distortion()
/third_party/boost/boost/date_time/
Ddate_parsing.hpp157 for(tokenizer_iterator beg=tok.begin(); in parse_date() local
222 from_stream_type(iterator_type& beg, in from_stream_type()
239 from_stream_type(iterator_type& beg, in from_stream_type()
254 date_type from_stream_type(iterator_type& beg, in from_stream_type()
283 from_stream_type(iterator_type& beg, in from_stream_type()
Dspecial_values_formatter.hpp63 …special_values_formatter(typename collection_type::iterator beg, typename collection_type::iterato… in special_values_formatter()
/third_party/boost/libs/tokenizer/test/
Dsimple_example_1.cpp20 for(tokenizer<>::iterator beg=tok.begin(); beg!=tok.end();++beg){ in main() local
Dsimple_example_2.cpp19 for(tokenizer<escaped_list_separator<char> >::iterator beg=tok.begin(); beg!=tok.end();++beg){ in main() local
Dsimple_example_4.cpp19 for(tokenizer<char_delimiters_separator<char> >::iterator beg=tok.begin(); beg!=tok.end();++beg){ in main() local
Dsimple_example_3.cpp21 for(tokenizer<offset_separator>::iterator beg=tok.begin(); beg!=tok.end();++beg){ in main() local
Dsimple_example_5.cpp26 Iter beg = make_token_iterator<string>(s.begin(),s.end(),f); in main() local
/third_party/grpc/src/core/lib/http/
Dparser.cc41 uint8_t* beg = parser->cur_line; in handle_response_line() local
94 uint8_t* beg = parser->cur_line; in handle_request_line() local
176 uint8_t* beg = parser->cur_line; in add_header() local
/third_party/boost/libs/filesystem/test/issues/
D11228--filtered-recursive_directory_iterator-range.cpp12 fs::recursive_directory_iterator beg("."), end; in main() local
/third_party/boost/boost/test/utils/basic_cstring/
Dio.hpp40 char_type const* const beg = reinterpret_cast<char_type const* const>( str.begin() ); in operator <<() local
/third_party/curl/tests/unit/
Dunit1651.c349 const char *beg = (const char *)&cert[0]; variable
/third_party/boost/boost/date_time/posix_time/
Dtime_serialize.hpp222 posix_time::ptime beg(tp.begin().date(), tp.begin().time_of_day()); in save() local
239 posix_time::ptime beg(d,td); in load() local
254 posix_time::ptime beg(d,td); in load_construct_data() local
/third_party/boost/boost/gil/extension/io/targa/detail/
Dread.hpp224 typename View_Src::x_iterator beg = v.row_begin( 0 ) + this->_settings._top_left.x; in read_data() local
286 typename View_Src::x_iterator beg = v.row_begin( y ) + this->_settings._top_left.x; in read_rle_data() local
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dread.hpp365 it_t beg = v.row_begin( 0 ) + this->_settings._top_left.x; in read_data_15() local
405 typename View_Src::x_iterator beg = v.row_begin( 0 ) + this->_settings._top_left.x; in read_data() local
438 typename Buffer::const_iterator beg = buf.begin() + this->_settings._top_left.x; in copy_row_if_needed() local
/third_party/boost/boost/numeric/odeint/external/openmp/
Dopenmp_range_algebra.hpp262 typename boost::range_iterator<const S>::type beg = boost::begin(s); local
Dopenmp_nested_algebra.hpp267 iterator beg = boost::begin(s); local
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp45 *inStream, [&functionStack = this->functionList](numeric *beg, numeric *end) { in createCallback()
/third_party/boost/libs/spirit/test/lex/
Dplain_token.cpp66 std::string::iterator beg = angled_delimiter_str.begin(); in main() local
/third_party/boost/boost/convert/
Dspirit.hpp32 iterator beg = range.begin(); in str_to() local
/third_party/ffmpeg/libavutil/
Dlfg.c65 unsigned int beg, end, segm; in av_lfg_init_from_data() local
/third_party/boost/boost/format/
Dparsing.hpp59 Iter wrap_scan_notdigit(const Facet & fac, Iter beg, Iter end) { in wrap_scan_notdigit()
454 const typename String::size_type beg, in append_string()
/third_party/gettext/gettext-tools/libgrep/
Dm-fgrep.c96 const char *beg; in Fcompile() local
162 register const char *beg; in Fexecute() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_ping.cc77 const uint8_t* const beg = GRPC_SLICE_START_PTR(slice); in grpc_chttp2_ping_parser_parse() local

123456