Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc637 std::string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function
644 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()
653 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()
672 std::string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
Djava_helpers.h273 std::string GetBitFieldNameForBit(int bitIndex);