Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h137 const uint32_t* has_bits_array = static_cast<const uint32_t*>(base); in IsPresent() local
138 return (has_bits_array[hasbit / 32] & (1u << (hasbit & 31))) != 0; in IsPresent()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h137 const uint32_t* has_bits_array = static_cast<const uint32_t*>(base); in IsPresent() local
138 return (has_bits_array[hasbit / 32] & (1u << (hasbit & 31))) != 0; in IsPresent()