Home
last modified time | relevance | path

Searched defs:AsInt32 (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h77 AsInt32, // 'I32' (MSVCRT, like __int32) enumerator
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h382 int32_t AsInt32() const { return static_cast<int32_t>(AsInt64()); } in AsInt32() function