Searched refs:isArray (Results 1 – 4 of 4) sorted by relevance
37 public AnnotationSourcer(Output output, boolean isArray) { in AnnotationSourcer() argument40 mOpenChar = isArray ? "[" : "("; in AnnotationSourcer()41 mCloseChar = isArray ? "]" : ")"; in AnnotationSourcer()
39 if (Array.isArray(args)) {100 } else if (Array.isArray(obj)) {
216 if (Array.isArray(e.children)) {
98 Get(key, json_empty_array, &Json::Value::isArray), ok_); in GetObjects()104 Get(key, json_empty_array, &Json::Value::isArray), ok_); in GetStrings()