LLVMFuzzerInitialize:
   34|      1|extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) {
   35|      1|  g_processor = std::make_unique<sentencepiece::SentencePieceProcessor>();
   36|       |
   37|       |  // Load the model from the embedded byte array
   38|      1|  std::string model_data(
   39|      1|      reinterpret_cast<const char *>(kEmbeddedModelData),
   40|      1|      kEmbeddedModelSize);
   41|      1|  auto status = g_processor->LoadFromSerializedProto(model_data);
   42|      1|  if (!status.ok()) {
  ------------------
  |  Branch (42:7): [True: 0, False: 1]
  ------------------
   43|      0|    fprintf(stderr, "Failed to load embedded model: %s\n",
   44|      0|            status.ToString().c_str());
   45|      0|    abort();
   46|      0|  }
   47|       |
   48|      1|  return 0;
   49|      1|}

_ZNK13sentencepiece4util6Status2okEv:
   68|      5|  inline bool ok() const { return rep_ == nullptr; }

_ZN13sentencepiece29TrainerSpec_ModelType_IsValidEi:
  129|      1|bool TrainerSpec_ModelType_IsValid(int value) {
  130|      1|  switch (value) {
  131|      1|    case 1:
  ------------------
  |  Branch (131:5): [True: 1, False: 0]
  ------------------
  132|      1|    case 2:
  ------------------
  |  Branch (132:5): [True: 0, False: 1]
  ------------------
  133|      1|    case 3:
  ------------------
  |  Branch (133:5): [True: 0, False: 1]
  ------------------
  134|      1|    case 4:
  ------------------
  |  Branch (134:5): [True: 0, False: 1]
  ------------------
  135|      1|      return true;
  136|      0|    default:
  ------------------
  |  Branch (136:5): [True: 0, False: 1]
  ------------------
  137|      0|      return false;
  138|      1|  }
  139|      1|}
_ZN13sentencepiece37ModelProto_SentencePiece_Type_IsValidEi:
  197|    259|bool ModelProto_SentencePiece_Type_IsValid(int value) {
  198|    259|  switch (value) {
  199|      0|    case 1:
  ------------------
  |  Branch (199:5): [True: 0, False: 259]
  ------------------
  200|      1|    case 2:
  ------------------
  |  Branch (200:5): [True: 1, False: 258]
  ------------------
  201|      3|    case 3:
  ------------------
  |  Branch (201:5): [True: 2, False: 257]
  ------------------
  202|      3|    case 4:
  ------------------
  |  Branch (202:5): [True: 0, False: 259]
  ------------------
  203|      3|    case 5:
  ------------------
  |  Branch (203:5): [True: 0, False: 259]
  ------------------
  204|    259|    case 6:
  ------------------
  |  Branch (204:5): [True: 256, False: 3]
  ------------------
  205|    259|      return true;
  206|      0|    default:
  ------------------
  |  Branch (206:5): [True: 0, False: 259]
  ------------------
  207|      0|      return false;
  208|    259|  }
  209|    259|}
_ZN13sentencepiece11TrainerSpecC2EPN6google8protobuf5ArenaE:
  415|      2|  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena),
  416|      2|  _extensions_(arena),
  417|      2|  input_(arena),
  418|      2|  accept_language_(arena),
  419|      2|  control_symbols_(arena),
  420|      2|  user_defined_symbols_(arena) {
  421|      2|  SharedCtor();
  422|      2|  RegisterArenaDtor(arena);
  423|       |  // @@protoc_insertion_point(arena_constructor:sentencepiece.TrainerSpec)
  424|      2|}
_ZN13sentencepiece11TrainerSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE:
  646|      1|const char* TrainerSpec::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
  647|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  648|      4|  while (!ctx->Done(&ptr)) {
  ------------------
  |  Branch (648:10): [True: 3, False: 1]
  ------------------
  649|      3|    ::PROTOBUF_NAMESPACE_ID::uint32 tag;
  650|      3|    ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
  651|      3|    CHK_(ptr);
  ------------------
  |  |  647|      3|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      3|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      3|    switch (tag >> 3) {
  653|       |      // repeated string input = 1;
  654|      0|      case 1:
  ------------------
  |  Branch (654:7): [True: 0, False: 3]
  ------------------
  655|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  656|      0|          ptr -= 1;
  657|      0|          do {
  658|      0|            ptr += 1;
  659|      0|            auto str = _internal_add_input();
  660|      0|            ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  661|      0|            CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  662|      0|            if (!ctx->DataAvailable(ptr)) break;
  ------------------
  |  Branch (662:17): [True: 0, False: 0]
  ------------------
  663|      0|          } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr));
  ------------------
  |  Branch (663:20): [True: 0, False: 0]
  ------------------
  664|      0|        } else goto handle_unusual;
  665|      0|        continue;
  666|       |      // optional string model_prefix = 2;
  667|      0|      case 2:
  ------------------
  |  Branch (667:7): [True: 0, False: 3]
  ------------------
  668|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  669|      0|          auto str = _internal_mutable_model_prefix();
  670|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  671|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|      0|        } else goto handle_unusual;
  673|      0|        continue;
  674|       |      // optional .sentencepiece.TrainerSpec.ModelType model_type = 3 [default = UNIGRAM];
  675|      1|      case 3:
  ------------------
  |  Branch (675:7): [True: 1, False: 2]
  ------------------
  676|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  677|      1|          ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  678|      1|          CHK_(ptr);
  ------------------
  |  |  647|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  679|      1|          if (PROTOBUF_PREDICT_TRUE(::sentencepiece::TrainerSpec_ModelType_IsValid(val))) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  680|      1|            _internal_set_model_type(static_cast<::sentencepiece::TrainerSpec_ModelType>(val));
  681|      1|          } else {
  682|      0|            ::PROTOBUF_NAMESPACE_ID::internal::WriteVarint(3, val, mutable_unknown_fields());
  683|      0|          }
  684|      1|        } else goto handle_unusual;
  685|      1|        continue;
  686|       |      // optional int32 vocab_size = 4 [default = 8000];
  687|      1|      case 4:
  ------------------
  |  Branch (687:7): [True: 1, False: 2]
  ------------------
  688|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  689|      1|          _Internal::set_has_vocab_size(&_has_bits_);
  690|      1|          vocab_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  691|      1|          CHK_(ptr);
  ------------------
  |  |  647|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  692|      1|        } else goto handle_unusual;
  693|      1|        continue;
  694|       |      // repeated string accept_language = 5;
  695|      1|      case 5:
  ------------------
  |  Branch (695:7): [True: 0, False: 3]
  ------------------
  696|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  697|      0|          ptr -= 1;
  698|      0|          do {
  699|      0|            ptr += 1;
  700|      0|            auto str = _internal_add_accept_language();
  701|      0|            ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  702|      0|            CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  703|      0|            if (!ctx->DataAvailable(ptr)) break;
  ------------------
  |  Branch (703:17): [True: 0, False: 0]
  ------------------
  704|      0|          } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<42>(ptr));
  ------------------
  |  Branch (704:20): [True: 0, False: 0]
  ------------------
  705|      0|        } else goto handle_unusual;
  706|      0|        continue;
  707|       |      // optional int32 self_test_sample_size = 6 [default = 0];
  708|      0|      case 6:
  ------------------
  |  Branch (708:7): [True: 0, False: 3]
  ------------------
  709|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 48)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  710|      0|          _Internal::set_has_self_test_sample_size(&_has_bits_);
  711|      0|          self_test_sample_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  712|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  713|      0|        } else goto handle_unusual;
  714|      0|        continue;
  715|       |      // optional string input_format = 7;
  716|      0|      case 7:
  ------------------
  |  Branch (716:7): [True: 0, False: 3]
  ------------------
  717|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 58)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  718|      0|          auto str = _internal_mutable_input_format();
  719|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  720|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  721|      0|        } else goto handle_unusual;
  722|      0|        continue;
  723|       |      // optional float character_coverage = 10 [default = 0.9995];
  724|      0|      case 10:
  ------------------
  |  Branch (724:7): [True: 0, False: 3]
  ------------------
  725|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 85)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  726|      0|          _Internal::set_has_character_coverage(&_has_bits_);
  727|      0|          character_coverage_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
  728|      0|          ptr += sizeof(float);
  729|      0|        } else goto handle_unusual;
  730|      0|        continue;
  731|       |      // optional uint64 input_sentence_size = 11 [default = 0];
  732|      0|      case 11:
  ------------------
  |  Branch (732:7): [True: 0, False: 3]
  ------------------
  733|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 88)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  734|      0|          _Internal::set_has_input_sentence_size(&_has_bits_);
  735|      0|          input_sentence_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  736|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  737|      0|        } else goto handle_unusual;
  738|      0|        continue;
  739|       |      // optional int32 mining_sentence_size = 12 [deprecated = true];
  740|      0|      case 12:
  ------------------
  |  Branch (740:7): [True: 0, False: 3]
  ------------------
  741|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 96)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  742|      0|          _Internal::set_has_mining_sentence_size(&_has_bits_);
  743|      0|          mining_sentence_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  744|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  745|      0|        } else goto handle_unusual;
  746|      0|        continue;
  747|       |      // optional int32 training_sentence_size = 13 [deprecated = true];
  748|      0|      case 13:
  ------------------
  |  Branch (748:7): [True: 0, False: 3]
  ------------------
  749|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 104)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  750|      0|          _Internal::set_has_training_sentence_size(&_has_bits_);
  751|      0|          training_sentence_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  752|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  753|      0|        } else goto handle_unusual;
  754|      0|        continue;
  755|       |      // optional int32 seed_sentencepiece_size = 14 [default = 1000000];
  756|      0|      case 14:
  ------------------
  |  Branch (756:7): [True: 0, False: 3]
  ------------------
  757|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 112)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  758|      0|          _Internal::set_has_seed_sentencepiece_size(&_has_bits_);
  759|      0|          seed_sentencepiece_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  760|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  761|      0|        } else goto handle_unusual;
  762|      0|        continue;
  763|       |      // optional float shrinking_factor = 15 [default = 0.75];
  764|      0|      case 15:
  ------------------
  |  Branch (764:7): [True: 0, False: 3]
  ------------------
  765|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 125)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  766|      0|          _Internal::set_has_shrinking_factor(&_has_bits_);
  767|      0|          shrinking_factor_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
  768|      0|          ptr += sizeof(float);
  769|      0|        } else goto handle_unusual;
  770|      0|        continue;
  771|       |      // optional int32 num_threads = 16 [default = 16];
  772|      0|      case 16:
  ------------------
  |  Branch (772:7): [True: 0, False: 3]
  ------------------
  773|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 128)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  774|      0|          _Internal::set_has_num_threads(&_has_bits_);
  775|      0|          num_threads_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  776|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  777|      0|        } else goto handle_unusual;
  778|      0|        continue;
  779|       |      // optional int32 num_sub_iterations = 17 [default = 2];
  780|      0|      case 17:
  ------------------
  |  Branch (780:7): [True: 0, False: 3]
  ------------------
  781|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  782|      0|          _Internal::set_has_num_sub_iterations(&_has_bits_);
  783|      0|          num_sub_iterations_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  784|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|      0|        } else goto handle_unusual;
  786|      0|        continue;
  787|       |      // optional int32 max_sentence_length = 18 [default = 4192];
  788|      0|      case 18:
  ------------------
  |  Branch (788:7): [True: 0, False: 3]
  ------------------
  789|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  790|      0|          _Internal::set_has_max_sentence_length(&_has_bits_);
  791|      0|          max_sentence_length_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  792|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|      0|        } else goto handle_unusual;
  794|      0|        continue;
  795|       |      // optional bool shuffle_input_sentence = 19 [default = true];
  796|      0|      case 19:
  ------------------
  |  Branch (796:7): [True: 0, False: 3]
  ------------------
  797|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 152)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  798|      0|          _Internal::set_has_shuffle_input_sentence(&_has_bits_);
  799|      0|          shuffle_input_sentence_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  800|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  801|      0|        } else goto handle_unusual;
  802|      0|        continue;
  803|       |      // optional int32 max_sentencepiece_length = 20 [default = 16];
  804|      0|      case 20:
  ------------------
  |  Branch (804:7): [True: 0, False: 3]
  ------------------
  805|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 160)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  806|      0|          _Internal::set_has_max_sentencepiece_length(&_has_bits_);
  807|      0|          max_sentencepiece_length_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  808|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  809|      0|        } else goto handle_unusual;
  810|      0|        continue;
  811|       |      // optional bool split_by_unicode_script = 21 [default = true];
  812|      0|      case 21:
  ------------------
  |  Branch (812:7): [True: 0, False: 3]
  ------------------
  813|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 168)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  814|      0|          _Internal::set_has_split_by_unicode_script(&_has_bits_);
  815|      0|          split_by_unicode_script_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  816|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  817|      0|        } else goto handle_unusual;
  818|      0|        continue;
  819|       |      // optional bool split_by_whitespace = 22 [default = true];
  820|      0|      case 22:
  ------------------
  |  Branch (820:7): [True: 0, False: 3]
  ------------------
  821|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 176)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  822|      0|          _Internal::set_has_split_by_whitespace(&_has_bits_);
  823|      0|          split_by_whitespace_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  824|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  825|      0|        } else goto handle_unusual;
  826|      0|        continue;
  827|       |      // optional bool split_by_number = 23 [default = true];
  828|      0|      case 23:
  ------------------
  |  Branch (828:7): [True: 0, False: 3]
  ------------------
  829|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 184)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  830|      0|          _Internal::set_has_split_by_number(&_has_bits_);
  831|      0|          split_by_number_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  832|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  833|      0|        } else goto handle_unusual;
  834|      0|        continue;
  835|       |      // optional bool treat_whitespace_as_suffix = 24 [default = false];
  836|      0|      case 24:
  ------------------
  |  Branch (836:7): [True: 0, False: 3]
  ------------------
  837|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 192)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  838|      0|          _Internal::set_has_treat_whitespace_as_suffix(&_has_bits_);
  839|      0|          treat_whitespace_as_suffix_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  840|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  841|      0|        } else goto handle_unusual;
  842|      0|        continue;
  843|       |      // optional bool split_digits = 25 [default = false];
  844|      0|      case 25:
  ------------------
  |  Branch (844:7): [True: 0, False: 3]
  ------------------
  845|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 200)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  846|      0|          _Internal::set_has_split_digits(&_has_bits_);
  847|      0|          split_digits_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  848|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  849|      0|        } else goto handle_unusual;
  850|      0|        continue;
  851|       |      // optional bool allow_whitespace_only_pieces = 26 [default = false];
  852|      0|      case 26:
  ------------------
  |  Branch (852:7): [True: 0, False: 3]
  ------------------
  853|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 208)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  854|      0|          _Internal::set_has_allow_whitespace_only_pieces(&_has_bits_);
  855|      0|          allow_whitespace_only_pieces_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  856|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  857|      0|        } else goto handle_unusual;
  858|      0|        continue;
  859|       |      // repeated string control_symbols = 30;
  860|      0|      case 30:
  ------------------
  |  Branch (860:7): [True: 0, False: 3]
  ------------------
  861|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 242)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  862|      0|          ptr -= 2;
  863|      0|          do {
  864|      0|            ptr += 2;
  865|      0|            auto str = _internal_add_control_symbols();
  866|      0|            ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  867|      0|            CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  868|      0|            if (!ctx->DataAvailable(ptr)) break;
  ------------------
  |  Branch (868:17): [True: 0, False: 0]
  ------------------
  869|      0|          } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<242>(ptr));
  ------------------
  |  Branch (869:20): [True: 0, False: 0]
  ------------------
  870|      0|        } else goto handle_unusual;
  871|      0|        continue;
  872|       |      // repeated string user_defined_symbols = 31;
  873|      0|      case 31:
  ------------------
  |  Branch (873:7): [True: 0, False: 3]
  ------------------
  874|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 250)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  875|      0|          ptr -= 2;
  876|      0|          do {
  877|      0|            ptr += 2;
  878|      0|            auto str = _internal_add_user_defined_symbols();
  879|      0|            ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  880|      0|            CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  881|      0|            if (!ctx->DataAvailable(ptr)) break;
  ------------------
  |  Branch (881:17): [True: 0, False: 0]
  ------------------
  882|      0|          } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<250>(ptr));
  ------------------
  |  Branch (882:20): [True: 0, False: 0]
  ------------------
  883|      0|        } else goto handle_unusual;
  884|      0|        continue;
  885|       |      // optional bool vocabulary_output_piece_score = 32 [default = true];
  886|      0|      case 32:
  ------------------
  |  Branch (886:7): [True: 0, False: 3]
  ------------------
  887|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 0)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  888|      0|          _Internal::set_has_vocabulary_output_piece_score(&_has_bits_);
  889|      0|          vocabulary_output_piece_score_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  890|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  891|      0|        } else goto handle_unusual;
  892|      0|        continue;
  893|       |      // optional bool hard_vocab_limit = 33 [default = true];
  894|      0|      case 33:
  ------------------
  |  Branch (894:7): [True: 0, False: 3]
  ------------------
  895|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  896|      0|          _Internal::set_has_hard_vocab_limit(&_has_bits_);
  897|      0|          hard_vocab_limit_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  898|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  899|      0|        } else goto handle_unusual;
  900|      0|        continue;
  901|       |      // optional bool use_all_vocab = 34 [default = false];
  902|      0|      case 34:
  ------------------
  |  Branch (902:7): [True: 0, False: 3]
  ------------------
  903|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  904|      0|          _Internal::set_has_use_all_vocab(&_has_bits_);
  905|      0|          use_all_vocab_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  906|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  907|      0|        } else goto handle_unusual;
  908|      0|        continue;
  909|       |      // optional bool byte_fallback = 35 [default = false];
  910|      1|      case 35:
  ------------------
  |  Branch (910:7): [True: 1, False: 2]
  ------------------
  911|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  912|      1|          _Internal::set_has_byte_fallback(&_has_bits_);
  913|      1|          byte_fallback_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  914|      1|          CHK_(ptr);
  ------------------
  |  |  647|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  915|      1|        } else goto handle_unusual;
  916|      1|        continue;
  917|       |      // optional string required_chars = 36;
  918|      1|      case 36:
  ------------------
  |  Branch (918:7): [True: 0, False: 3]
  ------------------
  919|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  920|      0|          auto str = _internal_mutable_required_chars();
  921|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  922|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  923|      0|        } else goto handle_unusual;
  924|      0|        continue;
  925|       |      // optional int32 unk_id = 40 [default = 0];
  926|      0|      case 40:
  ------------------
  |  Branch (926:7): [True: 0, False: 3]
  ------------------
  927|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 64)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  928|      0|          _Internal::set_has_unk_id(&_has_bits_);
  929|      0|          unk_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  930|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  931|      0|        } else goto handle_unusual;
  932|      0|        continue;
  933|       |      // optional int32 bos_id = 41 [default = 1];
  934|      0|      case 41:
  ------------------
  |  Branch (934:7): [True: 0, False: 3]
  ------------------
  935|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 72)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  936|      0|          _Internal::set_has_bos_id(&_has_bits_);
  937|      0|          bos_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  938|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  939|      0|        } else goto handle_unusual;
  940|      0|        continue;
  941|       |      // optional int32 eos_id = 42 [default = 2];
  942|      0|      case 42:
  ------------------
  |  Branch (942:7): [True: 0, False: 3]
  ------------------
  943|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 80)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  944|      0|          _Internal::set_has_eos_id(&_has_bits_);
  945|      0|          eos_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  946|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  947|      0|        } else goto handle_unusual;
  948|      0|        continue;
  949|       |      // optional int32 pad_id = 43 [default = -1];
  950|      0|      case 43:
  ------------------
  |  Branch (950:7): [True: 0, False: 3]
  ------------------
  951|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 88)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  952|      0|          _Internal::set_has_pad_id(&_has_bits_);
  953|      0|          pad_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
  954|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  955|      0|        } else goto handle_unusual;
  956|      0|        continue;
  957|       |      // optional string unk_surface = 44 [default = " \342\201\207 "];
  958|      0|      case 44:
  ------------------
  |  Branch (958:7): [True: 0, False: 3]
  ------------------
  959|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 98)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  960|      0|          auto str = _internal_mutable_unk_surface();
  961|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  962|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  963|      0|        } else goto handle_unusual;
  964|      0|        continue;
  965|       |      // optional string unk_piece = 45 [default = "<unk>"];
  966|      0|      case 45:
  ------------------
  |  Branch (966:7): [True: 0, False: 3]
  ------------------
  967|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 106)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  968|      0|          auto str = _internal_mutable_unk_piece();
  969|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  970|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  971|      0|        } else goto handle_unusual;
  972|      0|        continue;
  973|       |      // optional string bos_piece = 46 [default = "<s>"];
  974|      0|      case 46:
  ------------------
  |  Branch (974:7): [True: 0, False: 3]
  ------------------
  975|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 114)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  976|      0|          auto str = _internal_mutable_bos_piece();
  977|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  978|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  979|      0|        } else goto handle_unusual;
  980|      0|        continue;
  981|       |      // optional string eos_piece = 47 [default = "</s>"];
  982|      0|      case 47:
  ------------------
  |  Branch (982:7): [True: 0, False: 3]
  ------------------
  983|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 122)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  984|      0|          auto str = _internal_mutable_eos_piece();
  985|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  986|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  987|      0|        } else goto handle_unusual;
  988|      0|        continue;
  989|       |      // optional string pad_piece = 48 [default = "<pad>"];
  990|      0|      case 48:
  ------------------
  |  Branch (990:7): [True: 0, False: 3]
  ------------------
  991|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 130)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  992|      0|          auto str = _internal_mutable_pad_piece();
  993|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
  994|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  995|      0|        } else goto handle_unusual;
  996|      0|        continue;
  997|       |      // optional bool train_extremely_large_corpus = 49 [default = false];
  998|      0|      case 49:
  ------------------
  |  Branch (998:7): [True: 0, False: 3]
  ------------------
  999|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 136)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1000|      0|          _Internal::set_has_train_extremely_large_corpus(&_has_bits_);
 1001|      0|          train_extremely_large_corpus_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 1002|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1003|      0|        } else goto handle_unusual;
 1004|      0|        continue;
 1005|       |      // optional bool enable_differential_privacy = 50 [default = false];
 1006|      0|      case 50:
  ------------------
  |  Branch (1006:7): [True: 0, False: 3]
  ------------------
 1007|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 144)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1008|      0|          _Internal::set_has_enable_differential_privacy(&_has_bits_);
 1009|      0|          enable_differential_privacy_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 1010|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1011|      0|        } else goto handle_unusual;
 1012|      0|        continue;
 1013|       |      // optional float differential_privacy_noise_level = 51 [default = 0];
 1014|      0|      case 51:
  ------------------
  |  Branch (1014:7): [True: 0, False: 3]
  ------------------
 1015|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 157)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1016|      0|          _Internal::set_has_differential_privacy_noise_level(&_has_bits_);
 1017|      0|          differential_privacy_noise_level_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
 1018|      0|          ptr += sizeof(float);
 1019|      0|        } else goto handle_unusual;
 1020|      0|        continue;
 1021|       |      // optional uint64 differential_privacy_clipping_threshold = 52 [default = 0];
 1022|      0|      case 52:
  ------------------
  |  Branch (1022:7): [True: 0, False: 3]
  ------------------
 1023|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 160)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1024|      0|          _Internal::set_has_differential_privacy_clipping_threshold(&_has_bits_);
 1025|      0|          differential_privacy_clipping_threshold_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 1026|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1027|      0|        } else goto handle_unusual;
 1028|      0|        continue;
 1029|       |      // optional string pretokenization_delimiter = 53 [default = ""];
 1030|      0|      case 53:
  ------------------
  |  Branch (1030:7): [True: 0, False: 3]
  ------------------
 1031|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 170)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1032|      0|          auto str = _internal_mutable_pretokenization_delimiter();
 1033|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
 1034|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1035|      0|        } else goto handle_unusual;
 1036|      0|        continue;
 1037|       |      // optional string seed_sentencepieces_file = 54 [default = ""];
 1038|      0|      case 54:
  ------------------
  |  Branch (1038:7): [True: 0, False: 3]
  ------------------
 1039|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 178)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1040|      0|          auto str = _internal_mutable_seed_sentencepieces_file();
 1041|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
 1042|      0|          CHK_(ptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1043|      0|        } else goto handle_unusual;
 1044|      0|        continue;
 1045|      0|      default: {
  ------------------
  |  Branch (1045:7): [True: 0, False: 3]
  ------------------
 1046|      0|      handle_unusual:
 1047|      0|        if ((tag & 7) == 4 || tag == 0) {
  ------------------
  |  Branch (1047:13): [True: 0, False: 0]
  |  Branch (1047:31): [True: 0, False: 0]
  ------------------
 1048|      0|          ctx->SetLastTag(tag);
 1049|      0|          goto success;
 1050|      0|        }
 1051|      0|      if ((1600u <= tag)) {
  ------------------
  |  Branch (1051:11): [True: 0, False: 0]
  ------------------
 1052|      0|        ptr = _extensions_.ParseField(tag, ptr,
 1053|      0|            internal_default_instance(), &_internal_metadata_, ctx);
 1054|      0|        CHK_(ptr != nullptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1055|      0|        continue;
 1056|      0|      }
 1057|      0|        ptr = UnknownFieldParse(tag,
 1058|      0|            _internal_metadata_.mutable_unknown_fields<std::string>(),
 1059|      0|            ptr, ctx);
 1060|      0|        CHK_(ptr != nullptr);
  ------------------
  |  |  647|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|      0|        continue;
 1062|      0|      }
 1063|      3|    }  // switch
 1064|      3|  }  // while
 1065|      1|success:
 1066|      1|  return ptr;
 1067|      0|failure:
 1068|      0|  ptr = nullptr;
 1069|      0|  goto success;
 1070|      1|#undef CHK_
 1071|      1|}
_ZNK13sentencepiece11TrainerSpec13IsInitializedEv:
 1872|      1|bool TrainerSpec::IsInitialized() const {
 1873|      1|  if (!_extensions_.IsInitialized()) {
  ------------------
  |  Branch (1873:7): [True: 0, False: 1]
  ------------------
 1874|      0|    return false;
 1875|      0|  }
 1876|       |
 1877|      1|  return true;
 1878|      1|}
_ZN13sentencepiece14NormalizerSpecC2EPN6google8protobuf5ArenaE:
 1957|      2|  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena),
 1958|      2|  _extensions_(arena) {
 1959|      2|  SharedCtor();
 1960|      2|  RegisterArenaDtor(arena);
 1961|       |  // @@protoc_insertion_point(arena_constructor:sentencepiece.NormalizerSpec)
 1962|      2|}
_ZN13sentencepiece14NormalizerSpec14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE:
 2053|      1|const char* NormalizerSpec::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
 2054|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
 2055|      1|  _Internal::HasBits has_bits{};
 2056|      4|  while (!ctx->Done(&ptr)) {
  ------------------
  |  Branch (2056:10): [True: 3, False: 1]
  ------------------
 2057|      3|    ::PROTOBUF_NAMESPACE_ID::uint32 tag;
 2058|      3|    ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
 2059|      3|    CHK_(ptr);
  ------------------
  |  | 2054|      3|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      3|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2060|      3|    switch (tag >> 3) {
 2061|       |      // optional string name = 1;
 2062|      0|      case 1:
  ------------------
  |  Branch (2062:7): [True: 0, False: 3]
  ------------------
 2063|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2064|      0|          auto str = _internal_mutable_name();
 2065|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
 2066|      0|          CHK_(ptr);
  ------------------
  |  | 2054|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2067|      0|        } else goto handle_unusual;
 2068|      0|        continue;
 2069|       |      // optional bytes precompiled_charsmap = 2;
 2070|      0|      case 2:
  ------------------
  |  Branch (2070:7): [True: 0, False: 3]
  ------------------
 2071|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2072|      0|          auto str = _internal_mutable_precompiled_charsmap();
 2073|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
 2074|      0|          CHK_(ptr);
  ------------------
  |  | 2054|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2075|      0|        } else goto handle_unusual;
 2076|      0|        continue;
 2077|       |      // optional bool add_dummy_prefix = 3 [default = true];
 2078|      1|      case 3:
  ------------------
  |  Branch (2078:7): [True: 1, False: 2]
  ------------------
 2079|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 2080|      1|          _Internal::set_has_add_dummy_prefix(&has_bits);
 2081|      1|          add_dummy_prefix_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 2082|      1|          CHK_(ptr);
  ------------------
  |  | 2054|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2083|      1|        } else goto handle_unusual;
 2084|      1|        continue;
 2085|       |      // optional bool remove_extra_whitespaces = 4 [default = true];
 2086|      1|      case 4:
  ------------------
  |  Branch (2086:7): [True: 1, False: 2]
  ------------------
 2087|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 2088|      1|          _Internal::set_has_remove_extra_whitespaces(&has_bits);
 2089|      1|          remove_extra_whitespaces_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 2090|      1|          CHK_(ptr);
  ------------------
  |  | 2054|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2091|      1|        } else goto handle_unusual;
 2092|      1|        continue;
 2093|       |      // optional bool escape_whitespaces = 5 [default = true];
 2094|      1|      case 5:
  ------------------
  |  Branch (2094:7): [True: 1, False: 2]
  ------------------
 2095|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 40)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 2096|      1|          _Internal::set_has_escape_whitespaces(&has_bits);
 2097|      1|          escape_whitespaces_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 2098|      1|          CHK_(ptr);
  ------------------
  |  | 2054|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2099|      1|        } else goto handle_unusual;
 2100|      1|        continue;
 2101|       |      // optional string normalization_rule_tsv = 6;
 2102|      1|      case 6:
  ------------------
  |  Branch (2102:7): [True: 0, False: 3]
  ------------------
 2103|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 50)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2104|      0|          auto str = _internal_mutable_normalization_rule_tsv();
 2105|      0|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
 2106|      0|          CHK_(ptr);
  ------------------
  |  | 2054|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2107|      0|        } else goto handle_unusual;
 2108|      0|        continue;
 2109|      0|      default: {
  ------------------
  |  Branch (2109:7): [True: 0, False: 3]
  ------------------
 2110|      0|      handle_unusual:
 2111|      0|        if ((tag & 7) == 4 || tag == 0) {
  ------------------
  |  Branch (2111:13): [True: 0, False: 0]
  |  Branch (2111:31): [True: 0, False: 0]
  ------------------
 2112|      0|          ctx->SetLastTag(tag);
 2113|      0|          goto success;
 2114|      0|        }
 2115|      0|      if ((1600u <= tag)) {
  ------------------
  |  Branch (2115:11): [True: 0, False: 0]
  ------------------
 2116|      0|        ptr = _extensions_.ParseField(tag, ptr,
 2117|      0|            internal_default_instance(), &_internal_metadata_, ctx);
 2118|      0|        CHK_(ptr != nullptr);
  ------------------
  |  | 2054|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2119|      0|        continue;
 2120|      0|      }
 2121|      0|        ptr = UnknownFieldParse(tag,
 2122|      0|            _internal_metadata_.mutable_unknown_fields<std::string>(),
 2123|      0|            ptr, ctx);
 2124|      0|        CHK_(ptr != nullptr);
  ------------------
  |  | 2054|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2125|      0|        continue;
 2126|      0|      }
 2127|      3|    }  // switch
 2128|      3|  }  // while
 2129|      1|success:
 2130|      1|  _has_bits_.Or(has_bits);
 2131|      1|  return ptr;
 2132|      0|failure:
 2133|      0|  ptr = nullptr;
 2134|      0|  goto success;
 2135|      1|#undef CHK_
 2136|      1|}
_ZNK13sentencepiece14NormalizerSpec13IsInitializedEv:
 2295|      1|bool NormalizerSpec::IsInitialized() const {
 2296|      1|  if (!_extensions_.IsInitialized()) {
  ------------------
  |  Branch (2296:7): [True: 0, False: 1]
  ------------------
 2297|      0|    return false;
 2298|      0|  }
 2299|       |
 2300|      1|  return true;
 2301|      1|}
