Home
last modified time | relevance | path

Searched refs:action_desc (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dfuzz_utils.cpp26 const google::protobuf::Descriptor* action_desc) { in GetProtoValueDescriptor() argument
27 CHECK(action_desc); in GetProtoValueDescriptor()
28 CHECK(action_desc->oneof_decl_count() == 1) in GetProtoValueDescriptor()
29 << action_desc->oneof_decl_count() << " oneof fields found in " << action_desc->name() in GetProtoValueDescriptor()
31 auto* oneof_value_desc = action_desc->oneof_decl(0); in GetProtoValueDescriptor()
Dfuzz_utils.h40 const google::protobuf::Descriptor* action_desc);