Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc562 string GetBitFieldNameForBit(int bitIndex) { in GetBitFieldNameForBit() function
569 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateGetBitInternal()
578 string varName = prefix + GetBitFieldNameForBit(bitIndex); in GenerateSetBitInternal()
597 string varName = GetBitFieldNameForBit(bitIndex); in GenerateClearBit()
Djava_helpers.h261 string GetBitFieldNameForBit(int bitIndex);