_ZN13sentencepiece19SelfTestData_SampleC2EPN6google8protobuf5ArenaE:
 2335|      1|  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena) {
 2336|      1|  SharedCtor();
 2337|      1|  RegisterArenaDtor(arena);
 2338|       |  // @@protoc_insertion_point(arena_constructor:sentencepiece.SelfTestData.Sample)
 2339|      1|}
_ZN13sentencepiece12SelfTestDataC2EPN6google8protobuf5ArenaE:
 2571|      1|  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena),
 2572|      1|  _extensions_(arena),
 2573|      1|  samples_(arena) {
 2574|      1|  SharedCtor();
 2575|      1|  RegisterArenaDtor(arena);
 2576|       |  // @@protoc_insertion_point(arena_constructor:sentencepiece.SelfTestData)
 2577|      1|}
_ZN13sentencepiece24ModelProto_SentencePieceC2EPN6google8protobuf5ArenaE:
 2785|    299|  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena),
 2786|    299|  _extensions_(arena) {
 2787|    299|  SharedCtor();
 2788|    299|  RegisterArenaDtor(arena);
 2789|       |  // @@protoc_insertion_point(arena_constructor:sentencepiece.ModelProto.SentencePiece)
 2790|    299|}
_ZN13sentencepiece24ModelProto_SentencePiece14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE:
 2859|    298|const char* ModelProto_SentencePiece::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
 2860|    298|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
 2861|    298|  _Internal::HasBits has_bits{};
 2862|  1.15k|  while (!ctx->Done(&ptr)) {
  ------------------
  |  Branch (2862:10): [True: 855, False: 298]
  ------------------
 2863|    855|    ::PROTOBUF_NAMESPACE_ID::uint32 tag;
 2864|    855|    ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
 2865|    855|    CHK_(ptr);
  ------------------
  |  | 2860|    855|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|    855|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 855]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2866|    855|    switch (tag >> 3) {
 2867|       |      // optional string piece = 1;
 2868|    298|      case 1:
  ------------------
  |  Branch (2868:7): [True: 298, False: 557]
  ------------------
 2869|    298|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
  ------------------
  |  |  236|    298|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 298, False: 0]
  |  |  ------------------
  ------------------
 2870|    298|          auto str = _internal_mutable_piece();
 2871|    298|          ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx);
 2872|    298|          CHK_(ptr);
  ------------------
  |  | 2860|    298|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|    298|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 298]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2873|    298|        } else goto handle_unusual;
 2874|    298|        continue;
 2875|       |      // optional float score = 2;
 2876|    298|      case 2:
  ------------------
  |  Branch (2876:7): [True: 298, False: 557]
  ------------------
 2877|    298|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 21)) {
  ------------------
  |  |  236|    298|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 298, False: 0]
  |  |  ------------------
  ------------------
 2878|    298|          _Internal::set_has_score(&has_bits);
 2879|    298|          score_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr);
 2880|    298|          ptr += sizeof(float);
 2881|    298|        } else goto handle_unusual;
 2882|    298|        continue;
 2883|       |      // optional .sentencepiece.ModelProto.SentencePiece.Type type = 3 [default = NORMAL];
 2884|    298|      case 3:
  ------------------
  |  Branch (2884:7): [True: 259, False: 596]
  ------------------
 2885|    259|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 24)) {
  ------------------
  |  |  236|    259|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 259, False: 0]
  |  |  ------------------
  ------------------
 2886|    259|          ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr);
 2887|    259|          CHK_(ptr);
  ------------------
  |  | 2860|    259|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|    259|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 259]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2888|    259|          if (PROTOBUF_PREDICT_TRUE(::sentencepiece::ModelProto_SentencePiece_Type_IsValid(val))) {
  ------------------
  |  |  236|    259|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 259, False: 0]
  |  |  ------------------
  ------------------
 2889|    259|            _internal_set_type(static_cast<::sentencepiece::ModelProto_SentencePiece_Type>(val));
 2890|    259|          } else {
 2891|      0|            ::PROTOBUF_NAMESPACE_ID::internal::WriteVarint(3, val, mutable_unknown_fields());
 2892|      0|          }
 2893|    259|        } else goto handle_unusual;
 2894|    259|        continue;
 2895|    259|      default: {
  ------------------
  |  Branch (2895:7): [True: 0, False: 855]
  ------------------
 2896|      0|      handle_unusual:
 2897|      0|        if ((tag & 7) == 4 || tag == 0) {
  ------------------
  |  Branch (2897:13): [True: 0, False: 0]
  |  Branch (2897:31): [True: 0, False: 0]
  ------------------
 2898|      0|          ctx->SetLastTag(tag);
 2899|      0|          goto success;
 2900|      0|        }
 2901|      0|      if ((1600u <= tag)) {
  ------------------
  |  Branch (2901:11): [True: 0, False: 0]
  ------------------
 2902|      0|        ptr = _extensions_.ParseField(tag, ptr,
 2903|      0|            internal_default_instance(), &_internal_metadata_, ctx);
 2904|      0|        CHK_(ptr != nullptr);
  ------------------
  |  | 2860|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2905|      0|        continue;
 2906|      0|      }
 2907|      0|        ptr = UnknownFieldParse(tag,
 2908|      0|            _internal_metadata_.mutable_unknown_fields<std::string>(),
 2909|      0|            ptr, ctx);
 2910|      0|        CHK_(ptr != nullptr);
  ------------------
  |  | 2860|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2911|      0|        continue;
 2912|      0|      }
 2913|    855|    }  // switch
 2914|    855|  }  // while
 2915|    298|success:
 2916|    298|  _has_bits_.Or(has_bits);
 2917|    298|  return ptr;
 2918|      0|failure:
 2919|      0|  ptr = nullptr;
 2920|      0|  goto success;
 2921|    298|#undef CHK_
 2922|    298|}
_ZNK13sentencepiece24ModelProto_SentencePiece13IsInitializedEv:
 3037|    298|bool ModelProto_SentencePiece::IsInitialized() const {
 3038|    298|  if (!_extensions_.IsInitialized()) {
  ------------------
  |  Branch (3038:7): [True: 0, False: 298]
  ------------------
 3039|      0|    return false;
 3040|      0|  }
 3041|       |
 3042|    298|  return true;
 3043|    298|}
_ZN13sentencepiece10ModelProtoC2EPN6google8protobuf5ArenaE:
 3100|      2|  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena),
 3101|      2|  _extensions_(arena),
 3102|      2|  pieces_(arena) {
 3103|      2|  SharedCtor();
 3104|      2|  RegisterArenaDtor(arena);
 3105|       |  // @@protoc_insertion_point(arena_constructor:sentencepiece.ModelProto)
 3106|      2|}
_ZN13sentencepiece10ModelProto5ClearEv:
 3173|      1|void ModelProto::Clear() {
 3174|       |// @@protoc_insertion_point(message_clear_start:sentencepiece.ModelProto)
 3175|      1|  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
 3176|       |  // Prevent compiler warnings about cached_has_bits being unused
 3177|      1|  (void) cached_has_bits;
 3178|       |
 3179|      1|  _extensions_.Clear();
 3180|      1|  pieces_.Clear();
 3181|      1|  cached_has_bits = _has_bits_[0];
 3182|      1|  if (cached_has_bits & 0x0000000fu) {
  ------------------
  |  Branch (3182:7): [True: 0, False: 1]
  ------------------
 3183|      0|    if (cached_has_bits & 0x00000001u) {
  ------------------
  |  Branch (3183:9): [True: 0, False: 0]
  ------------------
 3184|      0|      GOOGLE_DCHECK(trainer_spec_ != nullptr);
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3185|      0|      trainer_spec_->Clear();
 3186|      0|    }
 3187|      0|    if (cached_has_bits & 0x00000002u) {
  ------------------
  |  Branch (3187:9): [True: 0, False: 0]
  ------------------
 3188|      0|      GOOGLE_DCHECK(normalizer_spec_ != nullptr);
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3189|      0|      normalizer_spec_->Clear();
 3190|      0|    }
 3191|      0|    if (cached_has_bits & 0x00000004u) {
  ------------------
  |  Branch (3191:9): [True: 0, False: 0]
  ------------------
 3192|      0|      GOOGLE_DCHECK(self_test_data_ != nullptr);
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3193|      0|      self_test_data_->Clear();
 3194|      0|    }
 3195|      0|    if (cached_has_bits & 0x00000008u) {
  ------------------
  |  Branch (3195:9): [True: 0, False: 0]
  ------------------
 3196|      0|      GOOGLE_DCHECK(denormalizer_spec_ != nullptr);
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
 3197|      0|      denormalizer_spec_->Clear();
 3198|      0|    }
 3199|      0|  }
 3200|      1|  _has_bits_.Clear();
 3201|      1|  _internal_metadata_.Clear<std::string>();
 3202|      1|}
_ZN13sentencepiece10ModelProto14_InternalParseEPKcPN6google8protobuf8internal12ParseContextE:
 3204|      1|const char* ModelProto::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
 3205|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
 3206|      1|  _Internal::HasBits has_bits{};
 3207|      4|  while (!ctx->Done(&ptr)) {
  ------------------
  |  Branch (3207:10): [True: 3, False: 1]
  ------------------
 3208|      3|    ::PROTOBUF_NAMESPACE_ID::uint32 tag;
 3209|      3|    ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
 3210|      3|    CHK_(ptr);
  ------------------
  |  | 3205|      3|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      3|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3211|      3|    switch (tag >> 3) {
 3212|       |      // repeated .sentencepiece.ModelProto.SentencePiece pieces = 1;
 3213|      1|      case 1:
  ------------------
  |  Branch (3213:7): [True: 1, False: 2]
  ------------------
 3214|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 3215|      1|          ptr -= 1;
 3216|    298|          do {
 3217|    298|            ptr += 1;
 3218|    298|            ptr = ctx->ParseMessage(_internal_add_pieces(), ptr);
 3219|    298|            CHK_(ptr);
  ------------------
  |  | 3205|    298|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|    298|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 298]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3220|    298|            if (!ctx->DataAvailable(ptr)) break;
  ------------------
  |  Branch (3220:17): [True: 0, False: 298]
  ------------------
 3221|    298|          } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr));
  ------------------
  |  Branch (3221:20): [True: 297, False: 1]
  ------------------
 3222|      1|        } else goto handle_unusual;
 3223|      1|        continue;
 3224|       |      // optional .sentencepiece.TrainerSpec trainer_spec = 2;
 3225|      1|      case 2:
  ------------------
  |  Branch (3225:7): [True: 1, False: 2]
  ------------------
 3226|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 3227|      1|          ptr = ctx->ParseMessage(_internal_mutable_trainer_spec(), ptr);
 3228|      1|          CHK_(ptr);
  ------------------
  |  | 3205|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3229|      1|        } else goto handle_unusual;
 3230|      1|        continue;
 3231|       |      // optional .sentencepiece.NormalizerSpec normalizer_spec = 3;
 3232|      1|      case 3:
  ------------------
  |  Branch (3232:7): [True: 1, False: 2]
  ------------------
 3233|      1|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) {
  ------------------
  |  |  236|      1|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 3234|      1|          ptr = ctx->ParseMessage(_internal_mutable_normalizer_spec(), ptr);
 3235|      1|          CHK_(ptr);
  ------------------
  |  | 3205|      1|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3236|      1|        } else goto handle_unusual;
 3237|      1|        continue;
 3238|       |      // optional .sentencepiece.SelfTestData self_test_data = 4;
 3239|      1|      case 4:
  ------------------
  |  Branch (3239:7): [True: 0, False: 3]
  ------------------
 3240|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3241|      0|          ptr = ctx->ParseMessage(_internal_mutable_self_test_data(), ptr);
 3242|      0|          CHK_(ptr);
  ------------------
  |  | 3205|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3243|      0|        } else goto handle_unusual;
 3244|      0|        continue;
 3245|       |      // optional .sentencepiece.NormalizerSpec denormalizer_spec = 5;
 3246|      0|      case 5:
  ------------------
  |  Branch (3246:7): [True: 0, False: 3]
  ------------------
 3247|      0|        if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
  ------------------
  |  |  236|      0|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 3248|      0|          ptr = ctx->ParseMessage(_internal_mutable_denormalizer_spec(), ptr);
 3249|      0|          CHK_(ptr);
  ------------------
  |  | 3205|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3250|      0|        } else goto handle_unusual;
 3251|      0|        continue;
 3252|      0|      default: {
  ------------------
  |  Branch (3252:7): [True: 0, False: 3]
  ------------------
 3253|      0|      handle_unusual:
 3254|      0|        if ((tag & 7) == 4 || tag == 0) {
  ------------------
  |  Branch (3254:13): [True: 0, False: 0]
  |  Branch (3254:31): [True: 0, False: 0]
  ------------------
 3255|      0|          ctx->SetLastTag(tag);
 3256|      0|          goto success;
 3257|      0|        }
 3258|      0|      if ((1600u <= tag)) {
  ------------------
  |  Branch (3258:11): [True: 0, False: 0]
  ------------------
 3259|      0|        ptr = _extensions_.ParseField(tag, ptr,
 3260|      0|            internal_default_instance(), &_internal_metadata_, ctx);
 3261|      0|        CHK_(ptr != nullptr);
  ------------------
  |  | 3205|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3262|      0|        continue;
 3263|      0|      }
 3264|      0|        ptr = UnknownFieldParse(tag,
 3265|      0|            _internal_metadata_.mutable_unknown_fields<std::string>(),
 3266|      0|            ptr, ctx);
 3267|      0|        CHK_(ptr != nullptr);
  ------------------
  |  | 3205|      0|#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  |  |  ------------------
  |  |  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3268|      0|        continue;
 3269|      0|      }
 3270|      3|    }  // switch
 3271|      3|  }  // while
 3272|      1|success:
 3273|      1|  _has_bits_.Or(has_bits);
 3274|      1|  return ptr;
 3275|      0|failure:
 3276|      0|  ptr = nullptr;
 3277|      0|  goto success;
 3278|      1|#undef CHK_
 3279|      1|}
_ZNK13sentencepiece10ModelProto13IsInitializedEv:
 3435|      1|bool ModelProto::IsInitialized() const {
 3436|      1|  if (!_extensions_.IsInitialized()) {
  ------------------
  |  Branch (3436:7): [True: 0, False: 1]
  ------------------
 3437|      0|    return false;
 3438|      0|  }
 3439|       |
 3440|      1|  if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(pieces_)) return false;
  ------------------
  |  Branch (3440:7): [True: 0, False: 1]
  ------------------
 3441|      1|  if (_internal_has_trainer_spec()) {
  ------------------
  |  Branch (3441:7): [True: 1, False: 0]
  ------------------
 3442|      1|    if (!trainer_spec_->IsInitialized()) return false;
  ------------------
  |  Branch (3442:9): [True: 0, False: 1]
  ------------------
 3443|      1|  }
 3444|      1|  if (_internal_has_normalizer_spec()) {
  ------------------
  |  Branch (3444:7): [True: 1, False: 0]
  ------------------
 3445|      1|    if (!normalizer_spec_->IsInitialized()) return false;
  ------------------
  |  Branch (3445:9): [True: 0, False: 1]
  ------------------
 3446|      1|  }
 3447|      1|  if (_internal_has_self_test_data()) {
  ------------------
  |  Branch (3447:7): [True: 0, False: 1]
  ------------------
 3448|      0|    if (!self_test_data_->IsInitialized()) return false;
  ------------------
  |  Branch (3448:9): [True: 0, False: 0]
  ------------------
 3449|      0|  }
 3450|      1|  if (_internal_has_denormalizer_spec()) {
  ------------------
  |  Branch (3450:7): [True: 0, False: 1]
  ------------------
 3451|      0|    if (!denormalizer_spec_->IsInitialized()) return false;
  ------------------
  |  Branch (3451:9): [True: 0, False: 0]
  ------------------
 3452|      0|  }
 3453|      1|  return true;
 3454|      1|}
_ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece11TrainerSpecEJEEEPT_PS1_DpOT0_:
 3478|      1|template<> PROTOBUF_NOINLINE ::sentencepiece::TrainerSpec* Arena::CreateMaybeMessage< ::sentencepiece::TrainerSpec >(Arena* arena) {
 3479|      1|  return Arena::CreateMessageInternal< ::sentencepiece::TrainerSpec >(arena);
 3480|      1|}
_ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece14NormalizerSpecEJEEEPT_PS1_DpOT0_:
 3481|      1|template<> PROTOBUF_NOINLINE ::sentencepiece::NormalizerSpec* Arena::CreateMaybeMessage< ::sentencepiece::NormalizerSpec >(Arena* arena) {
 3482|      1|  return Arena::CreateMessageInternal< ::sentencepiece::NormalizerSpec >(arena);
 3483|      1|}
_ZN6google8protobuf5Arena18CreateMaybeMessageIN13sentencepiece24ModelProto_SentencePieceEJEEEPT_PS1_DpOT0_:
 3490|    298|template<> PROTOBUF_NOINLINE ::sentencepiece::ModelProto_SentencePiece* Arena::CreateMaybeMessage< ::sentencepiece::ModelProto_SentencePiece >(Arena* arena) {
 3491|    298|  return Arena::CreateMessageInternal< ::sentencepiece::ModelProto_SentencePiece >(arena);
 3492|    298|}
sentencepiece_model.pb.cc:_ZL61InitDefaultsscc_info_ModelProto_sentencepiece_5fmodel_2eprotov:
   45|      1|static void InitDefaultsscc_info_ModelProto_sentencepiece_5fmodel_2eproto() {
   46|      1|  GOOGLE_PROTOBUF_VERIFY_VERSION;
  ------------------
  |  |  118|      1|  ::google::protobuf::internal::VerifyVersion(                            \
  |  |  119|      1|    GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |   85|      1|#define GOOGLE_PROTOBUF_VERSION 3014000
  |  |  ------------------
  |  |                   GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |  328|      1|#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3014000
  |  |  ------------------
  |  |  120|       |    __FILE__)
  ------------------
   47|       |
   48|      1|  {
   49|      1|    void* ptr = &::sentencepiece::_ModelProto_default_instance_;
   50|      1|    new (ptr) ::sentencepiece::ModelProto();
   51|      1|    ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
   52|      1|  }
   53|      1|}
sentencepiece_model.pb.cc:_ZL75InitDefaultsscc_info_ModelProto_SentencePiece_sentencepiece_5fmodel_2eprotov:
   62|      1|static void InitDefaultsscc_info_ModelProto_SentencePiece_sentencepiece_5fmodel_2eproto() {
   63|      1|  GOOGLE_PROTOBUF_VERIFY_VERSION;
  ------------------
  |  |  118|      1|  ::google::protobuf::internal::VerifyVersion(                            \
  |  |  119|      1|    GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |   85|      1|#define GOOGLE_PROTOBUF_VERSION 3014000
  |  |  ------------------
  |  |                   GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |  328|      1|#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3014000
  |  |  ------------------
  |  |  120|       |    __FILE__)
  ------------------
   64|       |
   65|      1|  {
   66|      1|    void* ptr = &::sentencepiece::_ModelProto_SentencePiece_default_instance_;
   67|      1|    new (ptr) ::sentencepiece::ModelProto_SentencePiece();
   68|      1|    ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
   69|      1|  }
   70|      1|}
sentencepiece_model.pb.cc:_ZL65InitDefaultsscc_info_NormalizerSpec_sentencepiece_5fmodel_2eprotov:
   75|      1|static void InitDefaultsscc_info_NormalizerSpec_sentencepiece_5fmodel_2eproto() {
   76|      1|  GOOGLE_PROTOBUF_VERIFY_VERSION;
  ------------------
  |  |  118|      1|  ::google::protobuf::internal::VerifyVersion(                            \
  |  |  119|      1|    GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |   85|      1|#define GOOGLE_PROTOBUF_VERSION 3014000
  |  |  ------------------
  |  |                   GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |  328|      1|#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3014000
  |  |  ------------------
  |  |  120|       |    __FILE__)
  ------------------
   77|       |
   78|      1|  {
   79|      1|    void* ptr = &::sentencepiece::_NormalizerSpec_default_instance_;
   80|      1|    new (ptr) ::sentencepiece::NormalizerSpec();
   81|      1|    ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
   82|      1|  }
   83|      1|}
sentencepiece_model.pb.cc:_ZL63InitDefaultsscc_info_SelfTestData_sentencepiece_5fmodel_2eprotov:
   88|      1|static void InitDefaultsscc_info_SelfTestData_sentencepiece_5fmodel_2eproto() {
   89|      1|  GOOGLE_PROTOBUF_VERIFY_VERSION;
  ------------------
  |  |  118|      1|  ::google::protobuf::internal::VerifyVersion(                            \
  |  |  119|      1|    GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |   85|      1|#define GOOGLE_PROTOBUF_VERSION 3014000
  |  |  ------------------
  |  |                   GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |  328|      1|#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3014000
  |  |  ------------------
  |  |  120|       |    __FILE__)
  ------------------
   90|       |
   91|      1|  {
   92|      1|    void* ptr = &::sentencepiece::_SelfTestData_default_instance_;
   93|      1|    new (ptr) ::sentencepiece::SelfTestData();
   94|      1|    ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
   95|      1|  }
   96|      1|}
sentencepiece_model.pb.cc:_ZL70InitDefaultsscc_info_SelfTestData_Sample_sentencepiece_5fmodel_2eprotov:
  102|      1|static void InitDefaultsscc_info_SelfTestData_Sample_sentencepiece_5fmodel_2eproto() {
  103|      1|  GOOGLE_PROTOBUF_VERIFY_VERSION;
  ------------------
  |  |  118|      1|  ::google::protobuf::internal::VerifyVersion(                            \
  |  |  119|      1|    GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |   85|      1|#define GOOGLE_PROTOBUF_VERSION 3014000
  |  |  ------------------
  |  |                   GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |  328|      1|#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3014000
  |  |  ------------------
  |  |  120|       |    __FILE__)
  ------------------
  104|       |
  105|      1|  {
  106|      1|    void* ptr = &::sentencepiece::_SelfTestData_Sample_default_instance_;
  107|      1|    new (ptr) ::sentencepiece::SelfTestData_Sample();
  108|      1|    ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
  109|      1|  }
  110|      1|}
sentencepiece_model.pb.cc:_ZL62InitDefaultsscc_info_TrainerSpec_sentencepiece_5fmodel_2eprotov:
  115|      1|static void InitDefaultsscc_info_TrainerSpec_sentencepiece_5fmodel_2eproto() {
  116|      1|  GOOGLE_PROTOBUF_VERIFY_VERSION;
  ------------------
  |  |  118|      1|  ::google::protobuf::internal::VerifyVersion(                            \
  |  |  119|      1|    GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |   85|      1|#define GOOGLE_PROTOBUF_VERSION 3014000
  |  |  ------------------
  |  |                   GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION,         \
  |  |  ------------------
  |  |  |  |  328|      1|#define GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION 3014000
  |  |  ------------------
  |  |  120|       |    __FILE__)
  ------------------
  117|       |
  118|      1|  {
  119|      1|    void* ptr = &::sentencepiece::_TrainerSpec_default_instance_;
  120|      1|    new (ptr) ::sentencepiece::TrainerSpec();
  121|      1|    ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
  122|      1|  }
  123|      1|}
_ZN13sentencepiece11TrainerSpec10SharedCtorEv:
  490|      2|void TrainerSpec::SharedCtor() {
  491|      2|  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_TrainerSpec_sentencepiece_5fmodel_2eproto.base);
  492|      2|  model_prefix_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
  493|      2|  input_format_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
  494|      2|  required_chars_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
  495|      2|  unk_surface_.UnsafeSetDefault(nullptr);
  496|      2|  unk_piece_.UnsafeSetDefault(nullptr);
  497|      2|  bos_piece_.UnsafeSetDefault(nullptr);
  498|      2|  eos_piece_.UnsafeSetDefault(nullptr);
  499|      2|  pad_piece_.UnsafeSetDefault(nullptr);
  500|      2|  pretokenization_delimiter_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
  501|      2|  seed_sentencepieces_file_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
  502|      2|  ::memset(reinterpret_cast<char*>(this) + static_cast<size_t>(
  503|      2|      reinterpret_cast<char*>(&self_test_sample_size_) - reinterpret_cast<char*>(this)),
  504|      2|      0, static_cast<size_t>(reinterpret_cast<char*>(&differential_privacy_clipping_threshold_) -
  505|      2|      reinterpret_cast<char*>(&self_test_sample_size_)) + sizeof(differential_privacy_clipping_threshold_));
  506|      2|  model_type_ = 1;
  507|      2|  vocab_size_ = 8000;
  508|      2|  character_coverage_ = 0.9995f;
  509|      2|  seed_sentencepiece_size_ = 1000000;
  510|      2|  shrinking_factor_ = 0.75f;
  511|      2|  num_threads_ = 16;
  512|      2|  num_sub_iterations_ = 2;
  513|      2|  max_sentence_length_ = 4192;
  514|      2|  max_sentencepiece_length_ = 16;
  515|      2|  shuffle_input_sentence_ = true;
  516|      2|  split_by_unicode_script_ = true;
  517|      2|  split_by_number_ = true;
  518|      2|  split_by_whitespace_ = true;
  519|      2|  vocabulary_output_piece_score_ = true;
  520|      2|  hard_vocab_limit_ = true;
  521|      2|  bos_id_ = 1;
  522|      2|  eos_id_ = 2;
  523|      2|  pad_id_ = -1;
  524|      2|}
_ZN13sentencepiece11TrainerSpec17RegisterArenaDtorEPN6google8protobuf5ArenaE:
  550|      2|void TrainerSpec::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
  551|      2|}
_ZN13sentencepiece11TrainerSpec9_Internal18set_has_vocab_sizeEPN6google8protobuf8internal7HasBitsILm2EEE:
  290|      1|  static void set_has_vocab_size(HasBits* has_bits) {
  291|      1|    (*has_bits)[0] |= 33554432u;
  292|      1|  }
_ZN13sentencepiece11TrainerSpec9_Internal21set_has_byte_fallbackEPN6google8protobuf8internal7HasBitsILm2EEE:
  362|      1|  static void set_has_byte_fallback(HasBits* has_bits) {
  363|      1|    (*has_bits)[0] |= 262144u;
  364|      1|  }
_ZN13sentencepiece14NormalizerSpec10SharedCtorEv:
 1989|      2|void NormalizerSpec::SharedCtor() {
 1990|      2|  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_NormalizerSpec_sentencepiece_5fmodel_2eproto.base);
 1991|      2|  name_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
 1992|      2|  precompiled_charsmap_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
 1993|      2|  normalization_rule_tsv_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
 1994|      2|  add_dummy_prefix_ = true;
 1995|      2|  remove_extra_whitespaces_ = true;
 1996|      2|  escape_whitespaces_ = true;
 1997|      2|}
_ZN13sentencepiece14NormalizerSpec17RegisterArenaDtorEPN6google8protobuf5ArenaE:
 2016|      2|void NormalizerSpec::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
 2017|      2|}
_ZN13sentencepiece14NormalizerSpec9_Internal24set_has_add_dummy_prefixEPN6google8protobuf8internal7HasBitsILm1EEE:
 1942|      1|  static void set_has_add_dummy_prefix(HasBits* has_bits) {
 1943|      1|    (*has_bits)[0] |= 8u;
 1944|      1|  }
_ZN13sentencepiece14NormalizerSpec9_Internal32set_has_remove_extra_whitespacesEPN6google8protobuf8internal7HasBitsILm1EEE:
 1945|      1|  static void set_has_remove_extra_whitespaces(HasBits* has_bits) {
 1946|      1|    (*has_bits)[0] |= 16u;
 1947|      1|  }
_ZN13sentencepiece14NormalizerSpec9_Internal26set_has_escape_whitespacesEPN6google8protobuf8internal7HasBitsILm1EEE:
 1948|      1|  static void set_has_escape_whitespaces(HasBits* has_bits) {
 1949|      1|    (*has_bits)[0] |= 32u;
 1950|      1|  }
_ZN13sentencepiece19SelfTestData_Sample10SharedCtorEv:
 2357|      1|void SelfTestData_Sample::SharedCtor() {
 2358|      1|  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SelfTestData_Sample_sentencepiece_5fmodel_2eproto.base);
 2359|      1|  input_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
 2360|      1|  expected_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
 2361|      1|}
_ZN13sentencepiece19SelfTestData_Sample17RegisterArenaDtorEPN6google8protobuf5ArenaE:
 2379|      1|void SelfTestData_Sample::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
 2380|      1|}
_ZN13sentencepiece12SelfTestData10SharedCtorEv:
 2586|      1|void SelfTestData::SharedCtor() {
 2587|      1|  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_SelfTestData_sentencepiece_5fmodel_2eproto.base);
 2588|      1|}
_ZN13sentencepiece12SelfTestData17RegisterArenaDtorEPN6google8protobuf5ArenaE:
 2604|      1|void SelfTestData::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
 2605|      1|}
_ZN13sentencepiece24ModelProto_SentencePiece10SharedCtorEv:
 2807|    299|void ModelProto_SentencePiece::SharedCtor() {
 2808|    299|  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ModelProto_SentencePiece_sentencepiece_5fmodel_2eproto.base);
 2809|    299|  piece_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
 2810|    299|  score_ = 0;
 2811|    299|  type_ = 1;
 2812|    299|}
_ZN13sentencepiece24ModelProto_SentencePiece17RegisterArenaDtorEPN6google8protobuf5ArenaE:
 2829|    299|void ModelProto_SentencePiece::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
 2830|    299|}
_ZN13sentencepiece24ModelProto_SentencePiece9_Internal13set_has_scoreEPN6google8protobuf8internal7HasBitsILm1EEE:
 2776|    298|  static void set_has_score(HasBits* has_bits) {
 2777|    298|    (*has_bits)[0] |= 2u;
 2778|    298|  }
_ZN13sentencepiece10ModelProto10SharedCtorEv:
 3136|      2|void ModelProto::SharedCtor() {
 3137|      2|  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ModelProto_sentencepiece_5fmodel_2eproto.base);
 3138|      2|  ::memset(reinterpret_cast<char*>(this) + static_cast<size_t>(
 3139|      2|      reinterpret_cast<char*>(&trainer_spec_) - reinterpret_cast<char*>(this)),
 3140|      2|      0, static_cast<size_t>(reinterpret_cast<char*>(&denormalizer_spec_) -
 3141|      2|      reinterpret_cast<char*>(&trainer_spec_)) + sizeof(denormalizer_spec_));
 3142|      2|}
_ZN13sentencepiece10ModelProto17RegisterArenaDtorEPN6google8protobuf5ArenaE:
 3162|      2|void ModelProto::RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena*) {
 3163|      2|}

_ZNK13sentencepiece10ModelProto15normalizer_specEv:
 4771|      1|inline const ::sentencepiece::NormalizerSpec& ModelProto::normalizer_spec() const {
 4772|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.normalizer_spec)
 4773|      1|  return _internal_normalizer_spec();
 4774|      1|}
_ZNK13sentencepiece10ModelProto25_internal_normalizer_specEv:
 4766|      1|inline const ::sentencepiece::NormalizerSpec& ModelProto::_internal_normalizer_spec() const {
 4767|      1|  const ::sentencepiece::NormalizerSpec* p = normalizer_spec_;
 4768|      1|  return p != nullptr ? *p : reinterpret_cast<const ::sentencepiece::NormalizerSpec&>(
  ------------------
  |  Branch (4768:10): [True: 1, False: 0]
  ------------------
 4769|      0|      ::sentencepiece::_NormalizerSpec_default_instance_);
 4770|      1|}
_ZNK13sentencepiece10ModelProto12trainer_specEv:
 4688|    259|inline const ::sentencepiece::TrainerSpec& ModelProto::trainer_spec() const {
 4689|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.trainer_spec)
 4690|    259|  return _internal_trainer_spec();
 4691|    259|}
