Home
last modified time | relevance | path

Searched defs:TupleProtoMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/testing/
DProtobufMatchers.h712 explicit TupleProtoMatcher(const ProtoComparison& comp) : comp_(new auto(comp)) {} in TupleProtoMatcher() function
714 TupleProtoMatcher(const TupleProtoMatcher& other) : comp_(new auto(*other.comp_)) {} in TupleProtoMatcher() function