Searched refs:direct_indexed_fields (Results 1 – 1 of 1) sorted by relevance
75 std::vector<uint32_t> direct_indexed_fields; in LoadInternal() local81 direct_indexed_fields.resize(std::max(direct_indexed_fields.size(), in LoadInternal()83 direct_indexed_fields[field_id] = kAllowed | msg_id; in LoadInternal()162 words_.emplace_back(static_cast<uint32_t>(direct_indexed_fields.size())); in LoadInternal()163 words_.insert(words_.end(), direct_indexed_fields.begin(), in LoadInternal()164 direct_indexed_fields.end()); in LoadInternal()166 direct_indexed_fields.clear(); in LoadInternal()