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.cc528 string GetBitFieldNameForBit(int bit_index) { in GetBitFieldNameForBit() function
533 string var_name = GetBitFieldNameForBit(bit_index); in GenerateGetBit()
542 string var_name = GetBitFieldNameForBit(bit_index); in GenerateSetBit()
551 string var_name = GetBitFieldNameForBit(bit_index); in GenerateClearBit()
560 string var_name = GetBitFieldNameForBit(bit_index); in GenerateDifferentBit()
Djavanano_helpers.h157 string GetBitFieldNameForBit(int bit_index);
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc543 string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function
550 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()
559 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()
578 string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
Djava_helpers.h220 string GetBitFieldNameForBit(int bitIndex);