_ZNK13sentencepiece10ModelProto22_internal_trainer_specEv:
 4683|    259|inline const ::sentencepiece::TrainerSpec& ModelProto::_internal_trainer_spec() const {
 4684|    259|  const ::sentencepiece::TrainerSpec* p = trainer_spec_;
 4685|    259|  return p != nullptr ? *p : reinterpret_cast<const ::sentencepiece::TrainerSpec&>(
  ------------------
  |  Branch (4685:10): [True: 259, False: 0]
  ------------------
 4686|      0|      ::sentencepiece::_TrainerSpec_default_instance_);
 4687|    259|}
_ZNK13sentencepiece10ModelProto21has_denormalizer_specEv:
 4925|      1|inline bool ModelProto::has_denormalizer_spec() const {
 4926|      1|  return _internal_has_denormalizer_spec();
 4927|      1|}
_ZNK13sentencepiece10ModelProto31_internal_has_denormalizer_specEv:
 4920|      2|inline bool ModelProto::_internal_has_denormalizer_spec() const {
 4921|      2|  bool value = (_has_bits_[0] & 0x00000008u) != 0;
 4922|      2|  PROTOBUF_ASSUME(!value || denormalizer_spec_ != nullptr);
  ------------------
  |  |  493|      2|  GOOGLE_DCHECK(pred);               \
  |  |  ------------------
  |  |  |  |  181|      2|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      2|  __builtin_assume(pred)
  |  |  ------------------
  |  |  |  Branch (494:20): [True: 2, False: 0]
  |  |  |  Branch (494:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 4923|      2|  return value;
 4924|      2|}
_ZNK13sentencepiece14NormalizerSpec20precompiled_charsmapEv:
 4082|      1|inline const std::string& NormalizerSpec::precompiled_charsmap() const {
 4083|       |  // @@protoc_insertion_point(field_get:sentencepiece.NormalizerSpec.precompiled_charsmap)
 4084|      1|  return _internal_precompiled_charsmap();
 4085|      1|}
_ZNK13sentencepiece14NormalizerSpec30_internal_precompiled_charsmapEv:
 4094|      1|inline const std::string& NormalizerSpec::_internal_precompiled_charsmap() const {
 4095|      1|  return precompiled_charsmap_.Get();
 4096|      1|}
_ZNK13sentencepiece10ModelProto14self_test_dataEv:
 4854|      1|inline const ::sentencepiece::SelfTestData& ModelProto::self_test_data() const {
 4855|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.self_test_data)
 4856|      1|  return _internal_self_test_data();
 4857|      1|}
_ZNK13sentencepiece10ModelProto24_internal_self_test_dataEv:
 4849|      1|inline const ::sentencepiece::SelfTestData& ModelProto::_internal_self_test_data() const {
 4850|      1|  const ::sentencepiece::SelfTestData* p = self_test_data_;
 4851|      1|  return p != nullptr ? *p : reinterpret_cast<const ::sentencepiece::SelfTestData&>(
  ------------------
  |  Branch (4851:10): [True: 0, False: 1]
  ------------------
 4852|      1|      ::sentencepiece::_SelfTestData_default_instance_);
 4853|      1|}
_ZNK13sentencepiece12SelfTestData7samplesEv:
 4488|      1|SelfTestData::samples() const {
 4489|       |  // @@protoc_insertion_point(field_list:sentencepiece.SelfTestData.samples)
 4490|      1|  return samples_;
 4491|      1|}
_ZNK13sentencepiece11TrainerSpec10model_typeEv:
 2300|      1|inline ::sentencepiece::TrainerSpec_ModelType TrainerSpec::model_type() const {
 2301|       |  // @@protoc_insertion_point(field_get:sentencepiece.TrainerSpec.model_type)
 2302|      1|  return _internal_model_type();
 2303|      1|}
_ZNK13sentencepiece11TrainerSpec20_internal_model_typeEv:
 2297|      1|inline ::sentencepiece::TrainerSpec_ModelType TrainerSpec::_internal_model_type() const {
 2298|      1|  return static_cast< ::sentencepiece::TrainerSpec_ModelType >(model_type_);
 2299|      1|}
_ZNK13sentencepiece10ModelProto11pieces_sizeEv:
 4635|    598|inline int ModelProto::pieces_size() const {
 4636|    598|  return _internal_pieces_size();
 4637|    598|}
_ZNK13sentencepiece10ModelProto21_internal_pieces_sizeEv:
 4632|    598|inline int ModelProto::_internal_pieces_size() const {
 4633|    598|  return pieces_.size();
 4634|    598|}
_ZNK13sentencepiece24ModelProto_SentencePiece4typeEv:
 4613|  2.82k|inline ::sentencepiece::ModelProto_SentencePiece_Type ModelProto_SentencePiece::type() const {
 4614|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.SentencePiece.type)
 4615|  2.82k|  return _internal_type();
 4616|  2.82k|}
_ZNK13sentencepiece24ModelProto_SentencePiece14_internal_typeEv:
 4610|  2.82k|inline ::sentencepiece::ModelProto_SentencePiece_Type ModelProto_SentencePiece::_internal_type() const {
 4611|  2.82k|  return static_cast< ::sentencepiece::ModelProto_SentencePiece_Type >(type_);
 4612|  2.82k|}
_ZNK13sentencepiece24ModelProto_SentencePiece5pieceEv:
 4509|  1.15k|inline const std::string& ModelProto_SentencePiece::piece() const {
 4510|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.SentencePiece.piece)
 4511|  1.15k|  return _internal_piece();
 4512|  1.15k|}
_ZNK13sentencepiece24ModelProto_SentencePiece15_internal_pieceEv:
 4521|  1.15k|inline const std::string& ModelProto_SentencePiece::_internal_piece() const {
 4522|  1.15k|  return piece_.Get();
 4523|  1.15k|}
_ZN13sentencepiece24ModelProto_SentencePiece18_internal_set_typeENS_29ModelProto_SentencePiece_TypeE:
 4617|    259|inline void ModelProto_SentencePiece::_internal_set_type(::sentencepiece::ModelProto_SentencePiece_Type value) {
 4618|       |  assert(::sentencepiece::ModelProto_SentencePiece_Type_IsValid(value));
 4619|    259|  _has_bits_[0] |= 0x00000004u;
 4620|    259|  type_ = value;
 4621|    259|}
_ZN13sentencepiece10ModelProto33_internal_mutable_normalizer_specEv:
 4804|      1|inline ::sentencepiece::NormalizerSpec* ModelProto::_internal_mutable_normalizer_spec() {
 4805|      1|  _has_bits_[0] |= 0x00000002u;
 4806|      1|  if (normalizer_spec_ == nullptr) {
  ------------------
  |  Branch (4806:7): [True: 1, False: 0]
  ------------------
 4807|      1|    auto* p = CreateMaybeMessage<::sentencepiece::NormalizerSpec>(GetArena());
 4808|      1|    normalizer_spec_ = p;
 4809|      1|  }
 4810|      1|  return normalizer_spec_;
 4811|      1|}
_ZN13sentencepiece10ModelProtoC2Ev:
 1836|      2|  inline ModelProto() : ModelProto(nullptr) {}
_ZN13sentencepiece11TrainerSpecC2Ev:
  133|      2|  inline TrainerSpec() : TrainerSpec(nullptr) {}
_ZN13sentencepiece14NormalizerSpecC2Ev:
 1093|      2|  inline NormalizerSpec() : NormalizerSpec(nullptr) {}
_ZN13sentencepiece19SelfTestData_SampleC2Ev:
 1325|      1|  inline SelfTestData_Sample() : SelfTestData_Sample(nullptr) {}
_ZN13sentencepiece12SelfTestDataC2Ev:
 1487|      1|  inline SelfTestData() : SelfTestData(nullptr) {}
_ZN13sentencepiece24ModelProto_SentencePieceC2Ev:
 1629|    299|  inline ModelProto_SentencePiece() : ModelProto_SentencePiece(nullptr) {}
_ZN13sentencepiece11TrainerSpec24_internal_set_model_typeENS_21TrainerSpec_ModelTypeE:
 2304|      1|inline void TrainerSpec::_internal_set_model_type(::sentencepiece::TrainerSpec_ModelType value) {
 2305|       |  assert(::sentencepiece::TrainerSpec_ModelType_IsValid(value));
 2306|      1|  _has_bits_[0] |= 0x01000000u;
 2307|      1|  model_type_ = value;
 2308|      1|}
_ZNK13sentencepiece11TrainerSpec36_internal_treat_whitespace_as_suffixEv:
 2932|      1|inline bool TrainerSpec::_internal_treat_whitespace_as_suffix() const {
 2933|      1|  return treat_whitespace_as_suffix_;
 2934|      1|}
_ZNK13sentencepiece11TrainerSpec26treat_whitespace_as_suffixEv:
 2935|      1|inline bool TrainerSpec::treat_whitespace_as_suffix() const {
 2936|       |  // @@protoc_insertion_point(field_get:sentencepiece.TrainerSpec.treat_whitespace_as_suffix)
 2937|      1|  return _internal_treat_whitespace_as_suffix();
 2938|      1|}
_ZNK13sentencepiece11TrainerSpec23_internal_byte_fallbackEv:
 3310|    257|inline bool TrainerSpec::_internal_byte_fallback() const {
 3311|    257|  return byte_fallback_;
 3312|    257|}
_ZNK13sentencepiece11TrainerSpec13byte_fallbackEv:
 3313|    257|inline bool TrainerSpec::byte_fallback() const {
 3314|       |  // @@protoc_insertion_point(field_get:sentencepiece.TrainerSpec.byte_fallback)
 3315|    257|  return _internal_byte_fallback();
 3316|    257|}
_ZN13sentencepiece24ModelProto_SentencePiece23_internal_mutable_pieceEv:
 4547|    298|inline std::string* ModelProto_SentencePiece::_internal_mutable_piece() {
 4548|    298|  _has_bits_[0] |= 0x00000001u;
 4549|    298|  return piece_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
 4550|    298|}
_ZNK13sentencepiece24ModelProto_SentencePiece15_internal_scoreEv:
 4582|     78|inline float ModelProto_SentencePiece::_internal_score() const {
 4583|     78|  return score_;
 4584|     78|}
_ZNK13sentencepiece24ModelProto_SentencePiece5scoreEv:
 4585|     78|inline float ModelProto_SentencePiece::score() const {
 4586|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.SentencePiece.score)
 4587|     78|  return _internal_score();
 4588|     78|}
_ZNK13sentencepiece10ModelProto16_internal_piecesEi:
 4650|    596|inline const ::sentencepiece::ModelProto_SentencePiece& ModelProto::_internal_pieces(int index) const {
 4651|    596|  return pieces_.Get(index);
 4652|    596|}
_ZNK13sentencepiece10ModelProto6piecesEi:
 4653|    596|inline const ::sentencepiece::ModelProto_SentencePiece& ModelProto::pieces(int index) const {
 4654|       |  // @@protoc_insertion_point(field_get:sentencepiece.ModelProto.pieces)
 4655|    596|  return _internal_pieces(index);
 4656|    596|}
_ZN13sentencepiece10ModelProto20_internal_add_piecesEv:
 4657|    298|inline ::sentencepiece::ModelProto_SentencePiece* ModelProto::_internal_add_pieces() {
 4658|    298|  return pieces_.Add();
 4659|    298|}
_ZNK13sentencepiece10ModelProto6piecesEv:
 4665|      1|ModelProto::pieces() const {
 4666|       |  // @@protoc_insertion_point(field_list:sentencepiece.ModelProto.pieces)
 4667|      1|  return pieces_;
 4668|      1|}
_ZNK13sentencepiece10ModelProto26_internal_has_trainer_specEv:
 4671|      1|inline bool ModelProto::_internal_has_trainer_spec() const {
 4672|      1|  bool value = (_has_bits_[0] & 0x00000001u) != 0;
 4673|      1|  PROTOBUF_ASSUME(!value || trainer_spec_ != nullptr);
  ------------------
  |  |  493|      1|  GOOGLE_DCHECK(pred);               \
  |  |  ------------------
  |  |  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      2|  __builtin_assume(pred)
  |  |  ------------------
  |  |  |  Branch (494:20): [True: 0, False: 1]
  |  |  |  Branch (494:20): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 4674|      1|  return value;
 4675|      1|}
_ZN13sentencepiece10ModelProto30_internal_mutable_trainer_specEv:
 4721|      1|inline ::sentencepiece::TrainerSpec* ModelProto::_internal_mutable_trainer_spec() {
 4722|      1|  _has_bits_[0] |= 0x00000001u;
 4723|      1|  if (trainer_spec_ == nullptr) {
  ------------------
  |  Branch (4723:7): [True: 1, False: 0]
  ------------------
 4724|      1|    auto* p = CreateMaybeMessage<::sentencepiece::TrainerSpec>(GetArena());
 4725|      1|    trainer_spec_ = p;
 4726|      1|  }
 4727|      1|  return trainer_spec_;
 4728|      1|}
_ZNK13sentencepiece10ModelProto29_internal_has_normalizer_specEv:
 4754|      1|inline bool ModelProto::_internal_has_normalizer_spec() const {
 4755|      1|  bool value = (_has_bits_[0] & 0x00000002u) != 0;
 4756|      1|  PROTOBUF_ASSUME(!value || normalizer_spec_ != nullptr);
  ------------------
  |  |  493|      1|  GOOGLE_DCHECK(pred);               \
  |  |  ------------------
  |  |  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      2|  __builtin_assume(pred)
  |  |  ------------------
  |  |  |  Branch (494:20): [True: 0, False: 1]
  |  |  |  Branch (494:20): [True: 1, False: 0]
  |  |  ------------------
  ------------------
 4757|      1|  return value;
 4758|      1|}
