Searched defs:annotationId (Results 1 – 3 of 3) sorted by relevance
196 void StatsEventCompat::addBoolAnnotation(uint8_t annotationId, bool value) { in addBoolAnnotation()201 void StatsEventCompat::addInt32Annotation(uint8_t annotationId, int32_t value) { in addInt32Annotation()
263 void stats_event_add_bool_annotation(struct stats_event* event, uint8_t annotationId, bool value) { in stats_event_add_bool_annotation()274 void stats_event_add_int32_annotation(struct stats_event* event, uint8_t annotationId, in stats_event_add_int32_annotation()
57 void checkAnnotation(uint8_t** buffer, uint8_t annotationId, uint8_t typeId, T annotationValue) { in checkAnnotation()