HomeSort by relevance Sort by last modified time
    Searched refs:json_type_name (Results 1 - 2 of 2) sorted by null

  /device/google/bonito/json-c/
json_util.c 278 static const char* json_type_name[] = { variable
292 if (o_type_int < 0 || o_type_int >= (int)NELEM(json_type_name))
294 MC_ERROR("json_type_to_name: type %d is out of range [0,%d]\n", o_type, NELEM(json_type_name));
297 return json_type_name[o_type];
  /device/google/crosshatch/json-c/
json_util.c 278 static const char* json_type_name[] = { variable
292 if (o_type_int < 0 || o_type_int >= (int)NELEM(json_type_name))
294 MC_ERROR("json_type_to_name: type %d is out of range [0,%d]\n", o_type, NELEM(json_type_name));
297 return json_type_name[o_type];

Completed in 589 milliseconds