_ZNK13sentencepiece10ModelProto28_internal_has_self_test_dataEv:
 4837|      1|inline bool ModelProto::_internal_has_self_test_data() const {
 4838|      1|  bool value = (_has_bits_[0] & 0x00000004u) != 0;
 4839|      1|  PROTOBUF_ASSUME(!value || self_test_data_ != nullptr);
  ------------------
  |  |  493|      1|  GOOGLE_DCHECK(pred);               \
  |  |  ------------------
  |  |  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  494|      1|  __builtin_assume(pred)
  |  |  ------------------
  |  |  |  Branch (494:20): [True: 1, False: 0]
  |  |  |  Branch (494:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 4840|      1|  return value;
 4841|      1|}

_ZN13sentencepiece4util6StatusC2Ev:
   23|      4|Status::Status() {}
_ZN13sentencepiece4util6StatusD2Ev:
   24|      5|Status::~Status() {}
_ZN13sentencepiece4util6StatusC2ERKS1_:
   38|      3|    : rep_((s.rep_ == nullptr) ? nullptr : new Rep(*s.rep_)) {}
  ------------------
  |  Branch (38:12): [True: 3, False: 0]
  ------------------

_ZN13sentencepiece12ModelFactory6CreateERKNS_10ModelProtoE:
   26|      1|    const ModelProto& model_proto) {
   27|      1|  const auto& trainer_spec = model_proto.trainer_spec();
   28|       |
   29|      1|  switch (trainer_spec.model_type()) {
   30|      1|    case TrainerSpec::UNIGRAM:
  ------------------
  |  Branch (30:5): [True: 1, False: 0]
  ------------------
   31|      1|      return std::make_unique<unigram::Model>(model_proto);
   32|      0|      break;
   33|      0|    case TrainerSpec::BPE:
  ------------------
  |  Branch (33:5): [True: 0, False: 1]
  ------------------
   34|      0|      return std::make_unique<bpe::Model>(model_proto);
   35|      0|      break;
   36|      0|    case TrainerSpec::WORD:
  ------------------
  |  Branch (36:5): [True: 0, False: 1]
  ------------------
   37|      0|      return std::make_unique<word::Model>(model_proto);
   38|      0|      break;
   39|      0|    case TrainerSpec::CHAR:
  ------------------
  |  Branch (39:5): [True: 0, False: 1]
  ------------------
   40|      0|      return std::make_unique<character::Model>(model_proto);
   41|      0|      break;
   42|      0|    default:
  ------------------
  |  Branch (42:5): [True: 0, False: 1]
  ------------------
   43|      0|      LOG(ERROR) << "Unknown model_type: " << trainer_spec.model_type();
  ------------------
  |  |   64|      0|  (::absl::MinLogLevel() > ::absl::LOG_##severity)                          \
  |  |  ------------------
  |  |  |  Branch (64:3): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|      ? 0                                                                   \
  |  |   66|      0|      : ::absl::logging::Die(::absl::LOG_##severity >= ::absl::LOG_FATAL) & \
  |  |   67|      0|            std::cerr << ::absl::logging::BaseName(__FILE__) << "("         \
  |  |   68|      0|                      << __LINE__ << ") "                                   \
  |  |   69|      0|                      << "LOG(" << #severity << ") "
  ------------------
   44|      0|      return nullptr;
   45|      0|      break;
   46|      1|  }
   47|       |
   48|      0|  return std::make_unique<unigram::Model>(model_proto);
   49|      1|}

_ZN13sentencepiece14ModelInterface16InitializePiecesEv:
   63|      1|void ModelInterface::InitializePieces() {
   64|      1|  pieces_.clear();
   65|      1|  reserved_id_map_.clear();
   66|      1|  unk_id_ = -1;
   67|       |
   68|      1|  std::set<absl::string_view> user_defined_symbols;
   69|      1|  std::vector<bool> byte_found(256, false);
   70|       |
   71|      1|  int pieces_size = 0;
   72|      1|  int reserved_id_map_size = 0;
   73|    299|  for (int i = 0; i < model_proto_->pieces_size(); ++i) {
  ------------------
  |  Branch (73:19): [True: 298, False: 1]
  ------------------
   74|    298|    const auto &sp = model_proto_->pieces(i);
   75|    298|    const bool is_normal_piece =
   76|    298|        (sp.type() == ModelProto::SentencePiece::NORMAL ||
  ------------------
  |  Branch (76:10): [True: 39, False: 259]
  ------------------
   77|    259|         sp.type() == ModelProto::SentencePiece::USER_DEFINED ||
  ------------------
  |  Branch (77:10): [True: 0, False: 259]
  ------------------
   78|    259|         sp.type() == ModelProto::SentencePiece::UNUSED);
  ------------------
  |  Branch (78:10): [True: 0, False: 259]
  ------------------
   79|    298|    if (is_normal_piece) {
  ------------------
  |  Branch (79:9): [True: 39, False: 259]
  ------------------
   80|     39|      ++pieces_size;
   81|    259|    } else {
   82|    259|      ++reserved_id_map_size;
   83|    259|    }
   84|    298|  }
   85|      1|  pieces_.reserve(pieces_size);
   86|      1|  reserved_id_map_.reserve(reserved_id_map_size);
   87|       |
   88|    299|  for (int i = 0; i < model_proto_->pieces_size(); ++i) {
  ------------------
  |  Branch (88:19): [True: 298, False: 1]
  ------------------
   89|    298|    const auto &sp = model_proto_->pieces(i);
   90|    298|    if (sp.piece().empty()) {
  ------------------
  |  Branch (90:9): [True: 0, False: 298]
  ------------------
   91|      0|      status_ = util::InternalError("piece must not be empty.");
   92|      0|      return;
   93|      0|    }
   94|    298|    if (sp.piece().find('\0') != absl::string_view::npos) {
  ------------------
  |  Branch (94:9): [True: 0, False: 298]
  ------------------
   95|      0|      status_ = util::InternalError("piece must not include null character.");
   96|      0|      return;
   97|      0|    }
   98|    298|    const bool is_normal_piece =
   99|    298|        (sp.type() == ModelProto::SentencePiece::NORMAL ||
  ------------------
  |  Branch (99:10): [True: 39, False: 259]
  ------------------
  100|    259|         sp.type() == ModelProto::SentencePiece::USER_DEFINED ||
  ------------------
  |  Branch (100:10): [True: 0, False: 259]
  ------------------
  101|    259|         sp.type() == ModelProto::SentencePiece::UNUSED);
  ------------------
  |  Branch (101:10): [True: 0, False: 259]
  ------------------
  102|    298|    if (!port::InsertIfNotPresent(
  ------------------
  |  Branch (102:9): [True: 0, False: 298]
  ------------------
  103|    298|            is_normal_piece ? &pieces_ : &reserved_id_map_, sp.piece(), i)) {
  ------------------
  |  Branch (103:13): [True: 39, False: 259]
  ------------------
  104|      0|      status_ = util::InternalError(sp.piece() + " is already defined.");
  105|      0|      return;
  106|      0|    }
  107|       |
  108|    298|    if (sp.type() == ModelProto::SentencePiece::USER_DEFINED) {
  ------------------
  |  Branch (108:9): [True: 0, False: 298]
  ------------------
  109|      0|      user_defined_symbols.insert(sp.piece());
  110|      0|    }
  111|       |
  112|    298|    if (sp.type() == ModelProto::SentencePiece::UNKNOWN) {
  ------------------
  |  Branch (112:9): [True: 1, False: 297]
  ------------------
  113|      1|      if (unk_id_ >= 0) {
  ------------------
  |  Branch (113:11): [True: 0, False: 1]
  ------------------
  114|      0|        status_ = util::InternalError("unk is already defined.");
  115|      0|        return;
  116|      0|      }
  117|      1|      unk_id_ = i;
  118|      1|    }
  119|       |
  120|    298|    if (sp.type() == ModelProto::SentencePiece::BYTE) {
  ------------------
  |  Branch (120:9): [True: 256, False: 42]
  ------------------
  121|    256|      if (!model_proto_->trainer_spec().byte_fallback()) {
  ------------------
  |  Branch (121:11): [True: 0, False: 256]
  ------------------
  122|      0|        status_ =
  123|      0|            util::InternalError("byte piece " + sp.piece() +
  124|      0|                                " is found although `byte_fallback` is false.");
  125|      0|        return;
  126|      0|      }
  127|    256|      const int byte = PieceToByte(sp.piece());
  128|    256|      if (0 <= byte && byte < 256) {
  ------------------
  |  Branch (128:11): [True: 256, False: 0]
  |  Branch (128:24): [True: 256, False: 0]
  ------------------
  129|    256|        byte_found[byte] = true;
  130|    256|      } else {
  131|      0|        status_ =
  132|      0|            util::InternalError("byte piece " + sp.piece() + " is invalid.");
  133|      0|        return;
  134|      0|      }
  135|    256|    }
  136|    298|  }
  137|       |
  138|      1|  if (unk_id_ == -1) {
  ------------------
  |  Branch (138:7): [True: 0, False: 1]
  ------------------
  139|      0|    status_ = util::InternalError("unk is not defined.");
  140|      0|    return;
  141|      0|  }
  142|       |
  143|      1|  if (model_proto_->trainer_spec().byte_fallback()) {
  ------------------
  |  Branch (143:7): [True: 1, False: 0]
  ------------------
  144|       |    // Checks that there are 256 byte pieces.
  145|      1|    if (std::find(byte_found.begin(), byte_found.end(), false) !=
  ------------------
  |  Branch (145:9): [True: 0, False: 1]
  ------------------
  146|      1|        byte_found.end()) {
  147|      0|      status_ = util::InternalError(
  148|      0|          "there are not 256 byte pieces although `byte_fallback` is true.");
  149|      0|      return;
  150|      0|    }
  151|      1|  }
  152|       |
  153|      1|  matcher_ = std::make_unique<normalizer::PrefixMatcher>(user_defined_symbols);
  154|      1|}
_ZN13sentencepiece11ByteToPieceEh:
  213|    256|std::string ByteToPiece(unsigned char c) {
  214|    256|  return absl::StrFormat("<0x%02X>", c);
  215|    256|}
_ZN13sentencepiece11PieceToByteENSt3__117basic_string_viewIcNS0_11char_traitsIcEEEE:
  217|    256|int PieceToByte(absl::string_view piece) {
  218|    256|  using PieceToByteMap = absl::flat_hash_map<std::string, unsigned char>;
  219|    256|  static const auto *const kMap = []() -> PieceToByteMap * {
  220|    256|    auto *m = new PieceToByteMap();
  221|    256|    for (int i = 0; i < 256; ++i) {
  222|    256|      (*m)[ByteToPiece(i)] = i;
  223|    256|    }
  224|    256|    return m;
  225|    256|  }();
  226|    256|  const auto it = kMap->find(std::string(piece));
  227|    256|  if (it == kMap->end()) {
  ------------------
  |  Branch (227:7): [True: 0, False: 256]
  ------------------
  228|      0|    return -1;
  229|    256|  } else {
  230|    256|    return it->second;
  231|    256|  }
  232|    256|}
model_interface.cc:_ZZN13sentencepiece11PieceToByteENSt3__117basic_string_viewIcNS0_11char_traitsIcEEEEENK3$_0clEv:
  219|      1|  static const auto *const kMap = []() -> PieceToByteMap * {
  220|      1|    auto *m = new PieceToByteMap();
  221|    257|    for (int i = 0; i < 256; ++i) {
  ------------------
  |  Branch (221:21): [True: 256, False: 1]
  ------------------
  222|    256|      (*m)[ByteToPiece(i)] = i;
  223|    256|    }
  224|      1|    return m;
  225|      1|  }();

_ZN13sentencepiece14ModelInterfaceC2Ev:
   66|      1|  ModelInterface() {}
_ZNK13sentencepiece14ModelInterface6statusEv:
   72|      2|  virtual util::Status status() const { return status_; }
_ZNK13sentencepiece14ModelInterface14prefix_matcherEv:
   76|      1|  virtual const normalizer::PrefixMatcher *prefix_matcher() const {
   77|      1|    return matcher_.get();
   78|      1|  }

_ZN13sentencepiece10normalizer10NormalizerC2ERKNS_14NormalizerSpecERKNS_11TrainerSpecE:
   35|      1|    : spec_(&spec),
   36|      1|      treat_whitespace_as_suffix_(trainer_spec.treat_whitespace_as_suffix()),
   37|      1|      status_(util::OkStatus()) {
   38|      1|  Init();
   39|      1|}
_ZN13sentencepiece10normalizer10Normalizer4InitEv:
   48|      1|void Normalizer::Init() {
   49|      1|  absl::string_view index = spec_->precompiled_charsmap();
   50|       |
   51|      1|  if (!index.empty()) {
  ------------------
  |  Branch (51:7): [True: 0, False: 1]
  ------------------
   52|      0|    absl::string_view trie_blob;
   53|      0|    status_ = DecodePrecompiledCharsMap(index, &trie_blob, &normalized_,
   54|      0|                                        &precompiled_charsmap_buffer_);
   55|       |
   56|      0|    if (!status_.ok()) return;
  ------------------
  |  Branch (56:9): [True: 0, False: 0]
  ------------------
   57|       |
   58|       |    // Reads the body of double array.
   59|      0|    trie_ = std::make_unique<Darts::DoubleArray>();
   60|       |
   61|       |    // The second arg of set_array is not the size of blob,
   62|       |    // but the number of double array units.
   63|      0|    trie_->set_array(const_cast<char *>(trie_blob.data()),
   64|      0|                     trie_blob.size() / trie_->unit_size());
   65|       |
   66|      0|    if (!trie_->validate()) {
  ------------------
  |  Branch (66:9): [True: 0, False: 0]
  ------------------
   67|      0|      status_ = util::InternalError(
   68|      0|          "Trie data contains out-of-bounds node references.");
   69|      0|      return;
   70|      0|    }
   71|      0|  }
   72|      1|}
_ZN13sentencepiece10normalizer13PrefixMatcherC2ERKNSt3__13setINS2_17basic_string_viewIcNS2_11char_traitsIcEEEENS2_4lessIS7_EENS2_9allocatorIS7_EEEE:
  326|      1|PrefixMatcher::PrefixMatcher(const std::set<absl::string_view> &dic) {
  327|      1|  if (dic.empty()) return;
  ------------------
  |  Branch (327:7): [True: 1, False: 0]
  ------------------
  328|      0|  std::vector<const char *> key;
  329|      0|  std::vector<size_t> lengths;
  330|      0|  key.reserve(dic.size());
  331|      0|  lengths.reserve(dic.size());
  332|      0|  for (const auto &it : dic) {
  ------------------
  |  Branch (332:23): [True: 0, False: 0]
  ------------------
  333|      0|    key.push_back(it.data());
  334|      0|    lengths.push_back(it.size());
  335|      0|  }
  336|      0|  trie_ = std::make_unique<Darts::DoubleArray>();
  337|      0|  if (trie_->build(key.size(), const_cast<char **>(key.data()),
  ------------------
  |  Branch (337:7): [True: 0, False: 0]
  ------------------
  338|      0|                   const_cast<size_t *>(lengths.data()), nullptr) != 0) {
  339|      0|    LOG(ERROR) << "Failed to build the TRIE for PrefixMatcher";
  ------------------
  |  |   64|      0|  (::absl::MinLogLevel() > ::absl::LOG_##severity)                          \
  |  |  ------------------
  |  |  |  Branch (64:3): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|      ? 0                                                                   \
  |  |   66|      0|      : ::absl::logging::Die(::absl::LOG_##severity >= ::absl::LOG_FATAL) & \
  |  |   67|      0|            std::cerr << ::absl::logging::BaseName(__FILE__) << "("         \
  |  |   68|      0|                      << __LINE__ << ") "                                   \
  |  |   69|      0|                      << "LOG(" << #severity << ") "
  ------------------
  340|      0|    trie_.reset();
  341|      0|  }
  342|      0|}

_ZN13sentencepiece10normalizer10Normalizer16SetPrefixMatcherEPKNS0_13PrefixMatcherE:
   71|      1|  virtual void SetPrefixMatcher(const PrefixMatcher *matcher) {
   72|      1|    matcher_ = matcher;
   73|      1|  }
_ZNK13sentencepiece10normalizer10Normalizer6statusEv:
   77|      1|  virtual util::Status status() const { return status_; }

_ZN13sentencepiece22SentencePieceProcessorC2Ev:
  217|      1|SentencePieceProcessor::SentencePieceProcessor() {}
_ZN13sentencepiece22SentencePieceProcessor23LoadFromSerializedProtoENSt3__117basic_string_viewIcNS1_11char_traitsIcEEEE:
  237|      1|    absl::string_view serialized) {
  238|      1|  auto model_proto = std::make_unique<ModelProto>();
  239|      1|  CHECK_OR_RETURN(
  ------------------
  |  |  446|      1|  if (condition) {                                           \
  |  |  ------------------
  |  |  |  Branch (446:7): [True: 1, False: 0]
  |  |  ------------------
  |  |  447|      1|  } else /* NOLINT */                                        \
  |  |  448|      1|    return ::sentencepiece::util::StatusBuilder(             \
  |  |  449|      0|               ::sentencepiece::util::StatusCode::kInternal) \
  |  |  450|      0|           << __FILE__ << "(" << __LINE__ << ") [" << #condition << "] "
  ------------------
  240|      1|      model_proto->ParseFromArray(serialized.data(), serialized.size()));
  241|      1|  return Load(std::move(model_proto));
  242|      1|}
_ZN13sentencepiece22SentencePieceProcessor4LoadENSt3__110unique_ptrINS_10ModelProtoENS1_14default_deleteIS3_EEEE:
  245|      1|    std::unique_ptr<ModelProto> model_proto) {
  246|      1|  model_proto_ = std::move(model_proto);
  247|      1|  model_ = ModelFactory::Create(*model_proto_);
  248|      1|  normalizer_ = std::make_unique<normalizer::Normalizer>(
  249|      1|      model_proto_->normalizer_spec(), model_proto_->trainer_spec());
  250|      1|  if (model_proto_->has_denormalizer_spec() &&
  ------------------
  |  Branch (250:7): [True: 0, False: 1]
  ------------------
  251|      0|      !model_proto_->denormalizer_spec().precompiled_charsmap().empty()) {
  ------------------
  |  Branch (251:7): [True: 0, False: 0]
  ------------------
  252|      0|    denormalizer_ = std::make_unique<normalizer::Normalizer>(
  253|      0|        model_proto_->denormalizer_spec());
  254|      0|  }
  255|       |
  256|       |  // Escapes user-defined-symbols in normalizer.
  257|      1|  normalizer_->SetPrefixMatcher(model_->prefix_matcher());
  258|       |
  259|      1|  RETURN_IF_ERROR(status());
  ------------------
  |  |   46|      1|  do {                                 \
  |  |   47|      1|    const auto _status = expr;         \
  |  |   48|      1|    if (!_status.ok()) return _status; \
  |  |  ------------------
  |  |  |  Branch (48:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   49|      1|  } while (0)
  |  |  ------------------
  |  |  |  Branch (49:12): [Folded, False: 1]
  |  |  ------------------
  ------------------
  260|       |
  261|       |  // Running self-testing.
  262|      1|  std::vector<std::string> errors, sps;
  263|      1|  for (const auto &s : model_proto_->self_test_data().samples()) {
  ------------------
  |  Branch (263:22): [True: 0, False: 1]
  ------------------
  264|      0|    RETURN_IF_ERROR(Encode(s.input(), &sps));
  ------------------
  |  |   46|      0|  do {                                 \
  |  |   47|      0|    const auto _status = expr;         \
  |  |   48|      0|    if (!_status.ok()) return _status; \
  |  |  ------------------
  |  |  |  Branch (48:9): [True: 0, False: 0]
  |  |  ------------------
  |  |   49|      0|  } while (0)
  |  |  ------------------
  |  |  |  Branch (49:12): [Folded, False: 0]
  |  |  ------------------
  ------------------
  265|      0|    const std::string result = absl::StrJoin(sps, " ");
  266|      0|    if (!model_->VerifyOutputsEquivalent(s.expected(), result)) {
  ------------------
  |  Branch (266:9): [True: 0, False: 0]
  ------------------
  267|      0|      errors.emplace_back(
  268|      0|          absl::StrCat(s.input(), "\t", s.expected(), "\t", result));
  269|      0|    }
  270|      0|  }
  271|       |
  272|      1|  if (!errors.empty()) {
  ------------------
  |  Branch (272:7): [True: 0, False: 1]
  ------------------
  273|      0|    LOG(INFO) << errors.size() << "/"
  ------------------
  |  |   64|      0|  (::absl::MinLogLevel() > ::absl::LOG_##severity)                          \
  |  |  ------------------
  |  |  |  Branch (64:3): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|      ? 0                                                                   \
  |  |   66|      0|      : ::absl::logging::Die(::absl::LOG_##severity >= ::absl::LOG_FATAL) & \
  |  |   67|      0|            std::cerr << ::absl::logging::BaseName(__FILE__) << "("         \
  |  |   68|      0|                      << __LINE__ << ") "                                   \
  |  |   69|      0|                      << "LOG(" << #severity << ") "
  ------------------
  274|      0|              << model_proto_->self_test_data().samples_size()
  275|      0|              << " samples did not pass the test.";
  276|      0|    for (const auto &e : errors) {
  ------------------
  |  Branch (276:24): [True: 0, False: 0]
  ------------------
  277|      0|      LOG(INFO) << e;
  ------------------
  |  |   64|      0|  (::absl::MinLogLevel() > ::absl::LOG_##severity)                          \
  |  |  ------------------
  |  |  |  Branch (64:3): [True: 0, False: 0]
  |  |  ------------------
  |  |   65|      0|      ? 0                                                                   \
  |  |   66|      0|      : ::absl::logging::Die(::absl::LOG_##severity >= ::absl::LOG_FATAL) & \
  |  |   67|      0|            std::cerr << ::absl::logging::BaseName(__FILE__) << "("         \
  |  |   68|      0|                      << __LINE__ << ") "                                   \
  |  |   69|      0|                      << "LOG(" << #severity << ") "
  ------------------
  278|      0|    }
  279|      0|    return util::InternalError("Self-test failures. See LOG(INFO).");
  280|      0|  }
  281|       |
  282|      1|  return util::OkStatus();
  283|      1|}
_ZNK13sentencepiece22SentencePieceProcessor6statusEv:
  295|      1|util::Status SentencePieceProcessor::status() const {
  296|      1|  CHECK_OR_RETURN(model_) << "Model is not initialized.";
  ------------------
  |  |  446|      1|  if (condition) {                                           \
  |  |  ------------------
  |  |  |  Branch (446:7): [True: 1, False: 0]
  |  |  ------------------
  |  |  447|      1|  } else /* NOLINT */                                        \
  |  |  448|      1|    return ::sentencepiece::util::StatusBuilder(             \
  |  |  449|      0|               ::sentencepiece::util::StatusCode::kInternal) \
  |  |  450|      0|           << __FILE__ << "(" << __LINE__ << ") [" << #condition << "] "
  ------------------
  297|      1|  CHECK_OR_RETURN(normalizer_) << "Normalizer is not initialized.";
  ------------------
  |  |  446|      1|  if (condition) {                                           \
  |  |  ------------------
  |  |  |  Branch (446:7): [True: 1, False: 0]
  |  |  ------------------
  |  |  447|      1|  } else /* NOLINT */                                        \
  |  |  448|      1|    return ::sentencepiece::util::StatusBuilder(             \
  |  |  449|      0|               ::sentencepiece::util::StatusCode::kInternal) \
  |  |  450|      0|           << __FILE__ << "(" << __LINE__ << ") [" << #condition << "] "
  ------------------
  298|      1|  RETURN_IF_ERROR(model_->status());
  ------------------
  |  |   46|      1|  do {                                 \
  |  |   47|      1|    const auto _status = expr;         \
  |  |   48|      1|    if (!_status.ok()) return _status; \
  |  |  ------------------
  |  |  |  Branch (48:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   49|      1|  } while (0)
  |  |  ------------------
  |  |  |  Branch (49:12): [Folded, False: 1]
  |  |  ------------------
  ------------------
  299|      1|  RETURN_IF_ERROR(normalizer_->status());
  ------------------
  |  |   46|      1|  do {                                 \
  |  |   47|      1|    const auto _status = expr;         \
  |  |   48|      1|    if (!_status.ok()) return _status; \
  |  |  ------------------
  |  |  |  Branch (48:9): [True: 0, False: 1]
  |  |  ------------------
  |  |   49|      1|  } while (0)
  |  |  ------------------
  |  |  |  Branch (49:12): [Folded, False: 1]
  |  |  ------------------
  ------------------
  300|      1|  return util::OkStatus();
  301|      1|}

_ZN13sentencepiece7unigram5Model9BuildTrieEPNSt3__16vectorINS2_4pairINS2_17basic_string_viewIcNS2_11char_traitsIcEEEEiEENS2_9allocatorIS9_EEEE:
  608|      1|void Model::BuildTrie(std::vector<std::pair<absl::string_view, int>> *pieces) {
  609|      1|  if (!status().ok()) return;
  ------------------
  |  Branch (609:7): [True: 0, False: 1]
  ------------------
  610|       |
  611|      1|  if (pieces->empty()) {
  ------------------
  |  Branch (611:7): [True: 0, False: 1]
  ------------------
  612|      0|    status_ = util::InternalError("no pieces are loaded.");
  613|      0|    return;
  614|      0|  }
  615|       |
  616|       |  // sort by sentencepiece since DoubleArray::build()
  617|       |  // only accepts sorted strings.
  618|      1|  sort(pieces->begin(), pieces->end());
  619|       |
  620|       |  // Makes key/value/length set for DoubleArrayTrie.
  621|      1|  std::vector<const char *> key(pieces->size());
  622|      1|  std::vector<size_t> length(pieces->size());
  623|      1|  std::vector<int> value(pieces->size());
  624|     40|  for (size_t i = 0; i < pieces->size(); ++i) {
  ------------------
  |  Branch (624:22): [True: 39, False: 1]
  ------------------
  625|     39|    key[i] = (*pieces)[i].first.data();  // sorted piece.
  626|     39|    length[i] = (*pieces)[i].first.size();
  627|     39|    value[i] = (*pieces)[i].second;  // vocab_id
  628|     39|  }
  629|       |
  630|      1|  trie_ = std::make_unique<Darts::DoubleArray>();
  631|      1|  if (trie_->build(key.size(), const_cast<char **>(&key[0]),
  ------------------
  |  Branch (631:7): [True: 0, False: 1]
  ------------------
  632|      1|                   const_cast<size_t *>(&length[0]), &value[0]) != 0) {
  633|      0|    status_ = util::InternalError("cannot build double-array.");
  634|      0|    return;
  635|      0|  }
  636|       |
  637|       |  // Computes the maximum number of shared prefixes in the trie.
  638|      1|  const int kMaxTrieResultsSize = 1024;
  639|      1|  std::vector<Darts::DoubleArray::result_pair_type> results(
  640|      1|      kMaxTrieResultsSize);
  641|      1|  trie_results_size_ = 0;
  642|     39|  for (const auto &p : *pieces) {
  ------------------
  |  Branch (642:22): [True: 39, False: 1]
  ------------------
  643|     39|    const int num_nodes = trie_->commonPrefixSearch(
  644|     39|        p.first.data(), results.data(), results.size(), p.first.size());
  645|     39|    trie_results_size_ = std::max(trie_results_size_, num_nodes);
  646|     39|  }
  647|       |
  648|      1|  pieces_.clear();
  649|       |
  650|      1|  if (trie_results_size_ == 0)
  ------------------
  |  Branch (650:7): [True: 0, False: 1]
  ------------------
  651|      0|    status_ = util::InternalError("no entry is found in the trie.");
  652|      1|}
_ZN13sentencepiece7unigram5ModelC2ERKNS_10ModelProtoE:
  654|      1|Model::Model(const ModelProto &model_proto) {
  655|      1|  model_proto_ = &model_proto;
  656|       |
  657|      1|  InitializePieces();
  658|       |
  659|      1|  min_score_ = FLT_MAX;
  660|      1|  max_score_ = FLT_MIN;
  661|    298|  for (const auto &sp : model_proto_->pieces()) {
  ------------------
  |  Branch (661:23): [True: 298, False: 1]
  ------------------
  662|    298|    if (sp.type() == ModelProto::SentencePiece::NORMAL) {
  ------------------
  |  Branch (662:9): [True: 39, False: 259]
  ------------------
  663|     39|      min_score_ = std::min(min_score_, sp.score());
  664|     39|      max_score_ = std::max(max_score_, sp.score());
  665|     39|    }
  666|    298|  }
  667|       |
  668|      1|  std::vector<std::pair<absl::string_view, int>> pieces;
  669|     39|  for (const auto &it : pieces_) pieces.emplace_back(it.first, it.second);
  ------------------
  |  Branch (669:23): [True: 39, False: 1]
  ------------------
  670|       |
  671|      1|  BuildTrie(&pieces);
  672|      1|}

_ZN13sentencepiece4util8OkStatusEv:
  398|      3|inline Status OkStatus() { return Status(); }
_ZN13sentencepiece4port18InsertIfNotPresentINSt3__113unordered_mapINS2_17basic_string_viewIcNS2_11char_traitsIcEEEEiNS2_4hashIS7_EENS2_8equal_toIS7_EENS2_9allocatorINS2_4pairIKS7_iEEEEEEEEbPT_RKNSI_10value_type10first_typeERKNSK_11second_typeE:
  246|    298|    const typename Collection::value_type::second_type &value) {
  247|    298|  return InsertIfNotPresent(collection,
  248|    298|                            typename Collection::value_type(key, value));
  249|    298|}
_ZN13sentencepiece4port18InsertIfNotPresentINSt3__113unordered_mapINS2_17basic_string_viewIcNS2_11char_traitsIcEEEEiNS2_4hashIS7_EENS2_8equal_toIS7_EENS2_9allocatorINS2_4pairIKS7_iEEEEEEEEbPT_RKNSI_10value_typeE:
  238|    298|                        const typename Collection::value_type &vt) {
  239|    298|  return collection->insert(vt).second;
  240|    298|}

_ZN4absl9StrFormatIJhEEENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPKcDpRKT_:
   28|    256|std::string StrFormat(const char *format, Args const &... args) {
   29|    256|  const int len = ::snprintf(nullptr, 0, format, args...);
   30|    256|  std::string s;
   31|    256|  s.resize(len);
   32|    256|  ::snprintf(&s[0], s.size() + 1, format, args...);
   33|    256|  return s;
   34|    256|}

_ZN5Darts7Details15DoubleArrayUnitC2Ev:
   52|    256|  DoubleArrayUnit() : unit_() {}
_ZNK5Darts7Details15DoubleArrayUnit8has_leafEv:
   56|     93|  bool has_leaf() const {
   57|     93|    return ((unit_ >> 8) & 1) == 1;
   58|     93|  }
_ZNK5Darts7Details15DoubleArrayUnit5valueEv:
   61|     58|  value_type value() const {
   62|     58|    return static_cast<value_type>(unit_ & ((1U << 31) - 1));
   63|     58|  }
_ZNK5Darts7Details15DoubleArrayUnit5labelEv:
   68|     93|  id_type label() const {
   69|     93|    return unit_ & ((1U << 31) | 0xFF);
   70|     93|  }
_ZNK5Darts7Details15DoubleArrayUnit6offsetEv:
   72|    132|  id_type offset() const {
   73|    132|    return (unit_ >> 10) << ((unit_ & (1U << 9)) >> 6);
   74|    132|  }
_ZN5Darts7Details9BitVectorC2Ev:
  796|      1|  BitVector() : units_(), ranks_(), num_ones_(0), size_(0) {}
_ZN5Darts7Details9BitVectorD2Ev:
  797|      1|  ~BitVector() {
  798|      1|    clear();
  799|      1|  }
_ZNK5Darts7Details9BitVectorixEm:
  801|    120|  bool operator[](std::size_t id) const {
  802|    120|    return (units_[id / UNIT_SIZE] >> (id % UNIT_SIZE) & 1) == 1;
  803|    120|  }
_ZNK5Darts7Details9BitVector8num_onesEv:
  822|      2|  std::size_t num_ones() const {
  823|      2|    return num_ones_;
  824|      2|  }
_ZNK5Darts7Details9BitVector4sizeEv:
  825|     99|  std::size_t size() const {
  826|     99|    return size_;
  827|     99|  }
_ZN5Darts7Details9BitVector6appendEv:
  829|     99|  void append() {
  830|     99|    if ((size_ % UNIT_SIZE) == 0) {
  ------------------
  |  Branch (830:9): [True: 4, False: 95]
  ------------------
  831|      4|      units_.append(0);
  832|      4|    }
  833|     99|    ++size_;
  834|     99|  }
_ZN5Darts7Details9BitVector5clearEv:
  837|      3|  void clear() {
  838|      3|    units_.clear();
  839|      3|    ranks_.clear();
  840|      3|  }
_ZN5Darts7Details9BitVector9pop_countEj:
  854|      4|  static id_type pop_count(id_type unit) {
  855|      4|    unit = ((unit & 0xAAAAAAAA) >> 1) + (unit & 0x55555555);
  856|      4|    unit = ((unit & 0xCCCCCCCC) >> 2) + (unit & 0x33333333);
  857|      4|    unit = ((unit >> 4) + unit) & 0x0F0F0F0F;
  858|      4|    unit += unit >> 8;
  859|      4|    unit += unit >> 16;
  860|      4|    return unit & 0xFF;
  861|      4|  }
_ZN5Darts7Details8DawgNodeC2Ev:
  942|     99|  DawgNode() : child_(0), sibling_(0), label_('\0'),
  943|     99|    is_state_(false), has_sibling_(false) {}
_ZN5Darts7Details8DawgNode9set_childEj:
  945|    158|  void set_child(id_type child) {
  946|    158|    child_ = child;
  947|    158|  }
_ZN5Darts7Details8DawgNode11set_siblingEj:
  948|     98|  void set_sibling(id_type sibling) {
  949|     98|    sibling_ = sibling;
  950|     98|  }
_ZN5Darts7Details8DawgNode9set_valueEi:
  951|     39|  void set_value(value_type value) {
  952|     39|    child_ = value;
  953|     39|  }
_ZN5Darts7Details8DawgNode9set_labelEh:
  954|     99|  void set_label(uchar_type label) {
  955|     99|    label_ = label;
  956|     99|  }
_ZN5Darts7Details8DawgNode12set_is_stateEb:
  957|     60|  void set_is_state(bool is_state) {
  958|     60|    is_state_ = is_state;
  959|     60|  }
_ZN5Darts7Details8DawgNode15set_has_siblingEb:
  960|     38|  void set_has_sibling(bool has_sibling) {
  961|     38|    has_sibling_ = has_sibling;
  962|     38|  }
_ZNK5Darts7Details8DawgNode5childEv:
  964|    269|  id_type child() const {
  965|    269|    return child_;
  966|    269|  }
_ZNK5Darts7Details8DawgNode7siblingEv:
  967|    394|  id_type sibling() const {
  968|    394|    return sibling_;
  969|    394|  }
_ZNK5Darts7Details8DawgNode5labelEv:
  973|    269|  uchar_type label() const {
  974|    269|    return label_;
  975|    269|  }
_ZNK5Darts7Details8DawgNode4unitEv:
  983|    199|  id_type unit() const {
  984|    199|    if (label_ == '\0') {
  ------------------
  |  Branch (984:9): [True: 78, False: 121]
  ------------------
  985|     78|      return (child_ << 1) | (has_sibling_ ? 1 : 0);
  ------------------
  |  Branch (985:31): [True: 18, False: 60]
  ------------------
  986|     78|    }
  987|    121|    return (child_ << 2) | (is_state_ ? 2 : 0) | (has_sibling_ ? 1 : 0);
  ------------------
  |  Branch (987:29): [True: 44, False: 77]
  |  Branch (987:51): [True: 58, False: 63]
  ------------------
  988|    199|  }
_ZN5Darts7Details8DawgUnitC2Ej:
 1006|     99|  explicit DawgUnit(id_type unit = 0) : unit_(unit) {}
_ZN5Darts7Details8DawgUnitC2ERKS1_:
 1007|    127|  DawgUnit(const DawgUnit &unit) : unit_(unit.unit_) {}
_ZN5Darts7Details8DawgUnitaSEj:
 1009|     99|  DawgUnit &operator=(id_type unit) {
 1010|     99|    unit_ = unit;
 1011|     99|    return *this;
 1012|     99|  }
_ZNK5Darts7Details8DawgUnit4unitEv:
 1014|      2|  id_type unit() const {
 1015|      2|    return unit_;
 1016|      2|  }
_ZNK5Darts7Details8DawgUnit5childEv:
 1018|    181|  id_type child() const {
 1019|    181|    return unit_ >> 2;
 1020|    181|  }
_ZNK5Darts7Details8DawgUnit11has_siblingEv:
 1021|    296|  bool has_sibling() const {
 1022|    296|    return (unit_ & 1) == 1;
 1023|    296|  }
_ZNK5Darts7Details8DawgUnit5valueEv:
 1024|     39|  value_type value() const {
 1025|     39|    return static_cast<value_type>(unit_ >> 1);
 1026|     39|  }
_ZN5Darts7Details11DawgBuilderC2Ev:
 1043|      1|  DawgBuilder() : nodes_(), units_(), labels_(), is_intersections_(),
 1044|      1|    table_(), node_stack_(), recycle_bin_(), num_states_(0) {}
_ZN5Darts7Details11DawgBuilderD2Ev:
 1045|      1|  ~DawgBuilder() {
 1046|      1|    clear();
 1047|      1|  }
_ZNK5Darts7Details11DawgBuilder4rootEv:
 1049|      2|  id_type root() const {
 1050|      2|    return 0;
 1051|      2|  }
_ZNK5Darts7Details11DawgBuilder5childEj:
 1053|    181|  id_type child(id_type id) const {
 1054|    181|    return units_[id].child();
 1055|    181|  }
_ZNK5Darts7Details11DawgBuilder7siblingEj:
 1056|    294|  id_type sibling(id_type id) const {
 1057|    294|    return units_[id].has_sibling() ? (id + 1) : 0;
  ------------------
  |  Branch (1057:12): [True: 114, False: 180]
  ------------------
 1058|    294|  }
_ZNK5Darts7Details11DawgBuilder5valueEj:
 1059|     39|  int value(id_type id) const {
 1060|     39|    return units_[id].value();
 1061|     39|  }
_ZNK5Darts7Details11DawgBuilder7is_leafEj:
 1063|     98|  bool is_leaf(id_type id) const {
 1064|     98|    return label(id) == '\0';
 1065|     98|  }
_ZNK5Darts7Details11DawgBuilder5labelEj:
 1066|    294|  uchar_type label(id_type id) const {
 1067|    294|    return labels_[id];
 1068|    294|  }
_ZNK5Darts7Details11DawgBuilder15is_intersectionEj:
 1070|    120|  bool is_intersection(id_type id) const {
 1071|    120|    return is_intersections_[id];
 1072|    120|  }
_ZNK5Darts7Details11DawgBuilder17num_intersectionsEv:
 1077|      2|  std::size_t num_intersections() const {
 1078|      2|    return is_intersections_.num_ones();
 1079|      2|  }
_ZNK5Darts7Details11DawgBuilder4sizeEv:
 1081|      8|  std::size_t size() const {
 1082|      8|    return units_.size();
 1083|      8|  }
_ZN5Darts7Details11DawgBuilder9free_nodeEj:
 1123|     98|  void free_node(id_type id) {
 1124|     98|    recycle_bin_.push(id);
 1125|     98|  }
_ZN5Darts7Details11DawgBuilder4hashEj:
 1127|     98|  static id_type hash(id_type key) {
 1128|     98|    key = ~key + (key << 15);  // key = (key << 15) - key - 1;
 1129|     98|    key = key ^ (key >> 12);
 1130|     98|    key = key + (key << 2);
 1131|     98|    key = key ^ (key >> 4);
 1132|     98|    key = key * 2057;  // key = (key + (key << 3)) + (key << 11);
 1133|     98|    key = key ^ (key >> 16);
 1134|     98|    return key;
 1135|     98|  }
_ZN5Darts7Details22DoubleArrayBuilderUnitC2Ev:
 1389|    256|  DoubleArrayBuilderUnit() : unit_(0) {}
_ZN5Darts7Details22DoubleArrayBuilderUnit12set_has_leafEb:
 1391|     39|  void set_has_leaf(bool has_leaf) {
 1392|     39|    if (has_leaf) {
  ------------------
  |  Branch (1392:9): [True: 39, False: 0]
  ------------------
 1393|     39|      unit_ |= 1U << 8;
 1394|     39|    } else {
 1395|      0|      unit_ &= ~(1U << 8);
 1396|      0|    }
 1397|     39|  }
_ZN5Darts7Details22DoubleArrayBuilderUnit9set_valueEi:
 1398|     39|  void set_value(value_type value) {
 1399|     39|    unit_ = value | (1U << 31);
 1400|     39|  }
_ZN5Darts7Details22DoubleArrayBuilderUnit9set_labelEh:
 1401|    217|  void set_label(uchar_type label) {
 1402|    217|    unit_ = (unit_ & ~0xFFU) | label;
 1403|    217|  }
_ZN5Darts7Details22DoubleArrayBuilderUnit10set_offsetEj:
 1404|     61|  void set_offset(id_type offset) {
 1405|     61|    if (offset >= 1U << 29) {
  ------------------
  |  Branch (1405:9): [True: 0, False: 61]
  ------------------
 1406|      0|      DARTS_THROW("failed to modify unit: too large offset");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
 1407|      0|    }
 1408|     61|    unit_ &= (1U << 31) | (1U << 8) | 0xFF;
 1409|     61|    if (offset < 1U << 21) {
  ------------------
  |  Branch (1409:9): [True: 61, False: 0]
  ------------------
 1410|     61|      unit_ |= (offset << 10);
 1411|     61|    } else {
 1412|      0|      unit_ |= (offset << 2) | (1U << 9);
 1413|      0|    }
 1414|     61|  }
_ZN5Darts7Details27DoubleArrayBuilderExtraUnitC2Ev:
 1428|  4.09k|  DoubleArrayBuilderExtraUnit() : prev_(0), next_(0),
 1429|  4.09k|      is_fixed_(false), is_used_(false) {}
_ZN5Darts7Details27DoubleArrayBuilderExtraUnit8set_prevEj:
 1431|    514|  void set_prev(id_type prev) {
 1432|    514|    prev_ = prev;
 1433|    514|  }
_ZN5Darts7Details27DoubleArrayBuilderExtraUnit8set_nextEj:
 1434|    514|  void set_next(id_type next) {
 1435|    514|    next_ = next;
 1436|    514|  }
_ZN5Darts7Details27DoubleArrayBuilderExtraUnit12set_is_fixedEb:
 1437|    256|  void set_is_fixed(bool is_fixed) {
 1438|    256|    is_fixed_ = is_fixed;
 1439|    256|  }
_ZN5Darts7Details27DoubleArrayBuilderExtraUnit11set_is_usedEb:
 1440|     61|  void set_is_used(bool is_used) {
 1441|     61|    is_used_ = is_used;
 1442|     61|  }
_ZNK5Darts7Details27DoubleArrayBuilderExtraUnit4prevEv:
 1444|    514|  id_type prev() const {
 1445|    514|    return prev_;
 1446|    514|  }
_ZNK5Darts7Details27DoubleArrayBuilderExtraUnit4nextEv:
 1447|    787|  id_type next() const {
 1448|    787|    return next_;
 1449|    787|  }
_ZNK5Darts7Details27DoubleArrayBuilderExtraUnit8is_fixedEv:
 1450|    305|  bool is_fixed() const {
 1451|    305|    return is_fixed_;
 1452|    305|  }
_ZNK5Darts7Details27DoubleArrayBuilderExtraUnit7is_usedEv:
 1453|    132|  bool is_used() const {
 1454|    132|    return is_used_;
 1455|    132|  }
_ZN5Darts7Details18DoubleArrayBuilderC2EPFimmE:
 1473|      1|      : progress_func_(progress_func), units_(), extras_(), labels_(),
 1474|      1|        table_(), extras_head_(0) {}
_ZN5Darts7Details18DoubleArrayBuilderD2Ev:
 1475|      1|  ~DoubleArrayBuilder() {
 1476|      1|    clear();
 1477|      1|  }
_ZNK5Darts7Details18DoubleArrayBuilder10num_blocksEv:
 1507|      3|  std::size_t num_blocks() const {
 1508|      3|    return units_.size() / BLOCK_SIZE;
 1509|      3|  }
_ZNK5Darts7Details18DoubleArrayBuilder6extrasEj:
 1511|    249|  const extra_type &extras(id_type id) const {
 1512|    249|    return extras_[id % NUM_EXTRAS];
 1513|    249|  }
_ZN5Darts7Details18DoubleArrayBuilder6extrasEj:
 1514|  2.83k|  extra_type &extras(id_type id) {
 1515|  2.83k|    return extras_[id % NUM_EXTRAS];
 1516|  2.83k|  }
_ZN5Darts7Details9BitVector5buildEv:
  864|      1|inline void BitVector::build() {
  865|      1|  try {
  866|      1|    ranks_.reset(new id_type[units_.size()]);
  867|      1|  } catch (const std::bad_alloc &) {
  868|      0|    DARTS_THROW("failed to build rank index: std::bad_alloc");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
  869|      0|  }
  870|       |
  871|      1|  num_ones_ = 0;
  872|      5|  for (std::size_t i = 0; i < units_.size(); ++i) {
  ------------------
  |  Branch (872:27): [True: 4, False: 1]
  ------------------
  873|      4|    ranks_[i] = num_ones_;
  874|      4|    num_ones_ += pop_count(units_[i]);
  875|      4|  }
  876|      1|}
_ZN5Darts7Details11DawgBuilder4initEv:
 1138|      1|inline void DawgBuilder::init() {
 1139|      1|  table_.resize(INITIAL_TABLE_SIZE, 0);
 1140|       |
 1141|      1|  append_node();
 1142|      1|  append_unit();
 1143|       |
 1144|      1|  num_states_ = 1;
 1145|       |
 1146|      1|  nodes_[0].set_label(0xFF);
 1147|      1|  node_stack_.push(0);
 1148|      1|}
_ZN5Darts7Details11DawgBuilder6finishEv:
 1150|      1|inline void DawgBuilder::finish() {
 1151|      1|  flush(0);
 1152|       |
 1153|      1|  units_[0] = nodes_[0].unit();
 1154|      1|  labels_[0] = nodes_[0].label();
 1155|       |
 1156|      1|  nodes_.clear();
 1157|      1|  table_.clear();
 1158|      1|  node_stack_.clear();
 1159|      1|  recycle_bin_.clear();
 1160|       |
 1161|      1|  is_intersections_.build();
 1162|      1|}
_ZN5Darts7Details11DawgBuilder6insertEPKcmi:
 1165|     39|    value_type value) {
 1166|     39|  if (value < 0) {
  ------------------
  |  Branch (1166:7): [True: 0, False: 39]
  ------------------
 1167|      0|    DARTS_THROW("failed to insert key: negative value");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
 1168|     39|  } else if (length == 0) {
  ------------------
  |  Branch (1168:14): [True: 0, False: 39]
  ------------------
 1169|      0|    DARTS_THROW("failed to insert key: zero-length key");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
 1170|      0|  }
 1171|       |
 1172|     39|  id_type id = 0;
 1173|     39|  std::size_t key_pos = 0;
 1174|       |
 1175|     73|  for ( ; key_pos <= length; ++key_pos) {
  ------------------
  |  Branch (1175:11): [True: 73, False: 0]
  ------------------
 1176|     73|    id_type child_id = nodes_[id].child();
 1177|     73|    if (child_id == 0) {
  ------------------
  |  Branch (1177:9): [True: 1, False: 72]
  ------------------
 1178|      1|      break;
 1179|      1|    }
 1180|       |
 1181|     72|    uchar_type key_label = static_cast<uchar_type>(key[key_pos]);
 1182|     72|    if (key_pos < length && key_label == '\0') {
  ------------------
  |  Branch (1182:9): [True: 72, False: 0]
  |  Branch (1182:29): [True: 0, False: 72]
  ------------------
 1183|      0|      DARTS_THROW("failed to insert key: invalid null character");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
 1184|      0|    }
 1185|       |
 1186|     72|    uchar_type unit_label = nodes_[child_id].label();
 1187|     72|    if (key_label < unit_label) {
  ------------------
  |  Branch (1187:9): [True: 0, False: 72]
  ------------------
 1188|      0|      DARTS_THROW("failed to insert key: wrong key order");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
 1189|     72|    } else if (key_label > unit_label) {
  ------------------
  |  Branch (1189:16): [True: 38, False: 34]
  ------------------
 1190|     38|      nodes_[child_id].set_has_sibling(true);
 1191|     38|      flush(child_id);
 1192|     38|      break;
 1193|     38|    }
 1194|     34|    id = child_id;
 1195|     34|  }
 1196|       |
 1197|     39|  if (key_pos > length) {
  ------------------
  |  Branch (1197:7): [True: 0, False: 39]
  ------------------
 1198|      0|    return;
 1199|      0|  }
 1200|       |
 1201|    137|  for ( ; key_pos <= length; ++key_pos) {
  ------------------
  |  Branch (1201:11): [True: 98, False: 39]
  ------------------
 1202|     98|    uchar_type key_label = static_cast<uchar_type>(
 1203|     98|        (key_pos < length) ? key[key_pos] : '\0');
  ------------------
  |  Branch (1203:9): [True: 59, False: 39]
  ------------------
 1204|     98|    id_type child_id = append_node();
 1205|       |
 1206|     98|    if (nodes_[id].child() == 0) {
  ------------------
  |  Branch (1206:9): [True: 60, False: 38]
  ------------------
 1207|     60|      nodes_[child_id].set_is_state(true);
 1208|     60|    }
 1209|     98|    nodes_[child_id].set_sibling(nodes_[id].child());
 1210|     98|    nodes_[child_id].set_label(key_label);
 1211|     98|    nodes_[id].set_child(child_id);
 1212|     98|    node_stack_.push(child_id);
 1213|       |
 1214|     98|    id = child_id;
 1215|     98|  }
 1216|     39|  nodes_[id].set_value(value);
 1217|     39|}
_ZN5Darts7Details11DawgBuilder5clearEv:
 1219|      2|inline void DawgBuilder::clear() {
 1220|      2|  nodes_.clear();
 1221|      2|  units_.clear();
 1222|      2|  labels_.clear();
 1223|      2|  is_intersections_.clear();
 1224|      2|  table_.clear();
 1225|      2|  node_stack_.clear();
 1226|      2|  recycle_bin_.clear();
 1227|      2|  num_states_ = 0;
 1228|      2|}
_ZN5Darts7Details11DawgBuilder5flushEj:
 1230|     39|inline void DawgBuilder::flush(id_type id) {
 1231|     99|  while (node_stack_.top() != id) {
  ------------------
  |  Branch (1231:10): [True: 60, False: 39]
  ------------------
 1232|     60|    id_type node_id = node_stack_.top();
 1233|     60|    node_stack_.pop();
 1234|       |
 1235|     60|    if (num_states_ >= table_.size() - (table_.size() >> 2)) {
  ------------------
  |  Branch (1235:9): [True: 0, False: 60]
  ------------------
 1236|      0|      expand_table();
 1237|      0|    }
 1238|       |
 1239|     60|    id_type num_siblings = 0;
 1240|    158|    for (id_type i = node_id; i != 0; i = nodes_[i].sibling()) {
  ------------------
  |  Branch (1240:31): [True: 98, False: 60]
  ------------------
 1241|     98|      ++num_siblings;
 1242|     98|    }
 1243|       |
 1244|     60|    id_type hash_id;
 1245|     60|    id_type match_id = find_node(node_id, &hash_id);
 1246|     60|    if (match_id != 0) {
  ------------------
  |  Branch (1246:9): [True: 0, False: 60]
  ------------------
 1247|      0|      is_intersections_.set(match_id, true);
 1248|     60|    } else {
 1249|     60|      id_type unit_id = 0;
 1250|    158|      for (id_type i = 0; i < num_siblings; ++i) {
  ------------------
  |  Branch (1250:27): [True: 98, False: 60]
  ------------------
 1251|     98|        unit_id = append_unit();
 1252|     98|      }
 1253|    158|      for (id_type i = node_id; i != 0; i = nodes_[i].sibling()) {
  ------------------
  |  Branch (1253:33): [True: 98, False: 60]
  ------------------
 1254|     98|        units_[unit_id] = nodes_[i].unit();
 1255|     98|        labels_[unit_id] = nodes_[i].label();
 1256|     98|        --unit_id;
 1257|     98|      }
 1258|     60|      match_id = unit_id + 1;
 1259|     60|      table_[hash_id] = match_id;
 1260|     60|      ++num_states_;
 1261|     60|    }
 1262|       |
 1263|    158|    for (id_type i = node_id, next; i != 0; i = next) {
  ------------------
  |  Branch (1263:37): [True: 98, False: 60]
  ------------------
 1264|     98|      next = nodes_[i].sibling();
 1265|     98|      free_node(i);
 1266|     98|    }
 1267|       |
 1268|     60|    nodes_[node_stack_.top()].set_child(match_id);
 1269|     60|  }
 1270|     39|  node_stack_.pop();
 1271|     39|}
_ZNK5Darts7Details11DawgBuilder9find_nodeEjPj:
 1302|     60|    id_type *hash_id) const {
 1303|     60|  *hash_id = hash_node(node_id) % table_.size();
 1304|     62|  for ( ; ; *hash_id = (*hash_id + 1) % table_.size()) {
 1305|     62|    id_type unit_id = table_[*hash_id];
 1306|     62|    if (unit_id == 0) {
  ------------------
  |  Branch (1306:9): [True: 60, False: 2]
  ------------------
 1307|     60|      break;
 1308|     60|    }
 1309|       |
 1310|      2|    if (are_equal(node_id, unit_id)) {
  ------------------
  |  Branch (1310:9): [True: 0, False: 2]
  ------------------
 1311|      0|      return unit_id;
 1312|      0|    }
 1313|      2|  }
 1314|     60|  return 0;
 1315|     60|}
_ZNK5Darts7Details11DawgBuilder9are_equalEjj:
 1317|      2|inline bool DawgBuilder::are_equal(id_type node_id, id_type unit_id) const {
 1318|      2|  for (id_type i = nodes_[node_id].sibling(); i != 0;
  ------------------
  |  Branch (1318:47): [True: 0, False: 2]
  ------------------
 1319|      2|      i = nodes_[i].sibling()) {
 1320|      0|    if (units_[unit_id].has_sibling() == false) {
  ------------------
  |  Branch (1320:9): [True: 0, False: 0]
  ------------------
 1321|      0|      return false;
 1322|      0|    }
 1323|      0|    ++unit_id;
 1324|      0|  }
 1325|      2|  if (units_[unit_id].has_sibling() == true) {
  ------------------
  |  Branch (1325:7): [True: 0, False: 2]
  ------------------
 1326|      0|    return false;
 1327|      0|  }
 1328|       |
 1329|      2|  for (id_type i = node_id; i != 0; i = nodes_[i].sibling(), --unit_id) {
  ------------------
  |  Branch (1329:29): [True: 2, False: 0]
  ------------------
 1330|      2|    if (nodes_[i].unit() != units_[unit_id].unit() ||
  ------------------
  |  Branch (1330:9): [True: 2, False: 0]
  ------------------
 1331|      2|        nodes_[i].label() != labels_[unit_id]) {
  ------------------
  |  Branch (1331:9): [True: 0, False: 0]
  ------------------
 1332|      2|      return false;
 1333|      2|    }
 1334|      2|  }
 1335|      0|  return true;
 1336|      2|}
_ZNK5Darts7Details11DawgBuilder9hash_nodeEj:
 1352|     60|inline id_type DawgBuilder::hash_node(id_type id) const {
 1353|     60|  id_type hash_value = 0;
 1354|    158|  for ( ; id != 0; id = nodes_[id].sibling()) {
  ------------------
  |  Branch (1354:11): [True: 98, False: 60]
  ------------------
 1355|     98|    id_type unit = nodes_[id].unit();
 1356|     98|    uchar_type label = nodes_[id].label();
 1357|     98|    hash_value ^= hash((label << 24) ^ unit);
 1358|     98|  }
 1359|     60|  return hash_value;
 1360|     60|}
_ZN5Darts7Details11DawgBuilder11append_unitEv:
 1362|     99|inline id_type DawgBuilder::append_unit() {
 1363|     99|  is_intersections_.append();
 1364|     99|  units_.append();
 1365|     99|  labels_.append();
 1366|       |
 1367|     99|  return static_cast<id_type>(is_intersections_.size() - 1);
 1368|     99|}
_ZN5Darts7Details11DawgBuilder11append_nodeEv:
 1370|     99|inline id_type DawgBuilder::append_node() {
 1371|     99|  id_type id;
 1372|     99|  if (recycle_bin_.empty()) {
  ------------------
  |  Branch (1372:7): [True: 36, False: 63]
  ------------------
 1373|     36|    id = static_cast<id_type>(nodes_.size());
 1374|     36|    nodes_.append();
 1375|     63|  } else {
 1376|     63|    id = recycle_bin_.top();
 1377|     63|    nodes_[id] = DawgNode();
 1378|     63|    recycle_bin_.pop();
 1379|     63|  }
 1380|     99|  return id;
 1381|     99|}
_ZNK5Darts7Details18DoubleArrayBuilder4copyEPmPPNS0_15DoubleArrayUnitE:
 1558|      1|    DoubleArrayUnit **buf_ptr) const {
 1559|      1|  if (size_ptr != NULL) {
  ------------------
  |  Branch (1559:7): [True: 1, False: 0]
  ------------------
 1560|      1|    *size_ptr = units_.size();
 1561|      1|  }
 1562|      1|  if (buf_ptr != NULL) {
  ------------------
  |  Branch (1562:7): [True: 1, False: 0]
  ------------------
 1563|      1|    *buf_ptr = new DoubleArrayUnit[units_.size()];
 1564|      1|    unit_type *units = reinterpret_cast<unit_type *>(*buf_ptr);
 1565|    257|    for (std::size_t i = 0; i < units_.size(); ++i) {
  ------------------
  |  Branch (1565:29): [True: 256, False: 1]
  ------------------
 1566|    256|      units[i] = units_[i];
 1567|    256|    }
 1568|      1|  }
 1569|      1|}
_ZN5Darts7Details18DoubleArrayBuilder5clearEv:
 1571|      1|inline void DoubleArrayBuilder::clear() {
 1572|      1|  units_.clear();
 1573|      1|  extras_.clear();
 1574|      1|  labels_.clear();
 1575|      1|  table_.clear();
 1576|      1|  extras_head_ = 0;
 1577|      1|}
_ZN5Darts7Details18DoubleArrayBuilder15build_from_dawgERKNS0_11DawgBuilderE:
 1592|      1|inline void DoubleArrayBuilder::build_from_dawg(const DawgBuilder &dawg) {
 1593|      1|  std::size_t num_units = 1;
 1594|      8|  while (num_units < dawg.size()) {
  ------------------
  |  Branch (1594:10): [True: 7, False: 1]
  ------------------
 1595|      7|    num_units <<= 1;
 1596|      7|  }
 1597|      1|  units_.reserve(num_units);
 1598|       |
 1599|      1|  table_.reset(new id_type[dawg.num_intersections()]);
 1600|      1|  for (std::size_t i = 0; i < dawg.num_intersections(); ++i) {
  ------------------
  |  Branch (1600:27): [True: 0, False: 1]
  ------------------
 1601|      0|    table_[i] = 0;
 1602|      0|  }
 1603|       |
 1604|      1|  extras_.reset(new extra_type[NUM_EXTRAS]);
 1605|       |
 1606|      1|  reserve_id(0);
 1607|      1|  extras(0).set_is_used(true);
 1608|      1|  units_[0].set_offset(1);
 1609|      1|  units_[0].set_label('\0');
 1610|       |
 1611|      1|  if (dawg.child(dawg.root()) != 0) {
  ------------------
  |  Branch (1611:7): [True: 1, False: 0]
  ------------------
 1612|      1|    build_from_dawg(dawg, dawg.root(), 0);
 1613|      1|  }
 1614|       |
 1615|      1|  fix_all_blocks();
 1616|       |
 1617|      1|  extras_.clear();
 1618|      1|  labels_.clear();
 1619|      1|  table_.clear();
 1620|      1|}
_ZN5Darts7Details18DoubleArrayBuilder15build_from_dawgERKNS0_11DawgBuilderEjj:
 1623|     60|    id_type dawg_id, id_type dic_id) {
 1624|     60|  id_type dawg_child_id = dawg.child(dawg_id);
 1625|     60|  if (dawg.is_intersection(dawg_child_id)) {
  ------------------
  |  Branch (1625:7): [True: 0, False: 60]
  ------------------
 1626|      0|    id_type intersection_id = dawg.intersection_id(dawg_child_id);
 1627|      0|    id_type offset = table_[intersection_id];
 1628|      0|    if (offset != 0) {
  ------------------
  |  Branch (1628:9): [True: 0, False: 0]
  ------------------
 1629|      0|      offset ^= dic_id;
 1630|      0|      if (!(offset & UPPER_MASK) || !(offset & LOWER_MASK)) {
  ------------------
  |  Branch (1630:11): [True: 0, False: 0]
  |  Branch (1630:37): [True: 0, False: 0]
  ------------------
 1631|      0|        if (dawg.is_leaf(dawg_child_id)) {
  ------------------
  |  Branch (1631:13): [True: 0, False: 0]
  ------------------
 1632|      0|          units_[dic_id].set_has_leaf(true);
 1633|      0|        }
 1634|      0|        units_[dic_id].set_offset(offset);
 1635|      0|        return;
 1636|      0|      }
 1637|      0|    }
 1638|      0|  }
 1639|       |
 1640|     60|  id_type offset = arrange_from_dawg(dawg, dawg_id, dic_id);
 1641|     60|  if (dawg.is_intersection(dawg_child_id)) {
  ------------------
  |  Branch (1641:7): [True: 0, False: 60]
  ------------------
 1642|      0|    table_[dawg.intersection_id(dawg_child_id)] = offset;
 1643|      0|  }
 1644|       |
 1645|     98|  do {
 1646|     98|    uchar_type child_label = dawg.label(dawg_child_id);
 1647|     98|    id_type dic_child_id = offset ^ child_label;
 1648|     98|    if (child_label != '\0') {
  ------------------
  |  Branch (1648:9): [True: 59, False: 39]
  ------------------
 1649|     59|      build_from_dawg(dawg, dawg_child_id, dic_child_id);
 1650|     59|    }
 1651|     98|    dawg_child_id = dawg.sibling(dawg_child_id);
 1652|     98|  } while (dawg_child_id != 0);
  ------------------
  |  Branch (1652:12): [True: 38, False: 60]
  ------------------
 1653|     60|}
_ZN5Darts7Details18DoubleArrayBuilder17arrange_from_dawgERKNS0_11DawgBuilderEjj:
 1656|     60|    id_type dawg_id, id_type dic_id) {
 1657|     60|  labels_.resize(0);
 1658|       |
 1659|     60|  id_type dawg_child_id = dawg.child(dawg_id);
 1660|    158|  while (dawg_child_id != 0) {
  ------------------
  |  Branch (1660:10): [True: 98, False: 60]
  ------------------
 1661|     98|    labels_.append(dawg.label(dawg_child_id));
 1662|     98|    dawg_child_id = dawg.sibling(dawg_child_id);
 1663|     98|  }
 1664|       |
 1665|     60|  id_type offset = find_valid_offset(dic_id);
 1666|     60|  units_[dic_id].set_offset(dic_id ^ offset);
 1667|       |
 1668|     60|  dawg_child_id = dawg.child(dawg_id);
 1669|    158|  for (std::size_t i = 0; i < labels_.size(); ++i) {
  ------------------
  |  Branch (1669:27): [True: 98, False: 60]
  ------------------
 1670|     98|    id_type dic_child_id = offset ^ labels_[i];
 1671|     98|    reserve_id(dic_child_id);
 1672|       |
 1673|     98|    if (dawg.is_leaf(dawg_child_id)) {
  ------------------
  |  Branch (1673:9): [True: 39, False: 59]
  ------------------
 1674|     39|      units_[dic_id].set_has_leaf(true);
 1675|     39|      units_[dic_child_id].set_value(dawg.value(dawg_child_id));
 1676|     59|    } else {
 1677|     59|      units_[dic_child_id].set_label(labels_[i]);
 1678|     59|    }
 1679|       |
 1680|     98|    dawg_child_id = dawg.sibling(dawg_child_id);
 1681|     98|  }
 1682|     60|  extras(offset).set_is_used(true);
 1683|       |
 1684|     60|  return offset;
 1685|     60|}
_ZNK5Darts7Details18DoubleArrayBuilder17find_valid_offsetEj:
 1793|     60|inline id_type DoubleArrayBuilder::find_valid_offset(id_type id) const {
 1794|     60|  if (extras_head_ >= units_.size()) {
  ------------------
  |  Branch (1794:7): [True: 0, False: 60]
  ------------------
 1795|      0|    return units_.size() | (id & LOWER_MASK);
 1796|      0|  }
 1797|       |
 1798|     60|  id_type unfixed_id = extras_head_;
 1799|    130|  do {
 1800|    130|    id_type offset = unfixed_id ^ labels_[0];
 1801|    130|    if (is_valid_offset(id, offset)) {
  ------------------
  |  Branch (1801:9): [True: 60, False: 70]
  ------------------
 1802|     60|      return offset;
 1803|     60|    }
 1804|     70|    unfixed_id = extras(unfixed_id).next();
 1805|     70|  } while (unfixed_id != extras_head_);
  ------------------
  |  Branch (1805:12): [True: 70, False: 0]
  ------------------
 1806|       |
 1807|      0|  return units_.size() | (id & LOWER_MASK);
 1808|     60|}
_ZNK5Darts7Details18DoubleArrayBuilder15is_valid_offsetEjj:
 1811|    130|    id_type offset) const {
 1812|    130|  if (extras(offset).is_used()) {
  ------------------
  |  Branch (1812:7): [True: 64, False: 66]
  ------------------
 1813|     64|    return false;
 1814|     64|  }
 1815|       |
 1816|     66|  id_type rel_offset = id ^ offset;
 1817|     66|  if ((rel_offset & LOWER_MASK) && (rel_offset & UPPER_MASK)) {
  ------------------
  |  Branch (1817:7): [True: 66, False: 0]
  |  Branch (1817:36): [True: 0, False: 66]
  ------------------
 1818|      0|    return false;
 1819|      0|  }
 1820|       |
 1821|    109|  for (std::size_t i = 1; i < labels_.size(); ++i) {
  ------------------
  |  Branch (1821:27): [True: 49, False: 60]
  ------------------
 1822|     49|    if (extras(offset ^ labels_[i]).is_fixed()) {
  ------------------
  |  Branch (1822:9): [True: 6, False: 43]
  ------------------
 1823|      6|      return false;
 1824|      6|    }
 1825|     49|  }
 1826|       |
 1827|     60|  return true;
 1828|     66|}
