HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_DOUBLE_VALUE (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/utils/
variant.h 37 TYPE_DOUBLE_VALUE = 4,
50 : type_(TYPE_DOUBLE_VALUE), double_value_(value) {}
98 bool HasDouble() const { return type_ == TYPE_DOUBLE_VALUE; }
flatbuffers.cc 323 case Variant::TYPE_DOUBLE_VALUE:
  /external/libtextclassifier/utils/intents/
jni.cc 129 case Variant::TYPE_DOUBLE_VALUE:

Completed in 47 milliseconds