Home
last modified time | relevance | path

Searched defs:SignedEnum (Results 1 – 12 of 12) sorted by relevance

/external/nanopb-c/tests/regression/issue_166/
Denums.proto3 enum SignedEnum { enum
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_166/
Denums.proto3 enum SignedEnum { enum
/external/grpc-grpc/third_party/nanopb/tests/multiple_files/
Dmultifile1.proto23 enum SignedEnum { enum
/external/nanopb-c/tests/multiple_files/
Dmultifile1.proto23 enum SignedEnum { enum
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Ds_constant.cpp40 enum SignedEnum : int { enum
/external/perfetto/src/protozero/test/example_proto/
Dtest_messages.proto37 enum SignedEnum { enum
/external/flatbuffers/tests/MyGame/Example/
DMonster.lua525 function Monster_mt:SignedEnum() function
DMonster.go57 SignedEnum Race member
1240 func (rcv *Monster) SignedEnum() Race { func
DMonster.cs189 …public MyGame.Example.Race SignedEnum { get { int o = __p.__offset(100); return o != 0 ? (MyGame.E… property
732 public MyGame.Example.Race SignedEnum { get; set; } property in MyGame.Example.MonsterT
DMonster.py716 def SignedEnum(self): member in Monster
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp15 enum SignedEnum : signed int { }; enum
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11412 bool SignedEnum = ED->getNumNegativeBits() > 0; in AnalyzeBitFieldAssignment() local