Searched refs:IsLong (Results 1 – 5 of 5) sorted by relevance
338 assert(IsLong() || IsInt()); in LongValue()339 if (IsLong()) { in LongValue()469 bool IsLong() const { return type_ == Type::kLong; } in IsLong() function
22 EXPECT_EQ(value.IsLong(), type == EncodableValue::Type::kLong); in VerifyType()
42 inline bool IsLong(reflection::BaseType t) { in IsLong() function
136 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
1308 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()1382 if (IsLong(field.value.type.base_type)) { in GenStruct()