Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dvariant.h68 TC3_CHECK(HasInt64()); in Int64Value()
94 bool HasInt64() const { return type_ == TYPE_INT64_VALUE; } in HasInt64() function
Dlua-utils.cc228 } else if (value.HasInt64()) { in PushValue()
Dflatbuffers.cc147 return value.HasInt64(); in IsMatchingType()