Home
last modified time | relevance | path

Searched defs:EnumValues (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/internal/filedesc/
Ddesc_list_gen.go55 type EnumValues struct { struct
56 List []EnumValue
57 once sync.Once
58 byName map[protoreflect.Name]*EnumValue // protected by once
59 byNum map[protoreflect.EnumNumber]*EnumValue // protected by once
62 func (p *EnumValues) Len() int {
65 func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor {
68 func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValueDescriptor {
74 func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.EnumValueDescriptor {
80 func (p *EnumValues) Format(s fmt.State, r rune) {
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DEnumValues.java13 public final class EnumValues class
25 private EnumValues(Class<Enum<?>> enumClass, SerializableString[] textual) in EnumValues() method in EnumValues
/external/llvm/tools/llvm-pdbdump/
DEnumDumper.cpp38 auto EnumValues = Symbol.findAllChildren<PDBSymbolData>(); in start() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h95 std::vector<struct BTF::BTFEnum> EnumValues; variable
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h201 using EnumValues = EnumValuesContainer<EnumValue>; variable
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h221 using EnumValues = EnumValuesContainer<EnumValue>; variable
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h221 using EnumValues = EnumValuesContainer<EnumValue>; variable
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h221 using EnumValues = EnumValuesContainer<EnumValue>; variable
/external/llvm/include/llvm/Support/
DScopedPrinter.h95 ArrayRef<EnumEntry<TEnum>> EnumValues) { in printEnum()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h96 ArrayRef<EnumEntry<TEnum>> EnumValues) { in printEnum()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp83 ArrayRef<EnumEntry<TEnum>> EnumValues) { in getEnumName()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3061 TEST_F(SourceInfoTest, EnumValues) { in TEST_F() argument
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp327 std::string printEnum(T Value, ArrayRef<EnumEntry<TEnum>> EnumValues) { in printEnum()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcloudsearch.v1.json2614 "EnumValues": { object