_ZN5Darts7Details18DoubleArrayBuilder10reserve_idEj:
 1830|    256|inline void DoubleArrayBuilder::reserve_id(id_type id) {
 1831|    256|  if (id >= units_.size()) {
  ------------------
  |  Branch (1831:7): [True: 1, False: 255]
  ------------------
 1832|      1|    expand_units();
 1833|      1|  }
 1834|       |
 1835|    256|  if (id == extras_head_) {
  ------------------
  |  Branch (1835:7): [True: 205, False: 51]
  ------------------
 1836|    205|    extras_head_ = extras(id).next();
 1837|    205|    if (extras_head_ == id) {
  ------------------
  |  Branch (1837:9): [True: 1, False: 204]
  ------------------
 1838|      1|      extras_head_ = units_.size();
 1839|      1|    }
 1840|    205|  }
 1841|    256|  extras(extras(id).prev()).set_next(extras(id).next());
 1842|    256|  extras(extras(id).next()).set_prev(extras(id).prev());
 1843|    256|  extras(id).set_is_fixed(true);
 1844|    256|}
_ZN5Darts7Details18DoubleArrayBuilder12expand_unitsEv:
 1846|      1|inline void DoubleArrayBuilder::expand_units() {
 1847|      1|  id_type src_num_units = units_.size();
 1848|      1|  id_type src_num_blocks = num_blocks();
 1849|       |
 1850|      1|  id_type dest_num_units = src_num_units + BLOCK_SIZE;
 1851|      1|  id_type dest_num_blocks = src_num_blocks + 1;
 1852|       |
 1853|      1|  if (dest_num_blocks > NUM_EXTRA_BLOCKS) {
  ------------------
  |  Branch (1853:7): [True: 0, False: 1]
  ------------------
 1854|      0|    fix_block(src_num_blocks - NUM_EXTRA_BLOCKS);
 1855|      0|  }
 1856|       |
 1857|      1|  units_.resize(dest_num_units);
 1858|       |
 1859|      1|  if (dest_num_blocks > NUM_EXTRA_BLOCKS) {
  ------------------
  |  Branch (1859:7): [True: 0, False: 1]
  ------------------
 1860|      0|    for (std::size_t id = src_num_units; id < dest_num_units; ++id) {
  ------------------
  |  Branch (1860:42): [True: 0, False: 0]
  ------------------
 1861|      0|      extras(id).set_is_used(false);
 1862|      0|      extras(id).set_is_fixed(false);
 1863|      0|    }
 1864|      0|  }
 1865|       |
 1866|    256|  for (id_type i = src_num_units + 1; i < dest_num_units; ++i) {
  ------------------
  |  Branch (1866:39): [True: 255, False: 1]
  ------------------
 1867|    255|    extras(i - 1).set_next(i);
 1868|    255|    extras(i).set_prev(i - 1);
 1869|    255|  }
 1870|       |
 1871|      1|  extras(src_num_units).set_prev(dest_num_units - 1);
 1872|      1|  extras(dest_num_units - 1).set_next(src_num_units);
 1873|       |
 1874|      1|  extras(src_num_units).set_prev(extras(extras_head_).prev());
 1875|      1|  extras(dest_num_units - 1).set_next(extras_head_);
 1876|       |
 1877|      1|  extras(extras(extras_head_).prev()).set_next(src_num_units);
 1878|      1|  extras(extras_head_).set_prev(dest_num_units - 1);
 1879|      1|}
_ZN5Darts7Details18DoubleArrayBuilder14fix_all_blocksEv:
 1881|      1|inline void DoubleArrayBuilder::fix_all_blocks() {
 1882|      1|  id_type begin = 0;
 1883|      1|  if (num_blocks() > NUM_EXTRA_BLOCKS) {
  ------------------
  |  Branch (1883:7): [True: 0, False: 1]
  ------------------
 1884|      0|    begin = num_blocks() - NUM_EXTRA_BLOCKS;
 1885|      0|  }
 1886|      1|  id_type end = num_blocks();
 1887|       |
 1888|      2|  for (id_type block_id = begin; block_id != end; ++block_id) {
  ------------------
  |  Branch (1888:34): [True: 1, False: 1]
  ------------------
 1889|      1|    fix_block(block_id);
 1890|      1|  }
 1891|      1|}
_ZN5Darts7Details18DoubleArrayBuilder9fix_blockEj:
 1893|      1|inline void DoubleArrayBuilder::fix_block(id_type block_id) {
 1894|      1|  id_type begin = block_id * BLOCK_SIZE;
 1895|      1|  id_type end = begin + BLOCK_SIZE;
 1896|       |
 1897|      1|  id_type unused_offset = 0;
 1898|      2|  for (id_type offset = begin; offset != end; ++offset) {
  ------------------
  |  Branch (1898:32): [True: 2, False: 0]
  ------------------
 1899|      2|    if (!extras(offset).is_used()) {
  ------------------
  |  Branch (1899:9): [True: 1, False: 1]
  ------------------
 1900|      1|      unused_offset = offset;
 1901|      1|      break;
 1902|      1|    }
 1903|      2|  }
 1904|       |
 1905|    257|  for (id_type id = begin; id != end; ++id) {
  ------------------
  |  Branch (1905:28): [True: 256, False: 1]
  ------------------
 1906|    256|    if (!extras(id).is_fixed()) {
  ------------------
  |  Branch (1906:9): [True: 157, False: 99]
  ------------------
 1907|    157|      reserve_id(id);
 1908|    157|      units_[id].set_label(static_cast<uchar_type>(id ^ unused_offset));
 1909|    157|    }
 1910|    256|  }
 1911|      1|}
_ZN5Darts7Details9AutoArrayIcE5clearEv:
  600|    136|  void clear() {
  601|    136|    if (array_ != NULL) {
  ------------------
  |  Branch (601:9): [True: 47, False: 89]
  ------------------
  602|     47|      delete[] array_;
  603|       |      array_ = NULL;
  604|     47|    }
  605|    136|  }
_ZNK5Darts7Details8AutoPoolIjEixEm:
  633|    182|  const T &operator[](std::size_t id) const {
  634|    182|    return *(reinterpret_cast<const T *>(&buf_[0]) + id);
  635|    182|  }
_ZNK5Darts7Details9AutoArrayIcEixEm:
  589|  1.72k|  const T &operator[](std::size_t id) const {
  590|  1.72k|    return array_[id];
  591|  1.72k|  }
_ZN5Darts7Details8AutoPoolIjEixEm:
  636|  2.79k|  T &operator[](std::size_t id) {
  637|  2.79k|    return *(reinterpret_cast<T *>(&buf_[0]) + id);
  638|  2.79k|  }
_ZN5Darts7Details9AutoArrayIcEixEm:
  592|  6.14k|  T &operator[](std::size_t id) {
  593|  6.14k|    return array_[id];
  594|  6.14k|  }
_ZNK5Darts7Details8AutoPoolIjE5emptyEv:
  640|     99|  bool empty() const {
  641|     99|    return size_ == 0;
  642|     99|  }
_ZN5Darts7Details8AutoPoolIjE6appendERKj:
  666|    201|  void append(const T &value) {
  667|    201|    if (size_ == capacity_)
  ------------------
  |  Branch (667:9): [True: 15, False: 186]
  ------------------
  668|     15|      resize_buf(size_ + 1);
  669|    201|    new(&(*this)[size_++]) T(value);
  670|    201|  }
_ZN5Darts7Details8AutoPoolIjE10resize_bufEm:
  714|     16|void AutoPool<T>::resize_buf(std::size_t size) {
  715|     16|  std::size_t capacity;
  716|     16|  if (size >= capacity_ * 2) {
  ------------------
  |  Branch (716:7): [True: 7, False: 9]
  ------------------
  717|      7|    capacity = size;
  718|      9|  } else {
  719|      9|    capacity = 1;
  720|     40|    while (capacity < size) {
  ------------------
  |  Branch (720:12): [True: 31, False: 9]
  ------------------
  721|     31|      capacity <<= 1;
  722|     31|    }
  723|      9|  }
  724|       |
  725|     16|  AutoArray<char> buf;
  726|     16|  try {
  727|     16|    buf.reset(new char[sizeof(T) * capacity]);
  728|     16|  } catch (const std::bad_alloc &) {
  729|      0|    DARTS_THROW("failed to resize pool: std::bad_alloc");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
  730|      0|  }
  731|       |
  732|     16|  if (size_ > 0) {
  ------------------
  |  Branch (732:7): [True: 12, False: 4]
  ------------------
  733|     12|    T *src = reinterpret_cast<T *>(&buf_[0]);
  734|     12|    T *dest = reinterpret_cast<T *>(&buf[0]);
  735|     93|    for (std::size_t i = 0; i < size_; ++i) {
  ------------------
  |  Branch (735:29): [True: 81, False: 12]
  ------------------
  736|     81|      new(&dest[i]) T(src[i]);
  737|     81|      src[i].~T();
  738|     81|    }
  739|     12|  }
  740|       |
  741|     16|  buf_.swap(&buf);
  742|     16|  capacity_ = capacity;
  743|     16|}
_ZN5Darts7Details9AutoArrayIcE5resetEPc:
  611|     47|  void reset(T *array = NULL) {
  612|     47|    AutoArray(array).swap(this);
  613|     47|  }
_ZN5Darts7Details9AutoArrayIcE4swapEPS2_:
  606|     94|  void swap(AutoArray *array) {
  607|     94|    T *temp = array_;
  608|     94|    array_ = array->array_;
  609|     94|    array->array_ = temp;
  610|     94|  }
_ZN5Darts7Details8AutoPoolIjE5clearEv:
  647|     18|  void clear() {
  648|     18|    resize(0);
  649|     18|    buf_.clear();
  650|     18|    size_ = 0;
  651|     18|    capacity_ = 0;
  652|     18|  }
_ZN5Darts7Details8AutoPoolIjE6resizeEm:
  672|     18|  void resize(std::size_t size) {
  673|  1.08k|    while (size_ > size) {
  ------------------
  |  Branch (673:12): [True: 1.06k, False: 18]
  ------------------
  674|  1.06k|      (*this)[--size_].~T();
  675|  1.06k|    }
  676|     18|    if (size > capacity_) {
  ------------------
  |  Branch (676:9): [True: 0, False: 18]
  ------------------
  677|      0|      resize_buf(size);
  678|      0|    }
  679|     18|    while (size_ < size) {
  ------------------
  |  Branch (679:12): [True: 0, False: 18]
  ------------------
  680|      0|      new(&(*this)[size_++]) T;
  681|      0|    }
  682|     18|  }
_ZN5Darts7Details9AutoArrayIjE5clearEv:
  600|      9|  void clear() {
  601|      9|    if (array_ != NULL) {
  ------------------
  |  Branch (601:9): [True: 2, False: 7]
  ------------------
  602|      2|      delete[] array_;
  603|       |      array_ = NULL;
  604|      2|    }
  605|      9|  }
_ZN5Darts7Details9AutoArrayIjE5resetEPj:
  611|      2|  void reset(T *array = NULL) {
  612|      2|    AutoArray(array).swap(this);
  613|      2|  }
_ZN5Darts7Details9AutoArrayIjE4swapEPS2_:
  606|      2|  void swap(AutoArray *array) {
  607|      2|    T *temp = array_;
  608|      2|    array_ = array->array_;
  609|      2|    array->array_ = temp;
  610|      2|  }
_ZNK5Darts7Details8AutoPoolIjE4sizeEv:
  643|    470|  std::size_t size() const {
  644|    470|    return size_;
  645|    470|  }
_ZN5Darts7Details9AutoArrayIjEixEm:
  592|      4|  T &operator[](std::size_t id) {
  593|      4|    return array_[id];
  594|      4|  }
_ZNK5Darts7Details8AutoPoolINS0_8DawgUnitEEixEm:
  633|    518|  const T &operator[](std::size_t id) const {
  634|    518|    return *(reinterpret_cast<const T *>(&buf_[0]) + id);
  635|    518|  }
_ZNK5Darts7Details8AutoPoolIhEixEm:
  633|    473|  const T &operator[](std::size_t id) const {
  634|    473|    return *(reinterpret_cast<const T *>(&buf_[0]) + id);
  635|    473|  }
_ZNK5Darts7Details8AutoPoolINS0_8DawgUnitEE4sizeEv:
  643|      8|  std::size_t size() const {
  644|      8|    return size_;
  645|      8|  }
_ZN5Darts7Details9AutoStackIjE4pushERKj:
  771|    197|  void push(const T &value) {
  772|    197|    pool_.push_back(value);
  773|    197|  }
_ZN5Darts7Details8AutoPoolIjE9push_backERKj:
  654|    197|  void push_back(const T &value) {
  655|    197|    append(value);
  656|    197|  }
