Searched refs:writeZigzagInt32Impl (Results 1 – 2 of 2) sorted by relevance
159 inline void writeZigzagInt32Impl(uint32_t id, int32_t val);
72 case FIELD_TYPE_SINT32: writeZigzagInt32Impl(id, (int32_t)val); break; in internalWrite()607 ProtoOutputStream::writeZigzagInt32Impl(uint32_t id, int32_t val) in writeZigzagInt32Impl() function in android::util::ProtoOutputStream