Home
last modified time | relevance | path

Searched defs:totalInts (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc255 int totalInts = (field_generators_.total_bits() + 31) / 32; in Generate() local
532 int totalInts = (field_generators_.total_bits() + 31) / 32; in GenerateFieldInitializers() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Dmessage_builder.cc162 int totalInts = (totalBits + 31) / 32; in Generate() local
H A Dmessage_lite.cc226 int totalInts = (totalBits + 31) / 32; in Generate() local
H A Dmessage.cc413 int totalInts = (totalBits + 31) / 32; in Generate() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dmessage_lite.cc226 int totalInts = (totalBits + 31) / 32; in Generate() local
H A Dmessage_builder.cc162 int totalInts = (totalBits + 31) / 32; in Generate() local
H A Dmessage.cc413 int totalInts = (totalBits + 31) / 32; in Generate() local