HomeSort by relevance Sort by last modified time
    Searched refs:GetBitFieldNameForBit (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 514 string GetBitFieldNameForBit(int bit_index) {
519 string var_name = GetBitFieldNameForBit(bit_index);
528 string var_name = GetBitFieldNameForBit(bit_index);
537 string var_name = GetBitFieldNameForBit(bit_index);
546 string var_name = GetBitFieldNameForBit(bit_index);
javanano_helpers.h 155 string GetBitFieldNameForBit(int bit_index);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 523 string GetBitFieldNameForBit(int bitIndex) {
530 string varName = prefix + GetBitFieldNameForBit(bitIndex);
539 string varName = prefix + GetBitFieldNameForBit(bitIndex);
558 string varName = GetBitFieldNameForBit(bitIndex);
java_helpers.h 234 string GetBitFieldNameForBit(int bitIndex);

Completed in 312 milliseconds