Searched refs:hasRequiredLabels (Results 1 – 5 of 5) sorted by relevance
137 option1.hasRequiredLabels = true;146 EXPECT_EQ(option2->hasRequiredLabels, true);
208 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()225 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
77 bool hasRequiredLabels = false; member
1374 napi_has_named_property(env, object, "requiredLabels", &options.hasRequiredLabels); in ParseCreateAccountImplicitlyOptions()1375 if (options.hasRequiredLabels) { in ParseCreateAccountImplicitlyOptions()1380 options.hasRequiredLabels = false; in ParseCreateAccountImplicitlyOptions()
450 if (param->createOptions.hasRequiredLabels) { in CreateAccountImplicitlyWork()