Home
last modified time | relevance | path

Searched refs:ContentDouble (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/shared/
H A DJsonEvent.h45 double ContentDouble() const;
/haiku/src/kits/shared/
H A DJsonEvent.cpp119 BJsonEvent::ContentDouble() const in ContentDouble() function in BJsonEvent
H A DJsonMessageWriter.cpp161 AddDouble(event.ContentDouble()); in Handle()