Searched refs:outCreate (Results 1 – 2 of 2) sorted by relevance
59 bool* outCreate = nullptr, bool* outPrivate = nullptr);98 std::unique_ptr<Reference> tryParseReference(const StringPiece16& str, bool* outCreate = nullptr);
93 bool tryParseReference(const StringPiece16& str, ResourceNameRef* outRef, bool* outCreate, in tryParseReference() argument127 if (outCreate) { in tryParseReference()128 *outCreate = create; in tryParseReference()237 std::unique_ptr<Reference> tryParseReference(const StringPiece16& str, bool* outCreate) { in tryParseReference() argument240 if (tryParseReference(str, &ref, outCreate, &privateRef)) { in tryParseReference()247 if (outCreate) { in tryParseReference()248 *outCreate = false; in tryParseReference()