Searched refs:encode_tag (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | encode.c | 137 static void encode_tag(upb_encstate *e, uint32_t field_number, in encode_tag() function 223 encode_tag(e, f->number, UPB_WIRE_TYPE_END_GROUP); in encode_scalar() 248 encode_tag(e, f->number, wire_type); in encode_scalar() 313 encode_tag(e, f->number, UPB_WIRE_TYPE_DELIMITED); in encode_array() 325 encode_tag(e, f->number, UPB_WIRE_TYPE_END_GROUP); in encode_array() 327 encode_tag(e, f->number, UPB_WIRE_TYPE_START_GROUP); in encode_array() 342 encode_tag(e, f->number, UPB_WIRE_TYPE_DELIMITED); in encode_array() 352 encode_tag(e, f->number, UPB_WIRE_TYPE_DELIMITED); in encode_array() 367 encode_tag(e, number, UPB_WIRE_TYPE_DELIMITED); in encode_mapentry()
|
/third_party/boost/boost/graph/distributed/detail/ |
D | mpi_process_group.ipp | 231 pg.send_impl(dest, pg.encode_tag(pg.my_block_number(), tag), value, 240 pg.send_impl(dest, pg.encode_tag(pg.my_block_number(), tag), 283 pg.array_send_impl(dest, pg.encode_tag(pg.my_block_number(), tag), 551 int realtag = self.encode_tag( 579 int realtag = self.encode_tag(block == -1 ? self.my_block_number() : block, 605 int realtag = self.encode_tag( 677 if (pg.receive_impl(source, pg.encode_tag(pg.my_block_number(), tag), 692 pg.receive_impl(source, pg.encode_tag(pg.my_block_number(), tag), 708 if (pg.array_receive_impl(source, pg.encode_tag(pg.my_block_number(), tag), 720 if (pg.receive_impl(source, pg.encode_tag(pg.my_block_number(), tag), [all …]
|
/third_party/boost/boost/graph/distributed/ |
D | mpi_process_group.hpp | 350 int encode_tag(int block_num, int tag) const in encode_tag() function in boost::graph::distributed::mpi_process_group
|
/third_party/boost/libs/graph_parallel/src/ |
D | mpi_process_group.cpp | 757 encode_tag(block == -1? my_block_number() : block, in actual_communicator_and_tag()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8292 static bool encode_tag(upb_pb_encoder *e, const tag_t *tag) { in encode_tag() function 8353 bool ok = encode_tag(c, hd) && commit(c) && start_delim(c); in encode_startdelimfield() 8369 return (encode_tag(c, hd) && commit(c)) ? c : UPB_BREAK; in encode_startgroup() 8373 return encode_tag(c, hd) && commit(c); in encode_endgroup() 8390 return encode_tag(e, hd) && encode(e, (convert)(val)) && commit(e); \
|