Home
last modified time | relevance | path

Searched defs:total_bits (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_field.h101 int total_bits() const { return total_bits_; } in total_bits() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc441 int total_bits = 0; in CalculateHasBits() local