Home
last modified time | relevance | path

Searched defs:bytes_from_buffer (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dparse_context.cc216 int bytes_from_buffer = buffer_end_ - ptr + kSlopBytes; in ReadCordFallback() local
228 int bytes_from_buffer = buffer_end_ - ptr + kSlopBytes; in ReadCordFallback() local
/third_party/python/Modules/
D_testclinic.c613 bytes_from_buffer(Py_buffer *buf) in bytes_from_buffer() function