Searched refs:SerializedAnnotation (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/src/tuningfork/ |
D | prong.h | 30 typedef ProtobufSerialization SerializedAnnotation; typedef 36 SerializedAnnotation annotation_; 41 const SerializedAnnotation &annotation = {}, 77 const std::function<SerializedAnnotation(uint64_t)>& seralizeId);
|
D | annotation_util.h | 25 typedef std::vector<uint8_t> SerializedAnnotation; typedef 31 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser, 35 int SerializeAnnotationId(uint64_t id, SerializedAnnotation& ser,
|
D | prong.cpp | 30 const std::function<SerializedAnnotation(uint64_t)> &seralizeId) in ProngCache() 36 SerializedAnnotation annotation = seralizeId(i); in ProngCache()
|
D | tuningfork.cpp | 95 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()
|
D | annotation_util.cpp | 62 AnnotationId DecodeAnnotationSerialization(const SerializedAnnotation &ser, in DecodeAnnotationSerialization() 93 int SerializeAnnotationId(uint64_t id, SerializedAnnotation& ser, in SerializeAnnotationId()
|
/frameworks/opt/gamesdk/test/tuningfork/ |
D | annotation_test.cpp | 41 SerializedAnnotation ser; in CheckEncodeDecode() 52 void CheckGood(SerializedAnnotation ser, AnnotationId id, in CheckGood() 57 void CheckBad(SerializedAnnotation ser, in CheckBad()
|