Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp190 ssize_t write_bytes = in write() local
193 if (write_bytes == -1) { in write()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py1068 def InternalSerialize(self, write_bytes): argument
1070 field_descriptor._encoder(write_bytes, field_value)
1072 write_bytes(tag_bytes)
1073 write_bytes(value_bytes)