Searched refs:WriteInt32 (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Core/ |
D | DataEncoder.cpp | 29 WriteInt32 (const unsigned char* ptr, unsigned offset, uint32_t value) in WriteInt32() function 261 WriteInt32 (m_start, offset, value); in PutU32()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 302 void WireFormatLite::WriteInt32(int field_number, int32 value, in WriteInt32() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 337 static void WriteInt32 (field_number, int32 value, output);
|
D | descriptor.pb.cc | 1378 ::google::protobuf::internal::WireFormatLite::WriteInt32( in SerializeWithCachedSizes() 1384 ::google::protobuf::internal::WireFormatLite::WriteInt32( in SerializeWithCachedSizes() 1836 ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->start(), output); in SerializeWithCachedSizes() 1841 ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->end(), output); in SerializeWithCachedSizes() 2900 ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->number(), output); in SerializeWithCachedSizes() 2943 ::google::protobuf::internal::WireFormatLite::WriteInt32(9, this->oneof_index(), output); in SerializeWithCachedSizes() 3961 ::google::protobuf::internal::WireFormatLite::WriteInt32(2, this->number(), output); in SerializeWithCachedSizes()
|