Home
last modified time | relevance | path

Searched refs:IsLong (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h338 assert(IsLong() || IsInt()); in LongValue()
339 if (IsLong()) { in LongValue()
469 bool IsLong() const { return type_ == Type::kLong; } in IsLong() function
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dencodable_value_unittests.cc22 EXPECT_EQ(value.IsLong(), type == EncodableValue::Type::kLong); in VerifyType()
/third_party/flatbuffers/include/flatbuffers/
Dreflection.h42 inline bool IsLong(reflection::BaseType t) { in IsLong() function
Didl.h136 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
/third_party/flatbuffers/src/
Didl_gen_ts.cpp1308 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()
1382 if (IsLong(field.value.type.base_type)) { in GenStruct()