HomeSort by relevance Sort by last modified time
    Searched refs:last_type_id (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 585 uint32 last_type_id = 0; local
599 last_type_id = type_id;
608 last_type_id, &sub_input,
619 if (last_type_id == 0) {
632 last_type_id, input,
wire_format.cc 663 uint32 last_type_id = 0; local
681 last_type_id = type_id;
690 if (!ParseAndMergeMessageSetField(last_type_id, field, message,
701 if (last_type_id == 0) {
713 if (!ParseAndMergeMessageSetField(last_type_id, field, message,
    [all...]

Completed in 1023 milliseconds