OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBitFieldNameForBit
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
523
string
GetBitFieldNameForBit
(int bitIndex) {
530
string varName = prefix +
GetBitFieldNameForBit
(bitIndex);
539
string varName = prefix +
GetBitFieldNameForBit
(bitIndex);
558
string varName =
GetBitFieldNameForBit
(bitIndex);
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc
514
string
GetBitFieldNameForBit
(int bit_index) {
519
string var_name =
GetBitFieldNameForBit
(bit_index);
528
string var_name =
GetBitFieldNameForBit
(bit_index);
537
string var_name =
GetBitFieldNameForBit
(bit_index);
546
string var_name =
GetBitFieldNameForBit
(bit_index);
Completed in 55 milliseconds