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

/external/google-breakpad/src/processor/
H A Dstatic_map-inl.h135 uint64_t first_offset = sizeof(int32_t) * (num_nodes_ + 1) local
138 if (first_offset > 0xffffffffUL) {
142 if (offsets_[node_index] != static_cast<uint32_t>(first_offset)) {
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h1169 size_type first_offset = first - cbegin(); local
1171 Truncate(std::copy(last, cend(), begin() + first_offset) - cbegin());
1173 return begin() + first_offset;

Completed in 157 milliseconds