Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DMSP430Attributes.h39 enum EnumSize { ESSmall = 1, ESInteger = 2, ESDontCare = 3 }; enum
/external/protobuf/src/google/protobuf/
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
Dwire_format_lite.h1768 inline size_t WireFormatLite::EnumSize(int value) { in EnumSize() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
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
Dwire_format_lite.h1760 inline size_t WireFormatLite::EnumSize(int value) { in EnumSize() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
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
Dwire_format_lite.h1760 inline size_t WireFormatLite::EnumSize(int value) { in EnumSize() function
/external/angle/src/common/
DPackedEnums.h28 constexpr size_t EnumSize() in EnumSize() function
/external/flatbuffers/src/
Didl_gen_dart.cpp308 static std::string EnumSize(const Type &type) { in EnumSize() function in flatbuffers::dart::DartGenerator