Home | History | Annotate | Download | only in data

Lines Matching refs:shared_name

442     OP_REQUIRES_OK(ctx, ctx->GetAttr("shared_name", &name_));
515 // shared_name. In the latter case, the resource found should be verified if
662 string shared_name;
663 OP_REQUIRES_OK(ctx, ctx->GetAttr("shared_name", &shared_name));
664 OP_REQUIRES(ctx, shared_name.empty(),
666 "support the 'shared_name' attr."));