Home
last modified time | relevance | path

Searched defs:EnumSize (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DMSP430Attributes.h39 enum EnumSize { ESSmall = 1, ESInteger = 2, ESDontCare = 3 }; enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DMSP430Attributes.h39 enum EnumSize { ESSmall = 1, ESInteger = 2, ESDontCare = 3 }; enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DMSP430Attributes.h39 enum EnumSize { ESSmall = 1, ESInteger = 2, ESDontCare = 3 }; enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DMSP430Attributes.h39 enum EnumSize { ESSmall = 1, ESInteger = 2, ESDontCare = 3 }; enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DMSP430Attributes.h39 enum EnumSize { ESSmall = 1, ESInteger = 2, ESDontCare = 3 }; enum
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc720 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() function in google::protobuf::internal::WireFormatLite
754 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() function in google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h1760 inline size_t WireFormatLite::EnumSize(int value) { in EnumSize() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc720 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() function in google::protobuf::internal::WireFormatLite
754 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() function in google::protobuf::internal::WireFormatLite
H A Dwire_format_lite.h1768 inline size_t WireFormatLite::EnumSize(int value) { in EnumSize() function
/aosp_15_r20/external/angle/src/common/
H A DPackedEnums.h28 constexpr size_t EnumSize() in EnumSize() function
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_dart.cpp287 static std::string EnumSize(const Type &type) { in EnumSize() function in flatbuffers::dart::DartGenerator