Lines Matching full:an

11  * distributed under the License is distributed on an "AS IS" BASIS,
54 * Throws an invalid_argument exception if the property does not exist.
80 * Throws an exception if parsing fails.
95 * Throws an exception if parsing fails.
110 * Throws an exception if parsing fails.
125 * Throws an exception if parsing fails.
144 * Throws an exception if parsing fails.
155 * Parses a JSON element containing an array of byte values expressed as a
160 * Throws an exception if parsing fails.
171 * Parses a JSON element containing an 8-bit signed integer.
175 * Throws an exception if parsing fails.
186 * Parses a JSON element containing an integer.
190 * Throws an exception if parsing fails.
205 * Throws an exception if parsing fails.
208 * @param isEmptyValid indicates whether an empty string value is valid
217 * Parses a JSON element containing an 8-bit unsigned integer.
221 * Throws an exception if parsing fails.
236 * Throws an exception if parsing fails.
247 * Parses a JSON element containing an unsigned integer.
251 * Throws an exception if parsing fails.
264 * Throws an invalid_argument exception if the element is not an array.
272 throw std::invalid_argument{"Element is not an array"}; in verifyIsArray()
279 * Throws an invalid_argument exception if the element is not an object.
287 throw std::invalid_argument{"Element is not an object"}; in verifyIsObject()
295 * Throws an invalid_argument exception if the element contains a different
296 * number of properties. This indicates the element contains an invalid
307 throw std::invalid_argument{"Element contains an invalid property"}; in verifyPropertyCount()
320 * Throws an invalid_argument exception if a variable occurs in the value that