Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp2197 : EnumDistanceImpl(v1->GetAsInt64(), v2->GetAsInt64()); in Distance()
2213 if ((*it)->GetAsInt64() == enum_idx) { return *it; } in ReverseLookup()
2244 if (e1->GetAsInt64() == e2->GetAsInt64()) { return e1->name < e2->name; } in SortByValue()
2245 return e1->GetAsInt64() < e2->GetAsInt64(); in SortByValue()
2501 NumToString(ev->GetAsInt64())); in ParseEnum()
/external/flatbuffers/include/flatbuffers/
Didl.h388 int64_t GetAsInt64() const { return value; } in GetAsInt64() function
433 : NumToString(ev.GetAsInt64()); in ToString()