OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBitFieldName
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
516
string
GetBitFieldName
(int index) {
524
return
GetBitFieldName
(bitIndex / 32);
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc
507
string
GetBitFieldName
(int index) {
515
return
GetBitFieldName
(bit_index / 32);
Completed in 290 milliseconds