Home
last modified time | relevance | path

Searched refs:GetBitFieldNameForBit (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc514 string GetBitFieldNameForBit(int bit_index) { in GetBitFieldNameForBit() function
519 string var_name = GetBitFieldNameForBit(bit_index); in GenerateGetBit()
528 string var_name = GetBitFieldNameForBit(bit_index); in GenerateSetBit()
537 string var_name = GetBitFieldNameForBit(bit_index); in GenerateClearBit()
546 string var_name = GetBitFieldNameForBit(bit_index); in GenerateDifferentBit()
Djavanano_helpers.h155 string GetBitFieldNameForBit(int bit_index);
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc523 string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function
530 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()
539 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()
558 string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
Djava_helpers.h234 string GetBitFieldNameForBit(int bitIndex);