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

Function IsFloat

native/thirdpart/flatbuffers/idl.h:134–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 ||
137 t == BASE_TYPE_ULONG; }
138inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; }

Callers 8

ParseFieldMethod · 0.70
ParseFunctionMethod · 0.70
TryTypedValueMethod · 0.70
ParseSingleValueMethod · 0.70
SerializeMethod · 0.70
DeserializeMethod · 0.70
IsNumericMethod · 0.70
ToStringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected