OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDirectBufferForNBytesAndAdvance
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.cc
236
uint8* buffer = output->
GetDirectBufferForNBytesAndAdvance
(size);
wire_format_lite.cc
544
uint8* target = output->
GetDirectBufferForNBytesAndAdvance
(size);
560
uint8* target = output->
GetDirectBufferForNBytesAndAdvance
(size);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h
589
// coded_output->
GetDirectBufferForNBytesAndAdvance
(coded_size);
637
inline uint8*
GetDirectBufferForNBytesAndAdvance
(int size);
[
all
...]
Completed in 246 milliseconds