_ZN5Darts7Details8AutoPoolIjE6resizeEmRKj:
  683|      1|  void resize(std::size_t size, const T &value) {
  684|      1|    while (size_ > size) {
  ------------------
  |  Branch (684:12): [True: 0, False: 1]
  ------------------
  685|      0|      (*this)[--size_].~T();
  686|      0|    }
  687|      1|    if (size > capacity_) {
  ------------------
  |  Branch (687:9): [True: 1, False: 0]
  ------------------
  688|      1|      resize_buf(size);
  689|      1|    }
  690|  1.02k|    while (size_ < size) {
  ------------------
  |  Branch (690:12): [True: 1.02k, False: 1]
  ------------------
  691|  1.02k|      new(&(*this)[size_++]) T(value);
  692|  1.02k|    }
  693|      1|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEEixEm:
  636|  1.46k|  T &operator[](std::size_t id) {
  637|  1.46k|    return *(reinterpret_cast<T *>(&buf_[0]) + id);
  638|  1.46k|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEEixEm:
  636|    297|  T &operator[](std::size_t id) {
  637|    297|    return *(reinterpret_cast<T *>(&buf_[0]) + id);
  638|    297|  }
_ZN5Darts7Details8AutoPoolIhEixEm:
  636|    650|  T &operator[](std::size_t id) {
  637|    650|    return *(reinterpret_cast<T *>(&buf_[0]) + id);
  638|    650|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEE5clearEv:
  647|      4|  void clear() {
  648|      4|    resize(0);
  649|      4|    buf_.clear();
  650|      4|    size_ = 0;
  651|      4|    capacity_ = 0;
  652|      4|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEE6resizeEm:
  672|      4|  void resize(std::size_t size) {
  673|     40|    while (size_ > size) {
  ------------------
  |  Branch (673:12): [True: 36, False: 4]
  ------------------
  674|     36|      (*this)[--size_].~T();
  675|     36|    }
  676|      4|    if (size > capacity_) {
  ------------------
  |  Branch (676:9): [True: 0, False: 4]
  ------------------
  677|      0|      resize_buf(size);
  678|      0|    }
  679|      4|    while (size_ < size) {
  ------------------
  |  Branch (679:12): [True: 0, False: 4]
  ------------------
  680|      0|      new(&(*this)[size_++]) T;
  681|      0|    }
  682|      4|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEE10resize_bufEm:
  714|      7|void AutoPool<T>::resize_buf(std::size_t size) {
  715|      7|  std::size_t capacity;
  716|      7|  if (size >= capacity_ * 2) {
  ------------------
  |  Branch (716:7): [True: 2, False: 5]
  ------------------
  717|      2|    capacity = size;
  718|      5|  } else {
  719|      5|    capacity = 1;
  720|     25|    while (capacity < size) {
  ------------------
  |  Branch (720:12): [True: 20, False: 5]
  ------------------
  721|     20|      capacity <<= 1;
  722|     20|    }
  723|      5|  }
  724|       |
  725|      7|  AutoArray<char> buf;
  726|      7|  try {
  727|      7|    buf.reset(new char[sizeof(T) * capacity]);
  728|      7|  } catch (const std::bad_alloc &) {
  729|      0|    DARTS_THROW("failed to resize pool: std::bad_alloc");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
  730|      0|  }
  731|       |
  732|      7|  if (size_ > 0) {
  ------------------
  |  Branch (732:7): [True: 6, False: 1]
  ------------------
  733|      6|    T *src = reinterpret_cast<T *>(&buf_[0]);
  734|      6|    T *dest = reinterpret_cast<T *>(&buf[0]);
  735|     69|    for (std::size_t i = 0; i < size_; ++i) {
  ------------------
  |  Branch (735:29): [True: 63, False: 6]
  ------------------
  736|     63|      new(&dest[i]) T(src[i]);
  737|     63|      src[i].~T();
  738|     63|    }
  739|      6|  }
  740|       |
  741|      7|  buf_.swap(&buf);
  742|      7|  capacity_ = capacity;
  743|      7|}
_ZN5Darts7Details9AutoStackIjE5clearEv:
  778|      8|  void clear() {
  779|      8|    pool_.clear();
  780|      8|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEE5clearEv:
  647|      3|  void clear() {
  648|      3|    resize(0);
  649|      3|    buf_.clear();
  650|      3|    size_ = 0;
  651|      3|    capacity_ = 0;
  652|      3|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEE6resizeEm:
  672|      3|  void resize(std::size_t size) {
  673|    102|    while (size_ > size) {
  ------------------
  |  Branch (673:12): [True: 99, False: 3]
  ------------------
  674|     99|      (*this)[--size_].~T();
  675|     99|    }
  676|      3|    if (size > capacity_) {
  ------------------
  |  Branch (676:9): [True: 0, False: 3]
  ------------------
  677|      0|      resize_buf(size);
  678|      0|    }
  679|      3|    while (size_ < size) {
  ------------------
  |  Branch (679:12): [True: 0, False: 3]
  ------------------
  680|      0|      new(&(*this)[size_++]) T;
  681|      0|    }
  682|      3|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEE10resize_bufEm:
  714|      8|void AutoPool<T>::resize_buf(std::size_t size) {
  715|      8|  std::size_t capacity;
  716|      8|  if (size >= capacity_ * 2) {
  ------------------
  |  Branch (716:7): [True: 2, False: 6]
  ------------------
  717|      2|    capacity = size;
  718|      6|  } else {
  719|      6|    capacity = 1;
  720|     33|    while (capacity < size) {
  ------------------
  |  Branch (720:12): [True: 27, False: 6]
  ------------------
  721|     27|      capacity <<= 1;
  722|     27|    }
  723|      6|  }
  724|       |
  725|      8|  AutoArray<char> buf;
  726|      8|  try {
  727|      8|    buf.reset(new char[sizeof(T) * capacity]);
  728|      8|  } catch (const std::bad_alloc &) {
  729|      0|    DARTS_THROW("failed to resize pool: std::bad_alloc");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
  730|      0|  }
  731|       |
  732|      8|  if (size_ > 0) {
  ------------------
  |  Branch (732:7): [True: 7, False: 1]
  ------------------
  733|      7|    T *src = reinterpret_cast<T *>(&buf_[0]);
  734|      7|    T *dest = reinterpret_cast<T *>(&buf[0]);
  735|    134|    for (std::size_t i = 0; i < size_; ++i) {
  ------------------
  |  Branch (735:29): [True: 127, False: 7]
  ------------------
  736|    127|      new(&dest[i]) T(src[i]);
  737|    127|      src[i].~T();
  738|    127|    }
  739|      7|  }
  740|       |
  741|      8|  buf_.swap(&buf);
  742|      8|  capacity_ = capacity;
  743|      8|}
_ZN5Darts7Details8AutoPoolIhE5clearEv:
  647|      6|  void clear() {
  648|      6|    resize(0);
  649|      6|    buf_.clear();
  650|      6|    size_ = 0;
  651|      6|    capacity_ = 0;
  652|      6|  }
_ZN5Darts7Details9AutoStackIjE3topEv:
  760|    282|  T &top() {
  761|    282|    return pool_[size() - 1];
  762|    282|  }
_ZNK5Darts7Details9AutoStackIjE4sizeEv:
  767|    282|  std::size_t size() const {
  768|    282|    return pool_.size();
  769|    282|  }
_ZN5Darts7Details9AutoStackIjE3popEv:
  774|    162|  void pop() {
  775|    162|    pool_.pop_back();
  776|    162|  }
_ZN5Darts7Details8AutoPoolIjE8pop_backEv:
  657|    162|  void pop_back() {
  658|    162|    (*this)[--size_].~T();
  659|    162|  }
_ZNK5Darts7Details8AutoPoolINS0_8DawgNodeEEixEm:
  633|    298|  const T &operator[](std::size_t id) const {
  634|    298|    return *(reinterpret_cast<const T *>(&buf_[0]) + id);
  635|    298|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEE6appendEv:
  661|     99|  void append() {
  662|     99|    if (size_ == capacity_)
  ------------------
  |  Branch (662:9): [True: 8, False: 91]
  ------------------
  663|      8|      resize_buf(size_ + 1);
  664|     99|    new(&(*this)[size_++]) T;
  665|     99|  }
_ZN5Darts7Details8AutoPoolIhE6appendEv:
  661|     99|  void append() {
  662|     99|    if (size_ == capacity_)
  ------------------
  |  Branch (662:9): [True: 8, False: 91]
  ------------------
  663|      8|      resize_buf(size_ + 1);
  664|     99|    new(&(*this)[size_++]) T;
  665|     99|  }
_ZN5Darts7Details8AutoPoolIhE10resize_bufEm:
  714|     14|void AutoPool<T>::resize_buf(std::size_t size) {
  715|     14|  std::size_t capacity;
  716|     14|  if (size >= capacity_ * 2) {
  ------------------
  |  Branch (716:7): [True: 4, False: 10]
  ------------------
  717|      4|    capacity = size;
  718|     10|  } else {
  719|     10|    capacity = 1;
  720|     51|    while (capacity < size) {
  ------------------
  |  Branch (720:12): [True: 41, False: 10]
  ------------------
  721|     41|      capacity <<= 1;
  722|     41|    }
  723|     10|  }
  724|       |
  725|     14|  AutoArray<char> buf;
  726|     14|  try {
  727|     14|    buf.reset(new char[sizeof(T) * capacity]);
  728|     14|  } catch (const std::bad_alloc &) {
  729|      0|    DARTS_THROW("failed to resize pool: std::bad_alloc");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
  730|      0|  }
  731|       |
  732|     14|  if (size_ > 0) {
  ------------------
  |  Branch (732:7): [True: 12, False: 2]
  ------------------
  733|     12|    T *src = reinterpret_cast<T *>(&buf_[0]);
  734|     12|    T *dest = reinterpret_cast<T *>(&buf[0]);
  735|    170|    for (std::size_t i = 0; i < size_; ++i) {
  ------------------
  |  Branch (735:29): [True: 158, False: 12]
  ------------------
  736|    158|      new(&dest[i]) T(src[i]);
  737|    158|      src[i].~T();
  738|    158|    }
  739|     12|  }
  740|       |
  741|     14|  buf_.swap(&buf);
  742|     14|  capacity_ = capacity;
  743|     14|}
_ZNK5Darts7Details9AutoStackIjE5emptyEv:
  764|     99|  bool empty() const {
  765|     99|    return pool_.empty();
  766|     99|  }
_ZNK5Darts7Details8AutoPoolINS0_8DawgNodeEE4sizeEv:
  643|     36|  std::size_t size() const {
  644|     36|    return size_;
  645|     36|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEE6appendEv:
  661|     36|  void append() {
  662|     36|    if (size_ == capacity_)
  ------------------
  |  Branch (662:9): [True: 7, False: 29]
  ------------------
  663|      7|      resize_buf(size_ + 1);
  664|     36|    new(&(*this)[size_++]) T;
  665|     36|  }
_ZNK5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEE4sizeEv:
  643|    580|  std::size_t size() const {
  644|    580|    return size_;
  645|    580|  }
_ZNK5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEEixEm:
  589|    249|  const T &operator[](std::size_t id) const {
  590|    249|    return array_[id];
  591|    249|  }
_ZN5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEEixEm:
  592|  2.83k|  T &operator[](std::size_t id) {
  593|  2.83k|    return array_[id];
  594|  2.83k|  }
_ZNK5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEEixEm:
  633|    256|  const T &operator[](std::size_t id) const {
  634|    256|    return *(reinterpret_cast<const T *>(&buf_[0]) + id);
  635|    256|  }
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEE5clearEv:
  647|      2|  void clear() {
  648|      2|    resize(0);
  649|      2|    buf_.clear();
  650|      2|    size_ = 0;
  651|      2|    capacity_ = 0;
  652|      2|  }
_ZN5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEE5clearEv:
  600|      4|  void clear() {
  601|      4|    if (array_ != NULL) {
  ------------------
  |  Branch (601:9): [True: 1, False: 3]
  ------------------
  602|      1|      delete[] array_;
  603|       |      array_ = NULL;
  604|      1|    }
  605|      4|  }
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEE7reserveEm:
  695|      1|  void reserve(std::size_t size) {
  696|      1|    if (size > capacity_) {
  ------------------
  |  Branch (696:9): [True: 1, False: 0]
  ------------------
  697|      1|      resize_buf(size);
  698|      1|    }
  699|      1|  }
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEE10resize_bufEm:
  714|      2|void AutoPool<T>::resize_buf(std::size_t size) {
  715|      2|  std::size_t capacity;
  716|      2|  if (size >= capacity_ * 2) {
  ------------------
  |  Branch (716:7): [True: 2, False: 0]
  ------------------
  717|      2|    capacity = size;
  718|      2|  } else {
  719|      0|    capacity = 1;
  720|      0|    while (capacity < size) {
  ------------------
  |  Branch (720:12): [True: 0, False: 0]
  ------------------
  721|      0|      capacity <<= 1;
  722|      0|    }
  723|      0|  }
  724|       |
  725|      2|  AutoArray<char> buf;
  726|      2|  try {
  727|      2|    buf.reset(new char[sizeof(T) * capacity]);
  728|      2|  } catch (const std::bad_alloc &) {
  729|      0|    DARTS_THROW("failed to resize pool: std::bad_alloc");
  ------------------
  |  |   18|      0|#define DARTS_THROW(msg) throw Darts::Details::Exception( \
  |  |   19|       |  __FILE__ ":" DARTS_LINE_STR ": exception: " msg)
  ------------------
  730|      0|  }
  731|       |
  732|      2|  if (size_ > 0) {
  ------------------
  |  Branch (732:7): [True: 0, False: 2]
  ------------------
  733|      0|    T *src = reinterpret_cast<T *>(&buf_[0]);
  734|      0|    T *dest = reinterpret_cast<T *>(&buf[0]);
  735|      0|    for (std::size_t i = 0; i < size_; ++i) {
  ------------------
  |  Branch (735:29): [True: 0, False: 0]
  ------------------
  736|      0|      new(&dest[i]) T(src[i]);
  737|      0|      src[i].~T();
  738|      0|    }
  739|      0|  }
  740|       |
  741|      2|  buf_.swap(&buf);
  742|      2|  capacity_ = capacity;
  743|      2|}
_ZN5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEE5resetEPS2_:
  611|      1|  void reset(T *array = NULL) {
  612|      1|    AutoArray(array).swap(this);
  613|      1|  }
_ZN5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEE4swapEPS3_:
  606|      1|  void swap(AutoArray *array) {
  607|      1|    T *temp = array_;
  608|      1|    array_ = array->array_;
  609|      1|    array->array_ = temp;
  610|      1|  }
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEEixEm:
  636|    868|  T &operator[](std::size_t id) {
  637|    868|    return *(reinterpret_cast<T *>(&buf_[0]) + id);
  638|    868|  }
_ZN5Darts7Details8AutoPoolIhE6resizeEm:
  672|     66|  void resize(std::size_t size) {
  673|    263|    while (size_ > size) {
  ------------------
  |  Branch (673:12): [True: 197, False: 66]
  ------------------
  674|    197|      (*this)[--size_].~T();
  675|    197|    }
  676|     66|    if (size > capacity_) {
  ------------------
  |  Branch (676:9): [True: 0, False: 66]
  ------------------
  677|      0|      resize_buf(size);
  678|      0|    }
  679|     66|    while (size_ < size) {
  ------------------
  |  Branch (679:12): [True: 0, False: 66]
  ------------------
  680|      0|      new(&(*this)[size_++]) T;
  681|      0|    }
  682|     66|  }
_ZN5Darts7Details8AutoPoolIhE6appendERKh:
  666|     98|  void append(const T &value) {
  667|     98|    if (size_ == capacity_)
  ------------------
  |  Branch (667:9): [True: 6, False: 92]
  ------------------
  668|      6|      resize_buf(size_ + 1);
  669|     98|    new(&(*this)[size_++]) T(value);
  670|     98|  }
_ZNK5Darts7Details8AutoPoolIhE4sizeEv:
  643|    267|  std::size_t size() const {
  644|    267|    return size_;
  645|    267|  }
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEE6resizeEm:
  672|      3|  void resize(std::size_t size) {
  673|    259|    while (size_ > size) {
  ------------------
  |  Branch (673:12): [True: 256, False: 3]
  ------------------
  674|    256|      (*this)[--size_].~T();
  675|    256|    }
  676|      3|    if (size > capacity_) {
  ------------------
  |  Branch (676:9): [True: 1, False: 2]
  ------------------
  677|      1|      resize_buf(size);
  678|      1|    }
  679|    259|    while (size_ < size) {
  ------------------
  |  Branch (679:12): [True: 256, False: 3]
  ------------------
  680|    256|      new(&(*this)[size_++]) T;
  681|    256|    }
  682|      3|  }
_ZN5Darts15DoubleArrayImplIvvivE5clearEv:
  185|      1|  void clear() {
  186|      1|    size_ = 0;
  187|      1|    array_ = NULL;
  188|      1|    if (buf_ != NULL) {
  ------------------
  |  Branch (188:9): [True: 0, False: 1]
  ------------------
  189|      0|      delete[] buf_;
  190|       |      buf_ = NULL;
  191|      0|    }
  192|      1|  }
_ZN5Darts15DoubleArrayImplIvvivEC2Ev:
  138|      1|  DoubleArrayImpl() : size_(0), array_(NULL), buf_(NULL) {}
_ZNK5Darts15DoubleArrayImplIvvivE18commonPrefixSearchINS1_16result_pair_typeEEEmPKcPT_mmm:
  497|     39|    std::size_t length, std::size_t node_pos) const {
  498|     39|  std::size_t num_results = 0;
  499|       |
  500|     39|  unit_type unit = array_[node_pos];
  501|     39|  node_pos ^= unit.offset();
  502|     39|  if (length != 0) {
  ------------------
  |  Branch (502:7): [True: 39, False: 0]
  ------------------
  503|    132|    for (std::size_t i = 0; i < length; ++i) {
  ------------------
  |  Branch (503:29): [True: 93, False: 39]
  ------------------
  504|     93|      node_pos ^= static_cast<uchar_type>(key[i]);
  505|     93|      unit = array_[node_pos];
  506|     93|      if (unit.label() != static_cast<uchar_type>(key[i])) {
  ------------------
  |  Branch (506:11): [True: 0, False: 93]
  ------------------
  507|      0|        return num_results;
  508|      0|      }
  509|       |
  510|     93|      node_pos ^= unit.offset();
  511|     93|      if (unit.has_leaf()) {
  ------------------
  |  Branch (511:11): [True: 58, False: 35]
  ------------------
  512|     58|        if (num_results < max_num_results) {
  ------------------
  |  Branch (512:13): [True: 58, False: 0]
  ------------------
  513|     58|          set_result(&results[num_results], static_cast<value_type>(
  514|     58|              array_[node_pos].value()), i + 1);
  515|     58|        }
  516|     58|        ++num_results;
  517|     58|      }
  518|     93|    }
  519|     39|  } else {
  520|      0|    for ( ; key[length] != '\0'; ++length) {
  ------------------
  |  Branch (520:13): [True: 0, False: 0]
  ------------------
  521|      0|      node_pos ^= static_cast<uchar_type>(key[length]);
  522|      0|      unit = array_[node_pos];
  523|      0|      if (unit.label() != static_cast<uchar_type>(key[length])) {
  ------------------
  |  Branch (523:11): [True: 0, False: 0]
  ------------------
  524|      0|        return num_results;
  525|      0|      }
  526|       |
  527|      0|      node_pos ^= unit.offset();
  528|      0|      if (unit.has_leaf()) {
  ------------------
  |  Branch (528:11): [True: 0, False: 0]
  ------------------
  529|      0|        if (num_results < max_num_results) {
  ------------------
  |  Branch (529:13): [True: 0, False: 0]
  ------------------
  530|      0|          set_result(&results[num_results], static_cast<value_type>(
  531|      0|              array_[node_pos].value()), length + 1);
  532|      0|        }
  533|      0|        ++num_results;
  534|      0|      }
  535|      0|    }
  536|      0|  }
  537|       |
  538|     39|  return num_results;
  539|     39|}
_ZNK5Darts15DoubleArrayImplIvvivE10set_resultEPNS1_16result_pair_typeEim:
  159|     58|      value_type value, std::size_t length) const {
  160|     58|    result->value = value;
  161|     58|    result->length = length;
  162|     58|  }
_ZN5Darts15DoubleArrayImplIvvivE5buildEmPKPKcPKmPKiPFimmE:
 1922|      1|    const value_type *values, Details::progress_func_type progress_func) {
 1923|      1|  Details::Keyset<value_type> keyset(num_keys, keys, lengths, values);
 1924|       |
 1925|      1|  Details::DoubleArrayBuilder builder(progress_func);
 1926|      1|  builder.build(keyset);
 1927|       |
 1928|      1|  std::size_t size = 0;
 1929|      1|  unit_type *buf = NULL;
 1930|      1|  builder.copy(&size, &buf);
 1931|       |
 1932|      1|  clear();
 1933|       |
 1934|      1|  size_ = size;
 1935|      1|  array_ = buf;
 1936|      1|  buf_ = buf;
 1937|       |
 1938|      1|  if (progress_func != NULL) {
  ------------------
  |  Branch (1938:7): [True: 0, False: 1]
  ------------------
 1939|      0|    progress_func(num_keys + 1, num_keys + 1);
 1940|      0|  }
 1941|       |
 1942|      1|  return 0;
 1943|      1|}
_ZN5Darts7Details6KeysetIiEC2EmPKPKcPKmPKi:
  887|      1|      num_keys_(num_keys), keys_(keys), lengths_(lengths), values_(values) {}
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEEC2Ev:
  630|      1|  AutoPool() : buf_(), size_(0), capacity_(0) {}
_ZN5Darts7Details9AutoArrayIcEC2EPc:
  584|    103|  explicit AutoArray(T *array = NULL) : array_(array) {}
_ZN5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEEC2EPS2_:
  584|      2|  explicit AutoArray(T *array = NULL) : array_(array) {}
_ZN5Darts7Details8AutoPoolIhEC2Ev:
  630|      2|  AutoPool() : buf_(), size_(0), capacity_(0) {}
_ZN5Darts7Details9AutoArrayIjEC2EPj:
  584|      4|  explicit AutoArray(T *array = NULL) : array_(array) {}
_ZN5Darts7Details8AutoPoolIhED2Ev:
  631|      2|  ~AutoPool() { clear(); }
_ZN5Darts7Details9AutoArrayIcED2Ev:
  585|    103|  ~AutoArray() {
  586|    103|    clear();
  587|    103|  }
_ZN5Darts7Details9AutoArrayINS0_27DoubleArrayBuilderExtraUnitEED2Ev:
  585|      2|  ~AutoArray() {
  586|      2|    clear();
  587|      2|  }
_ZN5Darts7Details8AutoPoolINS0_22DoubleArrayBuilderUnitEED2Ev:
  631|      1|  ~AutoPool() { clear(); }
_ZN5Darts7Details18DoubleArrayBuilder5buildIiEEvRKNS0_6KeysetIT_EE:
 1546|      1|void DoubleArrayBuilder::build(const Keyset<T> &keyset) {
 1547|      1|  if (keyset.has_values()) {
  ------------------
  |  Branch (1547:7): [True: 1, False: 0]
  ------------------
 1548|      1|    Details::DawgBuilder dawg_builder;
 1549|      1|    build_dawg(keyset, &dawg_builder);
 1550|      1|    build_from_dawg(dawg_builder);
 1551|      1|    dawg_builder.clear();
 1552|      1|  } else {
 1553|      0|    build_from_keyset(keyset);
 1554|      0|  }
 1555|      1|}
_ZNK5Darts7Details6KeysetIiE10has_valuesEv:
  915|     40|  bool has_values() const {
  916|       |    return values_ != NULL;
  917|     40|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEEC2Ev:
  630|      1|  AutoPool() : buf_(), size_(0), capacity_(0) {}
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEEC2Ev:
  630|      1|  AutoPool() : buf_(), size_(0), capacity_(0) {}
_ZN5Darts7Details8AutoPoolIjEC2Ev:
  630|      4|  AutoPool() : buf_(), size_(0), capacity_(0) {}
_ZN5Darts7Details9AutoStackIjEC2Ev:
  752|      2|  AutoStack() : pool_() {}
_ZN5Darts7Details9AutoStackIjED2Ev:
  753|      2|  ~AutoStack() {
  754|      2|    clear();
  755|      2|  }
_ZN5Darts7Details8AutoPoolIjED2Ev:
  631|      4|  ~AutoPool() { clear(); }
_ZN5Darts7Details9AutoArrayIjED2Ev:
  585|      4|  ~AutoArray() {
  586|      4|    clear();
  587|      4|  }
_ZN5Darts7Details8AutoPoolINS0_8DawgUnitEED2Ev:
  631|      1|  ~AutoPool() { clear(); }
_ZN5Darts7Details8AutoPoolINS0_8DawgNodeEED2Ev:
  631|      1|  ~AutoPool() { clear(); }
_ZN5Darts7Details18DoubleArrayBuilder10build_dawgIiEEvRKNS0_6KeysetIT_EEPNS0_11DawgBuilderE:
 1581|      1|    DawgBuilder *dawg_builder) {
 1582|      1|  dawg_builder->init();
 1583|     40|  for (std::size_t i = 0; i < keyset.num_keys(); ++i) {
  ------------------
  |  Branch (1583:27): [True: 39, False: 1]
  ------------------
 1584|     39|    dawg_builder->insert(keyset.keys(i), keyset.lengths(i), keyset.values(i));
 1585|     39|    if (progress_func_ != NULL) {
  ------------------
  |  Branch (1585:9): [True: 0, False: 39]
  ------------------
 1586|      0|      progress_func_(i + 1, keyset.num_keys() + 1);
 1587|      0|    }
 1588|     39|  }
 1589|      1|  dawg_builder->finish();
 1590|      1|}
_ZNK5Darts7Details6KeysetIiE8num_keysEv:
  889|     40|  std::size_t num_keys() const {
  890|     40|    return num_keys_;
  891|     40|  }
_ZNK5Darts7Details6KeysetIiE4keysEm:
  892|     39|  const char_type *keys(std::size_t id) const {
  893|     39|    return keys_[id];
  894|     39|  }
_ZNK5Darts7Details6KeysetIiE7lengthsEm:
  904|     39|  std::size_t lengths(std::size_t id) const {
  905|     39|    if (has_lengths()) {
  ------------------
  |  Branch (905:9): [True: 39, False: 0]
  ------------------
  906|     39|      return lengths_[id];
  907|     39|    }
  908|      0|    std::size_t length = 0;
  909|      0|    while (keys_[id][length] != '\0') {
  ------------------
  |  Branch (909:12): [True: 0, False: 0]
  ------------------
  910|      0|      ++length;
  911|      0|    }
  912|      0|    return length;
  913|     39|  }
_ZNK5Darts7Details6KeysetIiE11has_lengthsEv:
  901|     39|  bool has_lengths() const {
  902|       |    return lengths_ != NULL;
  903|     39|  }
_ZNK5Darts7Details6KeysetIiE6valuesEm:
  918|     39|  const value_type values(std::size_t id) const {
  919|     39|    if (has_values()) {
  ------------------
  |  Branch (919:9): [True: 39, False: 0]
  ------------------
  920|     39|      return static_cast<value_type>(values_[id]);
  921|     39|    }
  922|      0|    return static_cast<value_type>(id);
  923|     39|  }

_ZN6google8protobuf8internal14ArenaStringPtr7MutableENS2_12EmptyDefaultEPNS0_5ArenaE:
  112|    298|std::string* ArenaStringPtr::Mutable(EmptyDefault, ::google::protobuf::Arena* arena) {
  113|    298|  if (!IsDonatedString() && !IsDefault(&GetEmptyStringAlreadyInited())) {
  ------------------
  |  Branch (113:7): [True: 298, False: 0]
  |  Branch (113:29): [True: 0, False: 298]
  ------------------
  114|      0|    return UnsafeMutablePointer();
  115|    298|  } else {
  116|    298|    return MutableSlow(arena);
  117|    298|  }
  118|    298|}
_ZN6google8protobuf8internal14ArenaStringPtr11MutableSlowIJEEEPNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEPNS0_5ArenaEDpRKT_:
  144|    298|                                         const Lazy&... lazy_default) {
  145|    298|  const std::string* const default_value =
  146|    298|      sizeof...(Lazy) == 0 ? &GetEmptyStringAlreadyInited() : nullptr;
  ------------------
  |  Branch (146:7): [True: 298, Folded]
  ------------------
  147|    298|  GOOGLE_DCHECK(IsDefault(default_value));
  ------------------
  |  |  181|    298|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 298]
  |  |  ------------------
  ------------------
  148|    298|  std::string* new_string =
  149|    298|      Arena::Create<std::string>(arena, lazy_default.get()...);
  150|    298|  tagged_ptr_.Set(new_string);
  151|    298|  return new_string;
  152|    298|}

_ZN6google8protobuf8internal13VerifyVersionEiiPKc:
   73|      6|                   const char* filename) {
   74|      6|  if (GOOGLE_PROTOBUF_VERSION < minLibraryVersion) {
  ------------------
  |  |   85|      6|#define GOOGLE_PROTOBUF_VERSION 3014000
  ------------------
  |  Branch (74:7): [True: 0, False: 6]
  ------------------
   75|       |    // Library is too old for headers.
   76|      0|    GOOGLE_LOG(FATAL)
  ------------------
  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  ------------------
   77|      0|      << "This program requires version " << VersionString(minLibraryVersion)
   78|      0|      << " of the Protocol Buffer runtime library, but the installed version "
   79|      0|         "is " << VersionString(GOOGLE_PROTOBUF_VERSION) << ".  Please update "
  ------------------
  |  |   85|      0|#define GOOGLE_PROTOBUF_VERSION 3014000
  ------------------
   80|      0|         "your library.  If you compiled the program yourself, make sure that "
   81|      0|         "your headers are from the same version of Protocol Buffers as your "
   82|      0|         "link-time library.  (Version verification failed in \""
   83|      0|      << filename << "\".)";
   84|      0|  }
   85|      6|  if (headerVersion < kMinHeaderVersionForLibrary) {
  ------------------
  |  Branch (85:7): [True: 0, False: 6]
  ------------------
   86|       |    // Headers are too old for library.
   87|      0|    GOOGLE_LOG(FATAL)
  ------------------
  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  ------------------
   88|      0|      << "This program was compiled against version "
   89|      0|      << VersionString(headerVersion) << " of the Protocol Buffer runtime "
   90|      0|         "library, which is not compatible with the installed version ("
   91|      0|      << VersionString(GOOGLE_PROTOBUF_VERSION) <<  ").  Contact the program "
  ------------------
  |  |   85|      0|#define GOOGLE_PROTOBUF_VERSION 3014000
  ------------------
   92|      0|         "author for an update.  If you compiled the program yourself, make "
   93|      0|         "sure that your headers are from the same version of Protocol Buffers "
   94|      0|         "as your link-time library.  (Version verification failed in \""
   95|      0|      << filename << "\".)";
   96|      0|  }
   97|      6|}

_ZN6google8protobuf8internal12ExtensionSetC2EPNS0_5ArenaE:
  188|    306|    : arena_(arena),
  189|    306|      flat_capacity_(0),
  190|    306|      flat_size_(0),
  191|    306|      map_{flat_capacity_ == 0
  ------------------
  |  Branch (191:12): [True: 306, False: 0]
  ------------------
  192|    306|               ? NULL
  193|    306|               : Arena::CreateArray<KeyValue>(arena_, flat_capacity_)} {}
_ZN6google8protobuf8internal12ExtensionSet5ClearEv:
  877|      1|void ExtensionSet::Clear() {
  878|      1|  ForEach([](int /* number */, Extension& ext) { ext.Clear(); });
  879|      1|}
_ZNK6google8protobuf8internal12ExtensionSet13IsInitializedEv:
 1127|    301|bool ExtensionSet::IsInitialized() const {
 1128|       |  // Extensions are never required.  However, we need to check that all
 1129|       |  // embedded messages are initialized.
 1130|    301|  if (PROTOBUF_PREDICT_FALSE(is_large())) {
  ------------------
  |  |  247|    301|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 301]
  |  |  ------------------
  ------------------
 1131|      0|    for (const auto& kv : *map_.large) {
  ------------------
  |  Branch (1131:25): [True: 0, False: 0]
  ------------------
 1132|      0|      if (!kv.second.IsInitialized()) return false;
  ------------------
  |  Branch (1132:11): [True: 0, False: 0]
  ------------------
 1133|      0|    }
 1134|      0|    return true;
 1135|      0|  }
 1136|    301|  for (const KeyValue* it = flat_begin(); it != flat_end(); ++it) {
  ------------------
  |  Branch (1136:43): [True: 0, False: 301]
  ------------------
 1137|      0|    if (!it->second.IsInitialized()) return false;
  ------------------
  |  Branch (1137:9): [True: 0, False: 0]
  ------------------
 1138|      0|  }
 1139|    301|  return true;
 1140|    301|}

_ZN6google8protobuf8internal24InitProtobufDefaultsSlowEv:
   89|      1|void InitProtobufDefaultsSlow() {
   90|      1|  static bool is_inited = InitProtobufDefaultsImpl();
   91|      1|  (void)is_inited;
   92|      1|}
_ZN6google8protobuf8internal11InitSCCImplEPNS1_11SCCInfoBaseE:
  764|      7|void InitSCCImpl(SCCInfoBase* scc) {
  765|      7|  static WrappedMutex mu{GOOGLE_PROTOBUF_LINKER_INITIALIZED};
  766|       |  // Either the default in case no initialization is running or the id of the
  767|       |  // thread that is currently initializing.
  768|      7|#ifndef GOOGLE_PROTOBUF_SUPPORT_WINDOWS_XP
  769|      7|  static std::atomic<std::thread::id> runner;
  770|      7|  auto me = std::this_thread::get_id();
  771|       |#else
  772|       |  // This is a lightweight replacement for std::thread::id. std::thread does not
  773|       |  // work on Windows XP SP2 with the latest VC++ libraries, because it utilizes
  774|       |  // the Concurrency Runtime that is only supported on Windows XP SP3 and above.
  775|       |  static std::atomic_llong runner(-1);
  776|       |  auto me = ::GetCurrentThreadId();
  777|       |#endif  // #ifndef GOOGLE_PROTOBUF_SUPPORT_WINDOWS_XP
  778|       |
  779|       |  // This will only happen because the constructor will call InitSCC while
  780|       |  // constructing the default instance.
  781|      7|  if (runner.load(std::memory_order_relaxed) == me) {
  ------------------
  |  Branch (781:7): [True: 6, False: 1]
  ------------------
  782|       |    // Because we're in the process of constructing the default instance.
  783|       |    // We can be assured that we're already exploring this SCC.
  784|      6|    GOOGLE_CHECK_EQ(scc->visit_status.load(std::memory_order_relaxed),
  ------------------
  |  |  156|      6|#define GOOGLE_CHECK_EQ(A, B) GOOGLE_CHECK((A) == (B))
  |  |  ------------------
  |  |  |  |  154|      6|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      6|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 6, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|      6|             SCCInfoBase::kRunning);
  786|      6|    return;
  787|      6|  }
  788|      1|  InitProtobufDefaults();
  789|      1|  mu.Lock();
  790|      1|  runner.store(me, std::memory_order_relaxed);
  791|      1|  InitSCC_DFS(scc);
  792|       |
  793|      1|#ifndef GOOGLE_PROTOBUF_SUPPORT_WINDOWS_XP
  794|      1|  runner.store(std::thread::id{}, std::memory_order_relaxed);
  795|       |#else
  796|       |  runner.store(-1, std::memory_order_relaxed);
  797|       |#endif  // #ifndef GOOGLE_PROTOBUF_SUPPORT_WINDOWS_XP
  798|       |
  799|      1|  mu.Unlock();
  800|      1|}
generated_message_util.cc:_ZN6google8protobuf8internalL24InitProtobufDefaultsImplEv:
   76|      1|static bool InitProtobufDefaultsImpl() {
   77|      1|  ::new (static_cast<void*>(&fixed_address_empty_string.value)) std::string();
   78|      1|  OnShutdownDestroyString(&fixed_address_empty_string.value);
   79|       |
   80|       |  // Verify that we can indeed get the address during constant evaluation.
   81|      1|  PROTOBUF_CONSTINIT static const std::string& fixed_address_empty_string_test =
  ------------------
  |  |  589|      1|#define PROTOBUF_CONSTINIT [[clang::require_constant_initialization]]
  ------------------
   82|      1|      GetEmptyStringAlreadyInited();
   83|      1|  (void)fixed_address_empty_string_test;
   84|       |
   85|      1|  init_protobuf_defaults_state.store(true, std::memory_order_release);
   86|      1|  return true;
   87|      1|}
generated_message_util.cc:_ZN6google8protobuf8internal12_GLOBAL__N_111InitSCC_DFSEPNS1_11SCCInfoBaseE:
  736|      6|void InitSCC_DFS(SCCInfoBase* scc) {
  737|      6|  if (scc->visit_status.load(std::memory_order_relaxed) !=
  ------------------
  |  Branch (737:7): [True: 0, False: 6]
  ------------------
  738|      6|      SCCInfoBase::kUninitialized)
  739|      0|    return;
  740|      6|  scc->visit_status.store(SCCInfoBase::kRunning, std::memory_order_relaxed);
  741|       |  // Each base is followed by an array of void*, containing first pointers to
  742|       |  // SCCInfoBase and then pointers-to-pointers to SCCInfoBase.
  743|      6|  auto deps = reinterpret_cast<void**>(scc + 1);
  744|      6|  auto strong_deps = reinterpret_cast<SCCInfoBase* const*>(deps);
  745|     11|  for (int i = 0; i < scc->num_deps; ++i) {
  ------------------
  |  Branch (745:19): [True: 5, False: 6]
  ------------------
  746|      5|    if (strong_deps[i]) InitSCC_DFS(strong_deps[i]);
  ------------------
  |  Branch (746:9): [True: 5, False: 0]
  ------------------
  747|      5|  }
  748|      6|  auto implicit_weak_deps =
  749|      6|      reinterpret_cast<SCCInfoBase** const*>(deps + scc->num_deps);
  750|      6|  for (int i = 0; i < scc->num_implicit_weak_deps; ++i) {
  ------------------
  |  Branch (750:19): [True: 0, False: 6]
  ------------------
  751|      0|    if (*implicit_weak_deps[i]) {
  ------------------
  |  Branch (751:9): [True: 0, False: 0]
  ------------------
  752|      0|      InitSCC_DFS(*implicit_weak_deps[i]);
  753|      0|    }
  754|      0|  }
  755|      6|  scc->init_func();
  756|       |  // Mark done (note we use memory order release here), other threads could
  757|       |  // now see this as initialized and thus the initialization must have happened
  758|       |  // before.
  759|      6|  scc->visit_status.store(SCCInfoBase::kInitialized, std::memory_order_release);
  760|      6|}

_ZN6google8protobuf5Arena6CreateINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEJEEEPT_PS1_DpOT0_:
  292|    298|  PROTOBUF_ALWAYS_INLINE static T* Create(Arena* arena, Args&&... args) {
  293|    298|    return CreateNoMessage<T>(arena, is_arena_constructable<T>(),
  294|    298|                              std::forward<Args>(args)...);
  295|    298|  }
_ZN6google8protobuf5Arena15CreateNoMessageINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEJEEEPT_PS1_NS3_17integral_constantIbLb0EEEDpOT0_:
  547|    298|                                                   Args&&... args) {
  548|       |    // User is constructing with Create() and the type does not support arena
  549|       |    // construction.  In this case we can delegate to CreateMaybeMessage() and
  550|       |    // use any specialization that may be available for that.
  551|    298|    return CreateMaybeMessage<T>(arena, std::forward<Args>(args)...);
  552|    298|  }
_ZN6google8protobuf5Arena18CreateMaybeMessageINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEJEEEPT_PS1_DpOT0_:
  530|    298|                                                      Args&&... args) {
  531|    298|    return DoCreateMaybeMessage<T>(arena, is_arena_constructable<T>(),
  532|    298|                                   std::forward<Args>(args)...);
  533|    298|  }
