Searched defs:isValidOpt (Results 1 – 2 of 2) sorted by relevance
742 GateRef CircuitBuilder::CanBeConcat(GateRef leftString, GateRef rightString, GateRef isValidOpt) in CanBeConcat()749 GateRef CircuitBuilder::CanBackStore(GateRef rightString, GateRef isValidOpt) in CanBackStore()
1857 GateRef isValidOpt = builder_.Equal(leftIsUtf8, rightIsUtf8); in LowerStringAdd() local