Searched refs:hasRequiredLabels (Results 1 – 5 of 5) sorted by relevance
130 option1.hasRequiredLabels = true;139 EXPECT_EQ(option2->hasRequiredLabels, true);
200 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()217 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
80 bool hasRequiredLabels = false; member
370 if (param->createOptions.hasRequiredLabels) { in CreateAccountImplicitlyWork()
1576 napi_has_named_property(env, object, "requiredLabels", &options.hasRequiredLabels); in ParseCreateAccountImplicitlyOptions()1577 if (options.hasRequiredLabels) { in ParseCreateAccountImplicitlyOptions()