_ZN6google8protobuf5Arena20DoCreateMaybeMessageINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEJEEEPT_PS1_NS3_17integral_constantIbLb0EEEDpOT0_:
  524|    298|                                                        Args&&... args) {
  525|    298|    return CreateInternal<T>(arena, std::forward<Args>(args)...);
  526|    298|  }
_ZN6google8protobuf5Arena14CreateInternalINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEJEEEPT_PS1_DpOT0_:
  472|    298|                                                  Args&&... args) {
  473|    298|    if (arena == NULL) {
  ------------------
  |  Branch (473:9): [True: 298, False: 0]
  ------------------
  474|    298|      return new T(std::forward<Args>(args)...);
  475|    298|    } else {
  476|      0|      return arena->DoCreate<T>(std::is_trivially_destructible<T>::value,
  477|      0|                                std::forward<Args>(args)...);
  478|      0|    }
  479|    298|  }
_ZN6google8protobuf5Arena21CreateMessageInternalIN13sentencepiece11TrainerSpecEEEPT_PS1_:
  459|      1|  PROTOBUF_ALWAYS_INLINE static T* CreateMessageInternal(Arena* arena) {
  460|      1|    static_assert(
  461|      1|        InternalHelper<T>::is_arena_constructable::value,
  462|      1|        "CreateMessage can only construct types that are ArenaConstructable");
  463|      1|    if (arena == NULL) {
  ------------------
  |  Branch (463:9): [True: 1, False: 0]
  ------------------
  464|      1|      return new T();
  465|      1|    } else {
  466|      0|      return arena->DoCreateMessage<T>();
  467|      0|    }
  468|      1|  }
_ZN6google8protobuf5Arena21CreateMessageInternalIN13sentencepiece14NormalizerSpecEEEPT_PS1_:
  459|      1|  PROTOBUF_ALWAYS_INLINE static T* CreateMessageInternal(Arena* arena) {
  460|      1|    static_assert(
  461|      1|        InternalHelper<T>::is_arena_constructable::value,
  462|      1|        "CreateMessage can only construct types that are ArenaConstructable");
  463|      1|    if (arena == NULL) {
  ------------------
  |  Branch (463:9): [True: 1, False: 0]
  ------------------
  464|      1|      return new T();
  465|      1|    } else {
  466|      0|      return arena->DoCreateMessage<T>();
  467|      0|    }
  468|      1|  }
_ZN6google8protobuf5Arena21CreateMessageInternalIN13sentencepiece24ModelProto_SentencePieceEEEPT_PS1_:
  459|    298|  PROTOBUF_ALWAYS_INLINE static T* CreateMessageInternal(Arena* arena) {
  460|    298|    static_assert(
  461|    298|        InternalHelper<T>::is_arena_constructable::value,
  462|    298|        "CreateMessage can only construct types that are ArenaConstructable");
  463|    298|    if (arena == NULL) {
  ------------------
  |  Branch (463:9): [True: 298, False: 0]
  ------------------
  464|    298|      return new T();
  465|    298|    } else {
  466|      0|      return arena->DoCreateMessage<T>();
  467|      0|    }
  468|    298|  }

_ZNK6google8protobuf8internal14ArenaStringPtr3GetEv:
  194|  1.15k|  const std::string& Get() const PROTOBUF_ALWAYS_INLINE {
  195|       |    // Unconditionally mask away the tag.
  196|  1.15k|    return *tagged_ptr_.Get();
  197|  1.15k|  }
_ZNK6google8protobuf8internal9TaggedPtrINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEE3GetEv:
   99|  1.15k|  T* Get() const { return reinterpret_cast<T*>(as_int() & -2); }
_ZNK6google8protobuf8internal9TaggedPtrINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEE6as_intEv:
  109|  1.15k|  uintptr_t as_int() const { return reinterpret_cast<uintptr_t>(ptr_); }
_ZNK6google8protobuf8internal14ArenaStringPtr9IsDefaultEPKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE:
  279|    298|  inline bool IsDefault(const std::string* default_value) const {
  280|       |    // Relies on the fact that kPtrTagString == 0, so if IsString(), ptr_ is the
  281|       |    // actual std::string pointer (and if !IsString(), ptr_ will never be equal
  282|       |    // to any aligned |default_value| pointer). The key is that we want to avoid
  283|       |    // masking in the fastpath const-pointer Get() case for non-arena code.
  284|    298|    return tagged_ptr_.UnsafeGet() == default_value;
  285|    298|  }
_ZNK6google8protobuf8internal9TaggedPtrINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEE9UnsafeGetEv:
  104|    298|  T* UnsafeGet() const { return static_cast<T*>(ptr_); }
_ZNK6google8protobuf8internal14ArenaStringPtr15IsDonatedStringEv:
  290|    298|  bool IsDonatedString() const { return false; }
_ZN6google8protobuf8internal14ArenaStringPtr16UnsafeSetDefaultEPKNSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEE:
  301|    327|inline void ArenaStringPtr::UnsafeSetDefault(const std::string* value) {
  302|    327|  tagged_ptr_.Set(const_cast<std::string*>(value));
  303|    327|}
_ZN6google8protobuf8internal9TaggedPtrINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEE3SetEPS9_:
   98|    625|  void Set(T* p) { ptr_ = p; }

_ZNK6google8protobuf8internal12ExtensionSet8is_largeEv:
  667|    302|  bool is_large() const { return flat_capacity_ > kMaximumFlatCapacity; }
_ZN6google8protobuf8internal12ExtensionSet10flat_beginEv:
  816|      1|  KeyValue* flat_begin() {
  817|       |    assert(!is_large());
  818|      1|    return map_.flat;
  819|      1|  }
_ZNK6google8protobuf8internal12ExtensionSet10flat_beginEv:
  820|    301|  const KeyValue* flat_begin() const {
  821|       |    assert(!is_large());
  822|    301|    return map_.flat;
  823|    301|  }
_ZN6google8protobuf8internal12ExtensionSet8flat_endEv:
  824|      1|  KeyValue* flat_end() {
  825|       |    assert(!is_large());
  826|      1|    return map_.flat + flat_size_;
  827|      1|  }
_ZNK6google8protobuf8internal12ExtensionSet8flat_endEv:
  828|    301|  const KeyValue* flat_end() const {
  829|       |    assert(!is_large());
  830|    301|    return map_.flat + flat_size_;
  831|    301|  }
extension_set.cc:_ZN6google8protobuf8internal12ExtensionSet7ForEachIZNS2_5ClearEvE3$_0EET_S5_:
  688|      1|  KeyValueFunctor ForEach(KeyValueFunctor func) {
  689|      1|    if (PROTOBUF_PREDICT_FALSE(is_large())) {
  ------------------
  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  690|      0|      return ForEach(map_.large->begin(), map_.large->end(), std::move(func));
  691|      0|    }
  692|      1|    return ForEach(flat_begin(), flat_end(), std::move(func));
  693|      1|  }
extension_set.cc:_ZN6google8protobuf8internal12ExtensionSet7ForEachIPNS2_8KeyValueEZNS2_5ClearEvE3$_0EET0_T_S8_S7_:
  681|      1|                                 KeyValueFunctor func) {
  682|      1|    for (Iterator it = begin; it != end; ++it) func(it->first, it->second);
  ------------------
  |  Branch (682:31): [True: 0, False: 1]
  ------------------
  683|      1|    return std::move(func);
  684|      1|  }

_ZN6google8protobuf8internal20InitProtobufDefaultsEv:
   93|      1|PROTOBUF_EXPORT inline void InitProtobufDefaults() {
   94|      1|  if (PROTOBUF_PREDICT_FALSE(
  ------------------
  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 1, False: 0]
  |  |  ------------------
  ------------------
   95|      1|          !init_protobuf_defaults_state.load(std::memory_order_acquire))) {
   96|      1|    InitProtobufDefaultsSlow();
   97|      1|  }
   98|      1|}
_ZN6google8protobuf8internal7InitSCCEPNS1_11SCCInfoBaseE:
  247|    307|inline void InitSCC(SCCInfoBase* scc) {
  248|    307|  auto status = scc->visit_status.load(std::memory_order_acquire);
  249|    307|  if (PROTOBUF_PREDICT_FALSE(status != SCCInfoBase::kInitialized))
  ------------------
  |  |  247|    307|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 7, False: 300]
  |  |  ------------------
  ------------------
  250|      7|    InitSCCImpl(scc);
  251|    307|}
_ZN6google8protobuf8internal24OnShutdownDestroyMessageEPKv:
  256|      6|inline void OnShutdownDestroyMessage(const void* ptr) {
  257|      6|  OnShutdownRun(DestroyMessage, ptr);
  258|      6|}
_ZN6google8protobuf8internal23OnShutdownDestroyStringEPKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE:
  260|      1|inline void OnShutdownDestroyString(const std::string* ptr) {
  261|      1|  OnShutdownRun(DestroyString, ptr);
  262|      1|}
_ZN6google8protobuf8internal17AllAreInitializedIN13sentencepiece24ModelProto_SentencePieceEEEbRKNS0_16RepeatedPtrFieldIT_EE:
  113|      1|bool AllAreInitialized(const RepeatedPtrField<Msg>& t) {
  114|    299|  for (int i = t.size(); --i >= 0;) {
  ------------------
  |  Branch (114:26): [True: 298, False: 1]
  ------------------
  115|    298|    if (!t.Get(i).IsInitialized()) return false;
  ------------------
  |  Branch (115:9): [True: 0, False: 298]
  ------------------
  116|    298|  }
  117|      1|  return true;
  118|      1|}

_ZNK6google8protobuf8internal7HasBitsILm1EEixEi:
   60|    305|  const uint32& operator[](int index) const PROTOBUF_ALWAYS_INLINE {
   61|    305|    return has_bits_[index];
   62|    305|  }
_ZN6google8protobuf8internal7HasBitsILm1EEixEi:
   56|    861|  uint32& operator[](int index) PROTOBUF_ALWAYS_INLINE {
   57|    861|    return has_bits_[index];
   58|    861|  }
_ZN6google8protobuf8internal7HasBitsILm2EEixEi:
   56|      3|  uint32& operator[](int index) PROTOBUF_ALWAYS_INLINE {
   57|      3|    return has_bits_[index];
   58|      3|  }
_ZN6google8protobuf8internal7HasBitsILm1EEC2Ev:
   50|    604|  constexpr HasBits() PROTOBUF_ALWAYS_INLINE : has_bits_{} {}
_ZN6google8protobuf8internal7HasBitsILm1EE5ClearEv:
   52|      1|  void Clear() PROTOBUF_ALWAYS_INLINE {
   53|      1|    memset(has_bits_, 0, sizeof(has_bits_));
   54|      1|  }
_ZN6google8protobuf8internal7HasBitsILm1EE2OrERKS3_:
   72|    300|  void Or(const HasBits<doublewords>& rhs) {
   73|    600|    for (size_t i = 0; i < doublewords; i++) has_bits_[i] |= rhs[i];
  ------------------
  |  Branch (73:24): [True: 300, False: 300]
  ------------------
   74|    300|  }
_ZN6google8protobuf8internal7HasBitsILm2EEC2Ev:
   50|      2|  constexpr HasBits() PROTOBUF_ALWAYS_INLINE : has_bits_{} {}

_ZN6google8protobuf2io16CodedInputStream24GetDefaultRecursionLimitEv:
  415|      1|  static int GetDefaultRecursionLimit() { return default_recursion_limit_; }

_ZNK6google8protobuf11MessageLite8GetArenaEv:
  230|    300|  Arena* GetArena() const { return _internal_metadata_.arena(); }
_ZN6google8protobuf11MessageLite18CreateMaybeMessageIN13sentencepiece14NormalizerSpecEEEPT_PNS0_5ArenaE:
  479|      1|  static T* CreateMaybeMessage(Arena* arena) {
  480|      1|    return Arena::CreateMaybeMessage<T>(arena);
  481|      1|  }
_ZN6google8protobuf11MessageLiteC2EPNS0_5ArenaE:
  483|    307|  inline explicit MessageLite(Arena* arena) : _internal_metadata_(arena) {}
_ZNK6google8protobuf11MessageLite23IsInitializedWithErrorsEv:
  508|      1|  bool IsInitializedWithErrors() const {
  509|      1|    if (IsInitialized()) return true;
  ------------------
  |  Branch (509:9): [True: 1, False: 0]
  ------------------
  510|      0|    LogInitializationErrorMessage();
  511|      0|    return false;
  512|      1|  }
_ZN6google8protobuf8internal27GetEmptyStringAlreadyInitedEv:
  173|    913|PROTOBUF_EXPORT constexpr const std::string& GetEmptyStringAlreadyInited() {
  174|    913|  return fixed_address_empty_string.value;
  175|    913|}
_ZN6google8protobuf11MessageLite18CreateMaybeMessageIN13sentencepiece11TrainerSpecEEEPT_PNS0_5ArenaE:
  479|      1|  static T* CreateMaybeMessage(Arena* arena) {
  480|      1|    return Arena::CreateMaybeMessage<T>(arena);
  481|      1|  }
_ZN6google8protobuf11MessageLite9ParseFromILNS1_10ParseFlagsE1ENS0_11StringPieceEEEbRKT0_:
  576|      1|bool MessageLite::ParseFrom(const T& input) {
  577|      1|  if (flags & kParse) Clear();
  ------------------
  |  Branch (577:7): [True: 1, Folded]
  ------------------
  578|      1|  constexpr bool alias = (flags & kMergeWithAliasing) != 0;
  579|      1|  return internal::MergeFromImpl<alias>(input, this, flags);
  580|      1|}

_ZNK6google8protobuf8internal16InternalMetadata5arenaEv:
   72|    300|  PROTOBUF_ALWAYS_INLINE Arena* arena() const {
   73|    300|    if (PROTOBUF_PREDICT_FALSE(have_unknown_fields())) {
  ------------------
  |  |  247|    300|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 300]
  |  |  ------------------
  ------------------
   74|      0|      return PtrValue<ContainerBase>()->arena;
   75|    300|    } else {
   76|    300|      return PtrValue<Arena>();
   77|    300|    }
   78|    300|  }
_ZNK6google8protobuf8internal16InternalMetadata19have_unknown_fieldsEv:
   80|    301|  PROTOBUF_ALWAYS_INLINE bool have_unknown_fields() const {
   81|    301|    return PtrTag() == kTagContainer;
   82|    301|  }
_ZNK6google8protobuf8internal16InternalMetadata6PtrTagEv:
  146|    301|  PROTOBUF_ALWAYS_INLINE int PtrTag() const {
  147|    301|    return reinterpret_cast<intptr_t>(ptr_) & kPtrTagMask;
  148|    301|  }
_ZNK6google8protobuf8internal16InternalMetadata8PtrValueINS0_5ArenaEEEPT_v:
  151|    300|  U* PtrValue() const {
  152|    300|    return reinterpret_cast<U*>(reinterpret_cast<intptr_t>(ptr_) &
  153|    300|                                kPtrValueMask);
  154|    300|  }
_ZN6google8protobuf8internal16InternalMetadataC2EPNS0_5ArenaE:
   62|    307|  explicit InternalMetadata(Arena* arena) : ptr_(arena) {}
_ZN6google8protobuf8internal16InternalMetadata5ClearINSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEEvv:
  126|      1|  PROTOBUF_ALWAYS_INLINE void Clear() {
  127|      1|    if (have_unknown_fields()) {
  ------------------
  |  Branch (127:9): [True: 0, False: 1]
  ------------------
  128|      0|      DoClear<T>();
  129|      0|    }
  130|      1|  }

_ZN6google8protobuf8internal18EpsCopyInputStreamC2Eb:
  113|      1|      : aliasing_(enable_aliasing ? kOnPatch : kNoAliasing) {}
  ------------------
  |  Branch (113:19): [True: 0, False: 1]
  ------------------
_ZN6google8protobuf8internal18EpsCopyInputStream9PushLimitEPKci:
  127|    300|  PROTOBUF_MUST_USE_RESULT int PushLimit(const char* ptr, int limit) {
  128|    300|    GOOGLE_DCHECK(limit >= 0 && limit <= INT_MAX - kSlopBytes);
  ------------------
  |  |  181|    300|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  |  Branch (151:5): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 300]
  |  |  ------------------
  ------------------
  129|       |    // This add is safe due to the invariant above, because
  130|       |    // ptr - buffer_end_ <= kSlopBytes.
  131|    300|    limit += static_cast<int>(ptr - buffer_end_);
  132|    300|    limit_end_ = buffer_end_ + (std::min)(0, limit);
  133|    300|    auto old_limit = limit_;
  134|    300|    limit_ = limit;
  135|    300|    return old_limit - limit;
  136|    300|  }
_ZN6google8protobuf8internal18EpsCopyInputStream8PopLimitEi:
  138|    300|  PROTOBUF_MUST_USE_RESULT bool PopLimit(int delta) {
  139|    300|    if (PROTOBUF_PREDICT_FALSE(!EndedAtLimit())) return false;
  ------------------
  |  |  247|    300|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 300]
  |  |  ------------------
  ------------------
  140|    300|    limit_ = limit_ + delta;
  141|       |    // TODO(gerbens) We could remove this line and hoist the code to
  142|       |    // DoneFallback. Study the perf/bin-size effects.
  143|    300|    limit_end_ = buffer_end_ + (std::min)(0, limit_);
  144|    300|    return true;
  145|    300|  }
_ZN6google8protobuf8internal18EpsCopyInputStream10ReadStringEPKciPNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE:
  154|    298|                                                  std::string* s) {
  155|    298|    if (size <= buffer_end_ + kSlopBytes - ptr) {
  ------------------
  |  Branch (155:9): [True: 298, False: 0]
  ------------------
  156|    298|      s->assign(ptr, size);
  157|    298|      return ptr + size;
  158|    298|    }
  159|      0|    return ReadStringFallback(ptr, size, s);
  160|    298|  }
_ZNK6google8protobuf8internal18EpsCopyInputStream12EndedAtLimitEv:
  189|    301|  bool EndedAtLimit() const { return last_tag_minus_1_ == 0; }
_ZN6google8protobuf8internal18EpsCopyInputStream13DataAvailableEPKc:
  202|    298|  bool DataAvailable(const char* ptr) { return ptr < limit_end_; }
_ZN6google8protobuf8internal18EpsCopyInputStream13DoneWithCheckEPPKci:
  208|  1.16k|  bool DoneWithCheck(const char** ptr, int d) {
  209|  1.16k|    GOOGLE_DCHECK(*ptr);
  ------------------
  |  |  181|  1.16k|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1.16k]
  |  |  ------------------
  ------------------
  210|  1.16k|    if (PROTOBUF_PREDICT_TRUE(*ptr < limit_end_)) return false;
  ------------------
  |  |  236|  1.16k|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 863, False: 302]
  |  |  ------------------
  ------------------
  211|    302|    int overrun = *ptr - buffer_end_;
  212|    302|    GOOGLE_DCHECK_LE(overrun, kSlopBytes);  // Guaranteed by parse loop.
  ------------------
  |  |  186|    302|#define GOOGLE_DCHECK_LE(A, B) GOOGLE_DCHECK((A) <= (B))
  |  |  ------------------
  |  |  |  |  181|    302|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 302]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  213|    302|    if (overrun ==
  ------------------
  |  Branch (213:9): [True: 301, False: 1]
  ------------------
  214|    302|        limit_) {  //  No need to flip buffers if we ended on a limit.
  215|       |      // If we actually overrun the buffer and next_chunk_ is null. It means
  216|       |      // the stream ended and we passed the stream end.
  217|    301|      if (overrun > 0 && next_chunk_ == nullptr) *ptr = nullptr;
  ------------------
  |  Branch (217:11): [True: 0, False: 301]
  |  Branch (217:26): [True: 0, False: 0]
  ------------------
  218|    301|      return true;
  219|    301|    }
  220|      1|    auto res = DoneFallback(overrun, d);
  221|      1|    *ptr = res.first;
  222|      1|    return res.second;
  223|    302|  }
_ZN6google8protobuf8internal18EpsCopyInputStream8InitFromENS0_11StringPieceE:
  225|      1|  const char* InitFrom(StringPiece flat) {
  226|      1|    overall_limit_ = 0;
  227|      1|    if (flat.size() > kSlopBytes) {
  ------------------
  |  Branch (227:9): [True: 1, False: 0]
  ------------------
  228|      1|      limit_ = kSlopBytes;
  229|      1|      limit_end_ = buffer_end_ = flat.data() + flat.size() - kSlopBytes;
  230|      1|      next_chunk_ = buffer_;
  231|      1|      if (aliasing_ == kOnPatch) aliasing_ = kNoDelta;
  ------------------
  |  Branch (231:11): [True: 0, False: 1]
  ------------------
  232|      1|      return flat.data();
  233|      1|    } else {
  234|      0|      std::memcpy(buffer_, flat.data(), flat.size());
  235|      0|      limit_ = 0;
  236|      0|      limit_end_ = buffer_end_ = buffer_ + flat.size();
  237|      0|      next_chunk_ = nullptr;
  238|      0|      if (aliasing_ == kOnPatch) {
  ------------------
  |  Branch (238:11): [True: 0, False: 0]
  ------------------
  239|      0|        aliasing_ = reinterpret_cast<std::uintptr_t>(flat.data()) -
  240|      0|                    reinterpret_cast<std::uintptr_t>(buffer_);
  241|      0|      }
  242|      0|      return buffer_;
  243|      0|    }
  244|      1|  }
_ZN6google8protobuf8internal12ParseContext4DoneEPPKc:
  390|  1.16k|  bool Done(const char** ptr) { return DoneWithCheck(ptr, group_depth_); }
_ZN6google8protobuf8internal12EndianHelperILi4EE4LoadEPKv:
  461|    298|  static uint32 Load(const void* p) {
  462|    298|    uint32 tmp;
  463|    298|    std::memcpy(&tmp, p, 4);
  464|       |#ifndef PROTOBUF_LITTLE_ENDIAN
  465|       |    tmp = bswap_32(tmp);
  466|       |#endif
  467|    298|    return tmp;
  468|    298|  }
_ZN6google8protobuf8internal7ReadTagEPKcPjj:
  532|    864|inline const char* ReadTag(const char* p, uint32* out, uint32 /*max_tag*/ = 0) {
  533|    864|  uint32 res = static_cast<uint8>(p[0]);
  534|    864|  if (res < 128) {
  ------------------
  |  Branch (534:7): [True: 863, False: 1]
  ------------------
  535|    863|    *out = res;
  536|    863|    return p + 1;
  537|    863|  }
  538|      1|  uint32 second = static_cast<uint8>(p[1]);
  539|      1|  res += (second - 1) << 7;
  540|      1|  if (second < 128) {
  ------------------
  |  Branch (540:7): [True: 1, False: 0]
  ------------------
  541|      1|    *out = res;
  542|      1|    return p + 2;
  543|      1|  }
  544|      0|  auto tmp = ReadTagFallback(p, res);
  545|      0|  *out = tmp.second;
  546|      0|  return tmp.first;
  547|      1|}
_ZN6google8protobuf8internal8ReadSizeEPPKc:
  599|    598|inline uint32 ReadSize(const char** pp) {
  600|    598|  auto p = *pp;
  601|    598|  uint32 res = static_cast<uint8>(p[0]);
  602|    598|  if (res < 128) {
  ------------------
  |  Branch (602:7): [True: 598, False: 0]
  ------------------
  603|    598|    *pp = p + 1;
  604|    598|    return res;
  605|    598|  }
  606|      0|  auto x = ReadSizeFallback(p, res);
  607|      0|  *pp = x.first;
  608|      0|  return x.second;
  609|    598|}
_ZN6google8protobuf8internal12ReadVarint64EPPKc:
  616|    265|inline uint64 ReadVarint64(const char** p) {
  617|    265|  uint64 tmp;
  618|    265|  *p = VarintParse(*p, &tmp);
  619|    265|  return tmp;
  620|    265|}
_ZN6google8protobuf8internal11VarintParseImEEPKcS4_PT_:
  509|    265|PROTOBUF_MUST_USE_RESULT const char* VarintParse(const char* p, T* out) {
  510|    265|  auto ptr = reinterpret_cast<const uint8*>(p);
  511|    265|  uint32 res = ptr[0];
  512|    265|  if (!(res & 0x80)) {
  ------------------
  |  Branch (512:7): [True: 265, False: 0]
  ------------------
  513|    265|    *out = res;
  514|    265|    return p + 1;
  515|    265|  }
  516|      0|  uint32 byte = ptr[1];
  517|      0|  res += (byte - 1) << 7;
  518|      0|  if (!(byte & 0x80)) {
  ------------------
  |  Branch (518:7): [True: 0, False: 0]
  ------------------
  519|      0|    *out = res;
  520|      0|    return p + 2;
  521|      0|  }
  522|      0|  return VarintParseSlow(p, res, out);
  523|      0|}
_ZN6google8protobuf8internal13UnalignedLoadIfEET_PKc:
  484|    298|T UnalignedLoad(const char* p) {
  485|    298|  auto tmp = EndianHelper<sizeof(T)>::Load(p);
  486|    298|  T res;
  487|    298|  memcpy(&res, &tmp, sizeof(T));
  488|    298|  return res;
  489|    298|}
_ZN6google8protobuf8internal12ParseContextC2IJRNS0_11StringPieceEEEEibPPKcDpOT_:
  384|      1|      : EpsCopyInputStream(aliasing), depth_(depth) {
  385|      1|    *start = InitFrom(std::forward<T>(args)...);
  386|      1|  }
