MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / IsInteger

Function IsInteger

native/thirdpart/flatbuffers/idl.h:132–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130inline bool IsScalar (BaseType t) { return t >= BASE_TYPE_UTYPE &&
131 t <= BASE_TYPE_DOUBLE; }
132inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE &&
133 t <= BASE_TYPE_ULONG; }
134inline bool IsFloat (BaseType t) { return t == BASE_TYPE_FLOAT ||
135 t == BASE_TYPE_DOUBLE; }
136inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG ||

Callers 8

ParseFieldMethod · 0.70
ParseEnumFromStringMethod · 0.70
SingleValueRepackFunction · 0.70
ParseSingleValueMethod · 0.70
ParseEnumMethod · 0.70
SerializeMethod · 0.70
DeserializeMethod · 0.70
IsEnumFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected