Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageSchema.java534 int hasBitsIndex = next; in newSchemaForRawMessageInfo() local
537 int index = oneofCount * 2 + hasBitsIndex / 32; in newSchemaForRawMessageInfo()
547 presenceMaskShift = hasBitsIndex % 32; in newSchemaForRawMessageInfo()