_ZN6google8protobuf8internal9ExpectTagILj10EEEbPKc:
  429|    298|bool ExpectTag(const char* ptr) {
  430|    298|  if (tag < 128) {
  ------------------
  |  Branch (430:7): [True: 298, Folded]
  ------------------
  431|    298|    return *ptr == tag;
  432|    298|  } else {
  433|      0|    static_assert(tag < 128 * 128, "We only expect tags for 1 or 2 bytes");
  434|      0|    char buf[2] = {static_cast<char>(tag | 0x80), static_cast<char>(tag >> 7)};
  435|      0|    return std::memcmp(ptr, buf, 2) == 0;
  436|      0|  }
  437|    298|}
_ZN6google8protobuf8internal12ParseContext12ParseMessageIN13sentencepiece24ModelProto_SentencePieceEEEPKcPT_S7_:
  642|    298|    T* msg, const char* ptr) {
  643|    298|  int size = ReadSize(&ptr);
  644|    298|  if (!ptr) return nullptr;
  ------------------
  |  Branch (644:7): [True: 0, False: 298]
  ------------------
  645|    298|  auto old = PushLimit(ptr, size);
  646|    298|  if (--depth_ < 0) return nullptr;
  ------------------
  |  Branch (646:7): [True: 0, False: 298]
  ------------------
  647|    298|  ptr = msg->_InternalParse(ptr, this);
  648|    298|  if (PROTOBUF_PREDICT_FALSE(ptr == nullptr)) return nullptr;
  ------------------
  |  |  247|    298|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 298]
  |  |  ------------------
  ------------------
  649|    298|  depth_++;
  650|    298|  if (!PopLimit(old)) return nullptr;
  ------------------
  |  Branch (650:7): [True: 0, False: 298]
  ------------------
  651|    298|  return ptr;
  652|    298|}
_ZN6google8protobuf8internal12ParseContext12ParseMessageIN13sentencepiece11TrainerSpecEEEPKcPT_S7_:
  642|      1|    T* msg, const char* ptr) {
  643|      1|  int size = ReadSize(&ptr);
  644|      1|  if (!ptr) return nullptr;
  ------------------
  |  Branch (644:7): [True: 0, False: 1]
  ------------------
  645|      1|  auto old = PushLimit(ptr, size);
  646|      1|  if (--depth_ < 0) return nullptr;
  ------------------
  |  Branch (646:7): [True: 0, False: 1]
  ------------------
  647|      1|  ptr = msg->_InternalParse(ptr, this);
  648|      1|  if (PROTOBUF_PREDICT_FALSE(ptr == nullptr)) return nullptr;
  ------------------
  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  649|      1|  depth_++;
  650|      1|  if (!PopLimit(old)) return nullptr;
  ------------------
  |  Branch (650:7): [True: 0, False: 1]
  ------------------
  651|      1|  return ptr;
  652|      1|}
_ZN6google8protobuf8internal12ParseContext12ParseMessageIN13sentencepiece14NormalizerSpecEEEPKcPT_S7_:
  642|      1|    T* msg, const char* ptr) {
  643|      1|  int size = ReadSize(&ptr);
  644|      1|  if (!ptr) return nullptr;
  ------------------
  |  Branch (644:7): [True: 0, False: 1]
  ------------------
  645|      1|  auto old = PushLimit(ptr, size);
  646|      1|  if (--depth_ < 0) return nullptr;
  ------------------
  |  Branch (646:7): [True: 0, False: 1]
  ------------------
  647|      1|  ptr = msg->_InternalParse(ptr, this);
  648|      1|  if (PROTOBUF_PREDICT_FALSE(ptr == nullptr)) return nullptr;
  ------------------
  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  649|      1|  depth_++;
  650|      1|  if (!PopLimit(old)) return nullptr;
  ------------------
  |  Branch (650:7): [True: 0, False: 1]
  ------------------
  651|      1|  return ptr;
  652|      1|}

_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece19SelfTestData_SampleEE4sizeEv:
 2167|      1|inline int RepeatedPtrField<Element>::size() const {
 2168|      1|  return RepeatedPtrFieldBase::size();
 2169|      1|}
_ZNK6google8protobuf8internal20RepeatedPtrFieldBase4sizeEv:
 1700|    601|inline int RepeatedPtrFieldBase::size() const { return current_size_; }
_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE4sizeEv:
 2167|    600|inline int RepeatedPtrField<Element>::size() const {
 2168|    600|  return RepeatedPtrFieldBase::size();
 2169|    600|}
_ZN6google8protobuf8internal20RepeatedPtrFieldBase4castINS0_16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE11TypeHandlerEEEPNT_4TypeEPv:
  748|    894|  static inline typename TypeHandler::Type* cast(void* element) {
  749|    894|    return reinterpret_cast<typename TypeHandler::Type*>(element);
  750|    894|  }
_ZNK6google8protobuf8internal20RepeatedPtrFieldBase8raw_dataEv:
 1857|      4|inline void* const* RepeatedPtrFieldBase::raw_data() const {
 1858|      4|  return rep_ ? rep_->elements : NULL;
  ------------------
  |  Branch (1858:10): [True: 2, False: 2]
  ------------------
 1859|      4|}
_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece19SelfTestData_SampleEE5beginEv:
 2613|      1|RepeatedPtrField<Element>::begin() const {
 2614|      1|  return iterator(raw_data());
 2615|      1|}
_ZN6google8protobuf8internal19RepeatedPtrIteratorIN13sentencepiece19SelfTestData_SampleEEC2EPKPv:
 2432|      2|  explicit RepeatedPtrIterator(void* const* it) : it_(it) {}
_ZN6google8protobuf8internal19RepeatedPtrIteratorIKN13sentencepiece19SelfTestData_SampleEEC2IS4_EERKNS2_IT_EE:
 2438|      2|      : it_(other.it_) {
 2439|       |    // Force a compiler error if the other type is not convertible to ours.
 2440|      2|    if (false) {
  ------------------
  |  Branch (2440:9): [Folded, False: 2]
  ------------------
 2441|      0|      implicit_cast<Element*>(static_cast<OtherElement*>(nullptr));
 2442|      0|    }
 2443|      2|  }
_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece19SelfTestData_SampleEE3endEv:
 2628|      1|RepeatedPtrField<Element>::end() const {
 2629|      1|  return iterator(raw_data() + size());
 2630|      1|}
_ZNK6google8protobuf8internal19RepeatedPtrIteratorIKN13sentencepiece19SelfTestData_SampleEEneERKS6_:
 2463|      1|  bool operator!=(const iterator& x) const { return it_ != x.it_; }
_ZN6google8protobuf8internal19RepeatedPtrIteratorIN13sentencepiece24ModelProto_SentencePieceEEC2EPKPv:
 2432|      2|  explicit RepeatedPtrIterator(void* const* it) : it_(it) {}
_ZNK6google8protobuf8internal20RepeatedPtrFieldBase8GetArenaEv:
  719|      8|  inline Arena* GetArena() const { return arena_; }
_ZN6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE5ClearEv:
 2293|      1|inline void RepeatedPtrField<Element>::Clear() {
 2294|      1|  RepeatedPtrFieldBase::Clear<TypeHandler>();
 2295|      1|}
_ZN6google8protobuf8internal20RepeatedPtrFieldBase5ClearINS0_16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE11TypeHandlerEEEvv:
 1778|      1|void RepeatedPtrFieldBase::Clear() {
 1779|      1|  const int n = current_size_;
 1780|      1|  GOOGLE_DCHECK_GE(n, 0);
  ------------------
  |  |  188|      1|#define GOOGLE_DCHECK_GE(A, B) GOOGLE_DCHECK((A) >= (B))
  |  |  ------------------
  |  |  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1781|      1|  if (n > 0) {
  ------------------
  |  Branch (1781:7): [True: 0, False: 1]
  ------------------
 1782|      0|    void* const* elements = rep_->elements;
 1783|      0|    int i = 0;
 1784|      0|    do {
 1785|      0|      TypeHandler::Clear(cast<TypeHandler>(elements[i++]));
 1786|      0|    } while (i < n);
  ------------------
  |  Branch (1786:14): [True: 0, False: 0]
  ------------------
 1787|      0|    current_size_ = 0;
 1788|      0|  }
 1789|      1|}
_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE3GetEi:
 2172|    894|inline const Element& RepeatedPtrField<Element>::Get(int index) const {
 2173|    894|  return RepeatedPtrFieldBase::Get<TypeHandler>(index);
 2174|    894|}
_ZNK6google8protobuf8internal20RepeatedPtrFieldBase3GetINS0_16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE11TypeHandlerEEERKNT_4TypeEi:
 1704|    894|    int index) const {
 1705|    894|  GOOGLE_DCHECK_GE(index, 0);
  ------------------
  |  |  188|    894|#define GOOGLE_DCHECK_GE(A, B) GOOGLE_DCHECK((A) >= (B))
  |  |  ------------------
  |  |  |  |  181|    894|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 894]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1706|    894|  GOOGLE_DCHECK_LT(index, current_size_);
  ------------------
  |  |  185|    894|#define GOOGLE_DCHECK_LT(A, B) GOOGLE_DCHECK((A) <  (B))
  |  |  ------------------
  |  |  |  |  181|    894|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  |  |  ------------------
  |  |  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (181:41): [Folded, False: 894]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1707|    894|  return *cast<TypeHandler>(rep_->elements[index]);
 1708|    894|}
_ZN6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE3AddEv:
 2193|    298|inline Element* RepeatedPtrField<Element>::Add() {
 2194|    298|  return RepeatedPtrFieldBase::Add<TypeHandler>();
 2195|    298|}
_ZN6google8protobuf8internal20RepeatedPtrFieldBase3AddINS0_16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE11TypeHandlerEEEPNT_4TypeESB_:
 1741|    298|    typename TypeHandler::Type* prototype) {
 1742|    298|  if (rep_ != NULL && current_size_ < rep_->allocated_size) {
  ------------------
  |  Branch (1742:7): [True: 297, False: 1]
  |  Branch (1742:23): [True: 0, False: 297]
  ------------------
 1743|      0|    return cast<TypeHandler>(rep_->elements[current_size_++]);
 1744|      0|  }
 1745|    298|  if (!rep_ || rep_->allocated_size == total_size_) {
  ------------------
  |  Branch (1745:7): [True: 1, False: 297]
  |  Branch (1745:16): [True: 7, False: 290]
  ------------------
 1746|      8|    Reserve(total_size_ + 1);
 1747|      8|  }
 1748|    298|  ++rep_->allocated_size;
 1749|    298|  typename TypeHandler::Type* result =
 1750|    298|      TypeHandler::NewFromPrototype(prototype, arena_);
 1751|    298|  rep_->elements[current_size_++] = result;
 1752|    298|  return result;
 1753|    298|}
_ZN6google8protobuf8internal18GenericTypeHandlerIN13sentencepiece24ModelProto_SentencePieceEE16NewFromPrototypeEPKS4_PNS0_5ArenaE:
  836|    298|    const GenericType* /* prototype */, Arena* arena) {
  837|    298|  return New(arena);
  838|    298|}
_ZN6google8protobuf8internal18GenericTypeHandlerIN13sentencepiece24ModelProto_SentencePieceEE3NewEPNS0_5ArenaE:
  806|    298|  static inline GenericType* New(Arena* arena) {
  807|    298|    return Arena::CreateMaybeMessage<Type>(arena);
  808|    298|  }
_ZN6google8protobuf16RepeatedPtrFieldINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEEC2EPNS0_5ArenaE:
 2098|      8|    : RepeatedPtrFieldBase(arena) {}
_ZN6google8protobuf8internal20RepeatedPtrFieldBaseC2EPNS0_5ArenaE:
 1654|     11|    : arena_(arena), current_size_(0), total_size_(0), rep_(NULL) {}
_ZN6google8protobuf16RepeatedPtrFieldIN13sentencepiece19SelfTestData_SampleEEC2EPNS0_5ArenaE:
 2098|      1|    : RepeatedPtrFieldBase(arena) {}
_ZN6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEEC2EPNS0_5ArenaE:
 2098|      2|    : RepeatedPtrFieldBase(arena) {}
_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE5beginEv:
 2613|      1|RepeatedPtrField<Element>::begin() const {
 2614|      1|  return iterator(raw_data());
 2615|      1|}
_ZN6google8protobuf8internal19RepeatedPtrIteratorIKN13sentencepiece24ModelProto_SentencePieceEEC2IS4_EERKNS2_IT_EE:
 2438|      2|      : it_(other.it_) {
 2439|       |    // Force a compiler error if the other type is not convertible to ours.
 2440|      2|    if (false) {
  ------------------
  |  Branch (2440:9): [Folded, False: 2]
  ------------------
 2441|      0|      implicit_cast<Element*>(static_cast<OtherElement*>(nullptr));
 2442|      0|    }
 2443|      2|  }
_ZNK6google8protobuf16RepeatedPtrFieldIN13sentencepiece24ModelProto_SentencePieceEE3endEv:
 2628|      1|RepeatedPtrField<Element>::end() const {
 2629|      1|  return iterator(raw_data() + size());
 2630|      1|}
_ZNK6google8protobuf8internal19RepeatedPtrIteratorIKN13sentencepiece24ModelProto_SentencePieceEEneERKS6_:
 2463|    299|  bool operator!=(const iterator& x) const { return it_ != x.it_; }
_ZN6google8protobuf8internal19RepeatedPtrIteratorIKN13sentencepiece24ModelProto_SentencePieceEEppEv:
 2450|    298|  iterator& operator++() {
 2451|    298|    ++it_;
 2452|    298|    return *this;
 2453|    298|  }
_ZNK6google8protobuf8internal19RepeatedPtrIteratorIKN13sentencepiece24ModelProto_SentencePieceEEdeEv:
 2446|    298|  reference operator*() const { return *reinterpret_cast<Element*>(*it_); }

_ZN6google8protobuf8internal12WrappedMutex4LockEv:
   99|      8|  void Lock() GOOGLE_PROTOBUF_ACQUIRE() { mu_.lock(); }
_ZN6google8protobuf8internal12WrappedMutex6UnlockEv:
  100|      8|  void Unlock() GOOGLE_PROTOBUF_RELEASE() { mu_.unlock(); }
_ZN6google8protobuf8internal9MutexLockC2EPNS1_12WrappedMutexE:
  118|      7|  explicit MutexLock(Mutex *mu) : mu_(mu) { this->mu_->Lock(); }
_ZN6google8protobuf8internal9MutexLockD2Ev:
  119|      7|  ~MutexLock() { this->mu_->Unlock(); }
_ZN6google8protobuf8internal12WrappedMutexC2Ev:
   98|      1|  WrappedMutex() = default;

_ZN6google8protobuf11StringPiece22CheckedSsizeTFromSizeTEm:
  186|      2|  static stringpiece_ssize_type CheckedSsizeTFromSizeT(size_t size) {
  187|       |#if STRINGPIECE_CHECK_SIZE > 0
  188|       |#ifdef max
  189|       |#undef max
  190|       |#endif
  191|       |    if (size > static_cast<size_t>(
  192|       |        std::numeric_limits<stringpiece_ssize_type>::max())) {
  193|       |      // Some people grep for this message in logs
  194|       |      // so take care if you ever change it.
  195|       |      LogFatalSizeTooBig(size, "size_t to int conversion");
  196|       |    }
  197|       |#endif
  198|      2|    return static_cast<stringpiece_ssize_type>(size);
  199|      2|  }
_ZN6google8protobuf11StringPieceC2EPKc:
  214|      2|      : ptr_(str), length_(0) {
  215|      2|    if (str != nullptr) {
  ------------------
  |  Branch (215:9): [True: 2, False: 0]
  ------------------
  216|      2|      length_ = CheckedSsizeTFromSizeT(strlen(str));
  217|      2|    }
  218|      2|  }
_ZN6google8protobuf11StringPieceC2EPKcl:
  228|     11|      : ptr_(offset), length_(len) {
  229|       |    assert(len >= 0);
  230|     11|  }
_ZNK6google8protobuf11StringPiece4dataEv:
  246|      4|  const char* data() const { return ptr_; }
_ZNK6google8protobuf11StringPiece4sizeEv:
  247|      4|  stringpiece_ssize_type size() const { return length_; }
_ZNK6google8protobuf11StringPiece8ToStringEv:
  310|      2|  std::string ToString() const {
  311|      2|    if (ptr_ == nullptr) return "";
  ------------------
  |  Branch (311:9): [True: 0, False: 2]
  ------------------
  312|      2|    return std::string(data(), static_cast<size_type>(size()));
  313|      2|  }

_ZN6google8protobuf8internal13MergeFromImplILb0EEEbNS0_11StringPieceEPNS0_11MessageLiteENS4_10ParseFlagsE:
  140|      1|                   MessageLite::ParseFlags parse_flags) {
  141|      1|  const char* ptr;
  142|      1|  internal::ParseContext ctx(io::CodedInputStream::GetDefaultRecursionLimit(),
  143|      1|                             aliasing, &ptr, input);
  144|      1|  ptr = msg->_InternalParse(ptr, &ctx);
  145|       |  // ctx has an explicit limit set (length of string_view).
  146|      1|  if (PROTOBUF_PREDICT_TRUE(ptr && ctx.EndedAtLimit())) {
  ------------------
  |  |  236|      2|#define PROTOBUF_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
  |  |  ------------------
  |  |  |  Branch (236:34): [True: 1, False: 0]
  |  |  |  Branch (236:55): [True: 1, False: 0]
  |  |  |  Branch (236:55): [True: 1, False: 0]
  |  |  ------------------
  ------------------
  147|      1|    return CheckFieldPresence(ctx, *msg, parse_flags);
  148|      1|  }
  149|      0|  return false;
  150|      1|}
_ZN6google8protobuf11MessageLite14ParseFromArrayEPKvi:
  324|      1|bool MessageLite::ParseFromArray(const void* data, int size) {
  325|      1|  return ParseFrom<kParse>(as_string_view(data, size));
  326|      1|}
_ZN6google8protobuf8internal13OnShutdownRunEPFvPKvES3_:
  564|      7|void OnShutdownRun(void (*f)(const void*), const void* arg) {
  565|      7|  auto shutdown_data = ShutdownData::get();
  566|      7|  MutexLock lock(&shutdown_data->mutex);
  567|      7|  shutdown_data->functions.push_back(std::make_pair(f, arg));
  568|      7|}
message_lite.cc:_ZN6google8protobuf12_GLOBAL__N_118CheckFieldPresenceERKNS0_8internal12ParseContextERKNS0_11MessageLiteENS6_10ParseFlagsE:
  123|      1|                               MessageLite::ParseFlags parse_flags) {
  124|      1|  if (PROTOBUF_PREDICT_FALSE((parse_flags & MessageLite::kMergePartial) != 0)) {
  ------------------
  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  125|      0|    return true;
  126|      0|  }
  127|      1|  return msg.IsInitializedWithErrors();
  128|      1|}
message_lite.cc:_ZN6google8protobuf12_GLOBAL__N_114as_string_viewEPKvi:
  116|      1|inline StringPiece as_string_view(const void* data, int size) {
  117|      1|  return StringPiece(static_cast<const char*>(data), size);
  118|      1|}
_ZN6google8protobuf8internal12ShutdownData3getEv:
  546|      7|  static ShutdownData* get() {
  547|      7|    static auto* data = new ShutdownData;
  548|      7|    return data;
  549|      7|  }

_ZN6google8protobuf8internal18EpsCopyInputStream12DoneFallbackEii:
  172|      1|                                                              int depth) {
  173|       |  // Did we exceeded the limit (parse error).
  174|      1|  if (PROTOBUF_PREDICT_FALSE(overrun > limit_)) return {nullptr, true};
  ------------------
  |  |  247|      1|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 1]
  |  |  ------------------
  ------------------
  175|      1|  GOOGLE_DCHECK(overrun != limit_);  // Guaranteed by caller.
  ------------------
  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  ------------------
  ------------------
  176|      1|  GOOGLE_DCHECK(overrun < limit_);   // Follows from above
  ------------------
  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  ------------------
  ------------------
  177|       |  // TODO(gerbens) Instead of this dcheck we could just assign, and remove
  178|       |  // updating the limit_end from PopLimit, ie.
  179|       |  // limit_end_ = buffer_end_ + (std::min)(0, limit_);
  180|       |  // if (ptr < limit_end_) return {ptr, false};
  181|      1|  GOOGLE_DCHECK(limit_end_ == buffer_end_ + (std::min)(0, limit_));
  ------------------
  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  ------------------
  ------------------
  182|       |  // At this point we know the following assertion holds.
  183|      1|  GOOGLE_DCHECK(limit_ > 0);
  ------------------
  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  ------------------
  ------------------
  184|      1|  GOOGLE_DCHECK(limit_end_ == buffer_end_);  // because limit_ > 0
  ------------------
  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  ------------------
  ------------------
  185|      1|  const char* p;
  186|      1|  do {
  187|       |    // We are past the end of buffer_end_, in the slop region.
  188|      1|    GOOGLE_DCHECK(overrun >= 0);
  ------------------
  |  |  181|      1|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 1]
  |  |  ------------------
  ------------------
  189|      1|    p = NextBuffer(overrun, depth);
  190|      1|    if (p == nullptr) {
  ------------------
  |  Branch (190:9): [True: 0, False: 1]
  ------------------
  191|       |      // We are at the end of the stream
  192|      0|      if (PROTOBUF_PREDICT_FALSE(overrun != 0)) return {nullptr, true};
  ------------------
  |  |  247|      0|#define PROTOBUF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
  |  |  ------------------
  |  |  |  Branch (247:35): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  193|      0|      GOOGLE_DCHECK(limit_ > 0);
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
  194|      0|      limit_end_ = buffer_end_;
  195|       |      // Distinguish ending on a pushed limit or ending on end-of-stream.
  196|      0|      SetEndOfStream();
  197|      0|      return {buffer_end_, true};
  198|      0|    }
  199|      1|    limit_ -= buffer_end_ - p;  // Adjust limit_ relative to new anchor
  200|      1|    p += overrun;
  201|      1|    overrun = p - buffer_end_;
  202|      1|  } while (overrun >= 0);
  ------------------
  |  Branch (202:12): [True: 0, False: 1]
  ------------------
  203|      1|  limit_end_ = buffer_end_ + std::min(0, limit_);
  204|      1|  return {p, false};
  205|      1|}
_ZN6google8protobuf8internal24InlineGreedyStringParserEPNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEPKcPNS1_12ParseContextE:
  438|    298|                                     ParseContext* ctx) {
  439|    298|  int size = ReadSize(&ptr);
  440|    298|  if (!ptr) return nullptr;
  ------------------
  |  Branch (440:7): [True: 0, False: 298]
  ------------------
  441|    298|  return ctx->ReadString(ptr, size, s);
  442|    298|}
_ZN6google8protobuf8internal18EpsCopyInputStream10NextBufferEii:
  102|      1|const char* EpsCopyInputStream::NextBuffer(int overrun, int depth) {
  103|      1|  if (next_chunk_ == nullptr) return nullptr;  // We've reached end of stream.
  ------------------
  |  Branch (103:7): [True: 0, False: 1]
  ------------------
  104|      1|  if (next_chunk_ != buffer_) {
  ------------------
  |  Branch (104:7): [True: 0, False: 1]
  ------------------
  105|      0|    GOOGLE_DCHECK(size_ > kSlopBytes);
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
  106|       |    // The chunk is large enough to be used directly
  107|      0|    buffer_end_ = next_chunk_ + size_ - kSlopBytes;
  108|      0|    auto res = next_chunk_;
  109|      0|    next_chunk_ = buffer_;
  110|      0|    if (aliasing_ == kOnPatch) aliasing_ = kNoDelta;
  ------------------
  |  Branch (110:9): [True: 0, False: 0]
  ------------------
  111|      0|    return res;
  112|      0|  }
  113|       |  // Move the slop bytes of previous buffer to start of the patch buffer.
  114|       |  // Note we must use memmove because the previous buffer could be part of
  115|       |  // buffer_.
  116|      1|  std::memmove(buffer_, buffer_end_, kSlopBytes);
  117|      1|  if (overall_limit_ > 0 &&
  ------------------
  |  Branch (117:7): [True: 0, False: 1]
  ------------------
  118|      0|      (depth < 0 || !ParseEndsInSlopRegion(buffer_, overrun, depth))) {
  ------------------
  |  Branch (118:8): [True: 0, False: 0]
  |  Branch (118:21): [True: 0, False: 0]
  ------------------
  119|      0|    const void* data;
  120|       |    // ZeroCopyInputStream indicates Next may return 0 size buffers. Hence
  121|       |    // we loop.
  122|      0|    while (StreamNext(&data)) {
  ------------------
  |  Branch (122:12): [True: 0, False: 0]
  ------------------
  123|      0|      if (size_ > kSlopBytes) {
  ------------------
  |  Branch (123:11): [True: 0, False: 0]
  ------------------
  124|       |        // We got a large chunk
  125|      0|        std::memcpy(buffer_ + kSlopBytes, data, kSlopBytes);
  126|      0|        next_chunk_ = static_cast<const char*>(data);
  127|      0|        buffer_end_ = buffer_ + kSlopBytes;
  128|      0|        if (aliasing_ >= kNoDelta) aliasing_ = kOnPatch;
  ------------------
  |  Branch (128:13): [True: 0, False: 0]
  ------------------
  129|      0|        return buffer_;
  130|      0|      } else if (size_ > 0) {
  ------------------
  |  Branch (130:18): [True: 0, False: 0]
  ------------------
  131|      0|        std::memcpy(buffer_ + kSlopBytes, data, size_);
  132|      0|        next_chunk_ = buffer_;
  133|      0|        buffer_end_ = buffer_ + size_;
  134|      0|        if (aliasing_ >= kNoDelta) aliasing_ = kOnPatch;
  ------------------
  |  Branch (134:13): [True: 0, False: 0]
  ------------------
  135|      0|        return buffer_;
  136|      0|      }
  137|      0|      GOOGLE_DCHECK(size_ == 0) << size_;
  ------------------
  |  |  181|      0|#define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
  |  |  ------------------
  |  |  |  |  154|      0|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      0|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (181:41): [Folded, False: 0]
  |  |  ------------------
  ------------------
  138|      0|    }
  139|      0|    overall_limit_ = 0;  // Next failed, no more needs for next
  140|      0|  }
  141|       |  // End of stream or array
  142|      1|  if (aliasing_ == kNoDelta) {
  ------------------
  |  Branch (142:7): [True: 0, False: 1]
  ------------------
  143|       |    // If there is no more block and aliasing is true, the previous block
  144|       |    // is still valid and we can alias. We have users relying on string_view's
  145|       |    // obtained from protos to outlive the proto, when the parse was from an
  146|       |    // array. This guarantees string_view's are always aliased if parsed from
  147|       |    // an array.
  148|      0|    aliasing_ = reinterpret_cast<std::uintptr_t>(buffer_end_) -
  149|      0|                reinterpret_cast<std::uintptr_t>(buffer_);
  150|      0|  }
  151|      1|  next_chunk_ = nullptr;
  152|      1|  buffer_end_ = buffer_ + kSlopBytes;
  153|      1|  size_ = 0;
  154|      1|  return buffer_;
  155|      1|}

_ZN6google8protobuf8internal20RepeatedPtrFieldBase14InternalExtendEi:
   50|      8|void** RepeatedPtrFieldBase::InternalExtend(int extend_amount) {
   51|      8|  int new_size = current_size_ + extend_amount;
   52|      8|  if (total_size_ >= new_size) {
  ------------------
  |  Branch (52:7): [True: 0, False: 8]
  ------------------
   53|       |    // N.B.: rep_ is non-NULL because extend_amount is always > 0, hence
   54|       |    // total_size must be non-zero since it is lower-bounded by new_size.
   55|      0|    return &rep_->elements[current_size_];
   56|      0|  }
   57|      8|  Rep* old_rep = rep_;
   58|      8|  Arena* arena = GetArena();
   59|      8|  new_size = std::max(internal::kRepeatedFieldLowerClampLimit,
   60|      8|                      std::max(total_size_ * 2, new_size));
   61|      8|  GOOGLE_CHECK_LE(new_size, (std::numeric_limits<size_t>::max() - kRepHeaderSize) /
  ------------------
  |  |  159|      0|#define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B))
  |  |  ------------------
  |  |  |  |  154|      8|  GOOGLE_LOG_IF(FATAL, !(EXPRESSION)) << "CHECK failed: " #EXPRESSION ": "
  |  |  |  |  ------------------
  |  |  |  |  |  |  151|      8|  !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  |  147|      0|  ::google::protobuf::internal::LogFinisher() = \
  |  |  |  |  |  |  |  |  148|      0|      ::google::protobuf::internal::LogMessage( \
  |  |  |  |  |  |  |  |  149|      0|          ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (151:3): [True: 8, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   62|      0|                         sizeof(old_rep->elements[0]))
   63|      0|      << "Requested size is too large to fit into size_t.";
   64|      8|  size_t bytes = kRepHeaderSize + sizeof(old_rep->elements[0]) * new_size;
   65|      8|  if (arena == NULL) {
  ------------------
  |  Branch (65:7): [True: 8, False: 0]
  ------------------
   66|      8|    rep_ = reinterpret_cast<Rep*>(::operator new(bytes));
   67|      8|  } else {
   68|      0|    rep_ = reinterpret_cast<Rep*>(Arena::CreateArray<char>(arena, bytes));
   69|      0|  }
   70|      8|#if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_sized_deallocation)
   71|      8|  const int old_total_size = total_size_;
   72|      8|#endif
   73|      8|  total_size_ = new_size;
   74|      8|  if (old_rep && old_rep->allocated_size > 0) {
  ------------------
  |  Branch (74:7): [True: 7, False: 1]
  |  Branch (74:18): [True: 7, False: 0]
  ------------------
   75|      7|    memcpy(rep_->elements, old_rep->elements,
   76|      7|           old_rep->allocated_size * sizeof(rep_->elements[0]));
   77|      7|    rep_->allocated_size = old_rep->allocated_size;
   78|      7|  } else {
   79|      1|    rep_->allocated_size = 0;
   80|      1|  }
   81|      8|  if (arena == NULL) {
  ------------------
  |  Branch (81:7): [True: 8, False: 0]
  ------------------
   82|      8|#if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_sized_deallocation)
   83|      8|    const size_t old_size =
   84|      8|        old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize;
   85|      8|    ::operator delete(static_cast<void*>(old_rep), old_size);
   86|       |#else
   87|       |    ::operator delete(static_cast<void*>(old_rep));
   88|       |#endif
   89|      8|  }
   90|      8|  return &rep_->elements[current_size_];
   91|      8|}
_ZN6google8protobuf8internal20RepeatedPtrFieldBase7ReserveEi:
   93|      8|void RepeatedPtrFieldBase::Reserve(int new_size) {
   94|      8|  if (new_size > current_size_) {
  ------------------
  |  Branch (94:7): [True: 8, False: 0]
  ------------------
   95|      8|    InternalExtend(new_size - current_size_);
   96|      8|  }
   97|      8|}

_ZN6google8protobuf4util6StatusC2Ev:
   89|      1|Status::Status() : error_code_(error::OK) {
   90|      1|}
_ZN6google8protobuf4util6StatusC2ENS1_5error4CodeENS0_11StringPieceE:
   93|      2|    : error_code_(error_code) {
   94|      2|  if (error_code != error::OK) {
  ------------------
  |  Branch (94:7): [True: 2, False: 0]
  ------------------
   95|      2|    error_message_ = error_message.ToString();
   96|      2|  }
   97|      2|}

structurally_valid.cc:_ZN6google8protobuf8internal12_GLOBAL__N_112InitDetectorC2Ev:
  547|      1|  InitDetector() {
  548|      1|    module_initialized_ = true;
  549|      1|  }

