Searched defs:GenerateSetBit (Results 1 - 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ | ||
H A D | java_helpers.cc | 553 string GenerateSetBit(int bitIndex) { function in namespace:google::protobuf::compiler::java |
/external/protobuf/src/google/protobuf/compiler/javanano/ | ||
H A D | javanano_helpers.cc | 527 string GenerateSetBit(int bit_index) { function in namespace:google::protobuf::compiler::javanano 558 (*variables)["set_" + name] = GenerateSetBit(bitIndex); |
Completed in 342 milliseconds