Searched refs:writeZigzagInt32Impl (Results 1 – 2 of 2) sorted by relevance
76 case FIELD_TYPE_SINT32: writeZigzagInt32Impl(id, (int32_t)val); break; in internalWrite()138 case FIELD_TYPE_SINT32: writeZigzagInt32Impl(id, (int)val); break; in write()639 ProtoOutputStream::writeZigzagInt32Impl(uint32_t id, int32_t val) in writeZigzagInt32Impl() function in android::util::ProtoOutputStream
161 inline void writeZigzagInt32Impl(uint32_t id, int32_t val);