Lines Matching refs:uint8_t
63 bool parseBuffer(uint8_t* buf, size_t len);
68 const std::vector<uint8_t>& experimentIds, int32_t userId);
109 std::vector<uint8_t> GetStorage(size_t key, status_t* err) const;
221 void parseInt32(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
222 void parseInt64(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
223 void parseString(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
224 void parseFloat(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
225 void parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
226 void parseByteArray(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
227 void parseKeyValuePairs(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
228 void parseAttributionChain(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
230 void parseAnnotations(uint8_t numAnnotations, int firstUidInChainIndex = -1);
231 void parseIsUidAnnotation(uint8_t annotationType);
232 void parseTruncateTimestampAnnotation(uint8_t annotationType);
233 void parsePrimaryFieldAnnotation(uint8_t annotationType);
234 void parsePrimaryFieldFirstUidAnnotation(uint8_t annotationType, int firstUidInChainIndex);
235 void parseExclusiveStateAnnotation(uint8_t annotationType);
236 void parseTriggerStateResetAnnotation(uint8_t annotationType);
237 void parseStateNestedAnnotation(uint8_t annotationType);
245 uint8_t* mBuf;
292 uint8_t getTypeId(uint8_t typeInfo);
293 uint8_t getNumAnnotations(uint8_t typeInfo);
327 void writeExperimentIdsToProto(const std::vector<int64_t>& experimentIds, std::vector<uint8_t>* pro…