Searched refs:jsonType (Results 1 – 2 of 2) sorted by relevance
240 JSONInputFormat::JSONInputFormat(JsonType jsonType) in JSONInputFormat() argument241 : InputFormat(), jsonType_(jsonType) in JSONInputFormat()244 void JSONInputFormat::setJsonType(JsonType jsonType) in setJsonType() argument246 jsonType_ = jsonType; in setJsonType()
114 JSONInputFormat(JsonType jsonType);116 void setJsonType(JsonType jsonType);
Completed in 3 milliseconds