Home
last modified time | relevance | path

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

/device/google/contexthub/util/common/
DJSONObject.h35 enum FieldType { enum
53 FieldType type() const;
72 FieldType mType;
113 bool getFieldType(KEY key, JSONValue::FieldType *type) const { in getFieldType()
DJSONObject.cpp392 JSONValue::FieldType JSONValue::type() const { in type()