Home
last modified time | relevance | path

Searched refs:start_delim (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/date_time/
Dperiod_formatter.hpp123 const string_type& start_delim, in delimiter_strings() argument
128 m_period_start_delimeter = start_delim; in delimiter_strings()
Dperiod_parser.hpp85 const string_type& start_delim, in delimiter_strings() argument
91 delimiters.push_back(start_delim); in delimiter_strings()
/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c217 static bool start_delim(upb_pb_encoder *e) { in start_delim() function
373 bool ok = encode_tagval(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8197 static bool start_delim(upb_pb_encoder *e) { in start_delim() function
8353 bool ok = encode_tag(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield()