Searched refs:AnnotationId (Results 1 – 4 of 4) sorted by relevance
24 typedef uint64_t AnnotationId; typedef27 constexpr AnnotationId kAnnotationError = -1;31 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser,
26 typedef uint64_t AnnotationId; typedef62 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser, in DecodeAnnotationSerialization()64 AnnotationId result = 0; in DecodeAnnotationSerialization()
73 typedef uint64_t AnnotationId; typedef97 AnnotationId current_annotation_id_;172 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser);178 uint64_t MakeCompoundId(InstrumentationKey k, AnnotationId a) { in MakeCompoundId()318 AnnotationId TuningForkImpl::DecodeAnnotationSerialization(const SerializedAnnotation &ser) { in DecodeAnnotationSerialization()324 SerializedAnnotation TuningForkImpl::SerializeAnnotationId(AnnotationId id) { in SerializeAnnotationId()326 AnnotationId a = id / settings_.aggregation_strategy.max_instrumentation_keys; in SerializeAnnotationId()
39 void CheckEncodeDecode(AnnotationId id, in CheckEncodeDecode()52 void CheckGood(SerializedAnnotation ser, AnnotationId id, in CheckGood()