OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filename_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_writer.cc
143
uint16
filename_size
= filename.size();
local
161
WriteShort(&output,
filename_size
); // file name length
177
uint16
filename_size
= filename.size();
local
192
WriteShort(&output,
filename_size
); // file name length
/external/protobuf/src/google/protobuf/compiler/
zip_writer.cc
113
uint16
filename_size
= filename.size();
local
131
WriteShort(&output,
filename_size
); // file name length
147
uint16
filename_size
= filename.size();
local
162
WriteShort(&output,
filename_size
); // file name length
Completed in 687 milliseconds