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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
431
string
GetBitFieldName
(int index) {
439
return
GetBitFieldName
(bitIndex / 32);
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc
503
string
GetBitFieldName
(int index) {
511
return
GetBitFieldName
(bit_index / 32);
Completed in 50 milliseconds