Searched refs:protobuf_ (Results 1 – 2 of 2) sorted by relevance
71 return protobuf_; in GetProtobuf()76 return &protobuf_; in GetMutableProtobuf()161 if (!protobuf_.SerializeToString(&serial_proto)) { in EncryptProtobuf()190 if (!protobuf_.ParseFromString(serial_proto)) { in DecryptProtobuf()195 !protobuf_.ParseFromArray(serial_proto.data(), in DecryptProtobuf()
77 AttestationDatabase protobuf_; variable