Home
last modified time | relevance | path

Searched refs:first_synthetic (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc5539 int first_synthetic = -1; in CrossLinkMessage() local
5543 if (first_synthetic == -1) { in CrossLinkMessage()
5544 first_synthetic = i; in CrossLinkMessage()
5547 if (first_synthetic != -1) { in CrossLinkMessage()
5555 if (first_synthetic == -1) { in CrossLinkMessage()
5558 message->real_oneof_decl_count_ = first_synthetic; in CrossLinkMessage()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3261 int first_synthetic = -1; in check_oneofs() local
3268 if (first_synthetic == -1) { in check_oneofs()
3269 first_synthetic = i; in check_oneofs()
3272 if (first_synthetic != -1) { in check_oneofs()
3281 if (first_synthetic == -1) { in check_oneofs()
3284 m->real_oneof_count = first_synthetic; in check_oneofs()

Completed in 31 milliseconds