Home
last modified time | relevance | path

Searched refs:enum_type (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dscoped_enum.hpp34 typedef typename EnumType::enum_type type;
65 BOOST_CONSTEXPR typename EnumType::enum_type native_value(EnumType e) BOOST_NOEXCEPT in native_value()
127 enum enum_type
130 … BOOST_CONSTEXPR enum_type get_native_value_() const BOOST_NOEXCEPT { return enum_type(v_); } \
131 …ator ==(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_type(lhs.v_)==enum_type(rhs.v_)…
132 …end BOOST_CONSTEXPR bool operator ==(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_ty…
133 …friend BOOST_CONSTEXPR bool operator ==(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs=…
134 …ator !=(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_type(lhs.v_)!=enum_type(rhs.v_)…
135 …end BOOST_CONSTEXPR bool operator !=(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_ty…
136 …friend BOOST_CONSTEXPR bool operator !=(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs!…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A Dtypes.py74 def make_enum_dict(enum_type): argument
87 if enum_type.code != gdb.TYPE_CODE_ENUM:
90 for field in enum_type.fields():
H A Dprinting.py253 def __init__(self, enum_type): argument
254 super(FlagEnumerationPrinter, self).__init__(enum_type)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A Dtypes.py74 def make_enum_dict(enum_type): argument
87 if enum_type.code != gdb.TYPE_CODE_ENUM:
90 for field in enum_type.fields():
H A Dprinting.py253 def __init__(self, enum_type): argument
254 super(FlagEnumerationPrinter, self).__init__(enum_type)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dscoped_enum_emulation.hpp23 # define BOOST_SCOPED_ENUM_START(name) struct name { enum enum_type
25 # define BOOST_SCOPED_ENUM(name) name::enum_type
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dread-md.h61 struct enum_type *parent_enum;
77 struct enum_type { struct
199 struct enum_type *lookup_enum_type (const char *name);
406 extern struct enum_type *lookup_enum_type (const char *);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dread-md.h61 struct enum_type *parent_enum;
77 struct enum_type { struct
199 struct enum_type *lookup_enum_type (const char *name);
406 extern struct enum_type *lookup_enum_type (const char *);
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_core_read.h175 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument
176 __builtin_preserve_enum_value(*(typeof(enum_type) *)enum_value, BPF_ENUMVAL_EXISTS)
186 #define bpf_core_enum_value(enum_type, enum_value) \ argument
187 __builtin_preserve_enum_value(*(typeof(enum_type) *)enum_value, BPF_ENUMVAL_VALUE)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dpbf_message.hpp71 using enum_type = T; typedef in protozero::pbf_message
H A Dpbf_builder.hpp47 using enum_type = T; typedef in protozero::pbf_builder
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp282 Flags ret = typename Flags::enum_type(0); in features()
289 ret |= typename Flags::enum_type(val); in features()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.h5189 enum_type, /* "enum" types. */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcp-tree.h5189 enum_type, /* "enum" types. */ enumerator