Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2394 hash_map<int, uint32> fields_mask_for_chunk; in GenerateClear() local
2401 fields_mask_for_chunk[chunk] |= static_cast<uint32>(1) << (i % 32); in GenerateClear()
2462 uint32 mask = fields_mask_for_chunk[i / 8]; in GenerateClear()
3582 hash_map<int, uint32> fields_mask_for_chunk; in GenerateByteSize() local
3587 fields_mask_for_chunk[i / 8] |= static_cast<uint32>(1) << (i % 32); in GenerateByteSize()
3608 uint32 mask = fields_mask_for_chunk[i / 8]; in GenerateByteSize()