Home
last modified time | relevance | path

Searched refs:ParseIntValue (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc49 inline int32_t ParseIntValue(const char* str) { in ParseIntValue() function
67 int32_t int_value = ParseIntValue(dir_ent->d_name); in ReadNextNumericDir()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc138 PARSE_VALUE(ParseIntValue, int, PyLong_Check, PyLong_AsLong) in PARSE_VALUE() argument
141 PARSE_VALUE(ParseIntValue, int, PyInt_Check, PyInt_AsLong) in PARSE_VALUE()
248 return ParseIntValue(key, py_value, status, value); in ParseTypeValue()
263 return ParseIntValue(key, py_type_enum.get(), status, value); in ParseTypeValue()