Searched refs:parseBool (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.cpp | 127 void LogEvent::parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations) { in parseBool() function in android::os::statsd::LogEvent 251 parseBool(pos, /*depth=*/1, last, /*numAnnotations=*/0); in parseArray() 559 parseBool(pos, /*depth=*/0, last, getNumAnnotations(typeInfo)); in parseBody()
|
D | LogEvent.h | 279 void parseBool(int32_t* pos, int32_t depth, bool* last, uint8_t numAnnotations);
|