Searched refs:action_desc (Results 1 – 2 of 2) sorted by relevance
26 const google::protobuf::Descriptor* action_desc) { in GetProtoValueDescriptor() argument27 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()
40 const google::protobuf::Descriptor* action_desc);