Home
last modified time | relevance | path

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

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