Home
last modified time | relevance | path

Searched refs:SerializedAnnotation (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/
Dprong.h30 typedef ProtobufSerialization SerializedAnnotation; typedef
36 SerializedAnnotation annotation_;
41 const SerializedAnnotation &annotation = {},
77 const std::function<SerializedAnnotation(uint64_t)>& seralizeId);
Dannotation_util.h25 typedef std::vector<uint8_t> SerializedAnnotation; typedef
31 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser,
35 int SerializeAnnotationId(uint64_t id, SerializedAnnotation& ser,
Dprong.cpp30 const std::function<SerializedAnnotation(uint64_t)> &seralizeId) in ProngCache()
36 SerializedAnnotation annotation = seralizeId(i); in ProngCache()
Dtuningfork.cpp95 SerializedAnnotation current_annotation_;
172 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser);
182 SerializedAnnotation SerializeAnnotationId(uint64_t);
318 AnnotationId TuningForkImpl::DecodeAnnotationSerialization(const SerializedAnnotation &ser) { in DecodeAnnotationSerialization()
324 SerializedAnnotation TuningForkImpl::SerializeAnnotationId(AnnotationId id) { in SerializeAnnotationId()
325 SerializedAnnotation ann; in SerializeAnnotationId()
Dannotation_util.cpp62 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser, in DecodeAnnotationSerialization()
93 int SerializeAnnotationId(uint64_t id, SerializedAnnotation& ser, in SerializeAnnotationId()
/frameworks/opt/gamesdk/test/tuningfork/
Dannotation_test.cpp41 SerializedAnnotation ser; in CheckEncodeDecode()
52 void CheckGood(SerializedAnnotation ser, AnnotationId id, in CheckGood()
57 void CheckBad(SerializedAnnotation ser, in CheckBad()