Searched refs:input_type (Results 1 – 2 of 2) sorted by relevance
27 def check_type_and_ctype(input_json, input_type, ctype): argument28 assert(input_json["type"] == input_type)32 def check_basic_value(input_json, input_type, ctype, value): argument33 check_type_and_ctype(input_json, input_type, ctype)
219 optional string input_type = 2; field