Searched defs:EnumEntry (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | generated_enum_util.h | 58 struct EnumEntry { struct 64 PROTOBUF_EXPORT bool LookUpEnumValue(const EnumEntry* enums, size_t size, argument
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/ |
D | sem.go | 67 type EnumEntry struct { struct 68 Enum *Enum 69 Name string 70 IsInternal bool // True if this entry is not part of the WGSL grammar 74 func (e EnumEntry) Format(w fmt.State, verb rune) { 253 func (*EnumEntry) isNamed() {} 265 func (e *EnumEntry) GetName() string { return e.Name }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ScopedPrinter.h | 23 template <typename T> struct EnumEntry { struct 34 EnumEntry(StringRef N, StringRef A, T V) : Name(N), AltName(A), Value(V) {} in EnumEntry() argument 35 EnumEntry(StringRef N, T V) : Name(N), AltName(N), Value(V) {} in EnumEntry() function
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/ |
D | ast.go | 72 type EnumEntry struct { struct 73 Source tok.Source 74 Name string 75 Decorations Decorations 79 func (e EnumEntry) Format(w fmt.State, verb rune) {
|
/third_party/node/deps/v8/src/torque/ |
D | torque-parser.cc | 40 struct EnumEntry { struct 41 Identifier* name; 42 base::Optional<TypeExpression*> type;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 79559 struct EnumEntry { struct 79560 const char* value; 79561 size_t length;
|