Searched refs:MaybeInt (Results 1 – 1 of 1) sorted by relevance
83 const auto MaybeInt = V.getAsInteger(); in fromJson() local84 if (!MaybeInt) in fromJson()87 const int64_t Value = *MaybeInt; in fromJson()