Home
last modified time | relevance | path

Searched defs:getInt32 (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h119 bool getInt32(KEY key, int32_t *out) const { in getInt32() function
DJSONObject.cpp392 bool JSONValue::getInt32(int32_t *value) const { in getInt32() function in android::JSONValue