Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc528 std::string GetBitFieldNameForBit(int bit_index) { in GetBitFieldNameForBit() function
533 std::string var_name = GetBitFieldNameForBit(bit_index); in GenerateGetBit()
542 std::string var_name = GetBitFieldNameForBit(bit_index); in GenerateSetBit()
551 std::string var_name = GetBitFieldNameForBit(bit_index); in GenerateClearBit()
560 std::string var_name = GetBitFieldNameForBit(bit_index); in GenerateDifferentBit()
H A Djavanano_helpers.h157 std::string GetBitFieldNameForBit(int bit_index);
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dhelpers.cc721 std::string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function
728 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()
737 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()
756 std::string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
H A Dhelpers.h290 std::string GetBitFieldNameForBit(int bitIndex);
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Dhelpers.cc721 std::string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function
728 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()
737 std::string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()
756 std::string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
H A Dhelpers.h290 std::string GetBitFieldNameForBit(int bitIndex);