OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Enum1
(Results
1 - 9
of
9
) sorted by null
/external/nanopb-c/tests/options/
options.proto
35
enum
Enum1
44
required
Enum1
field = 1 [default = EnumValue2];
/external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp
17
struct
Enum1
{
40
void f(Short s, Long l,
Enum1
e1, Enum2 e2, Xpmf pmf) {
203
typedef enum {
Enum1
, Enum2, Enum3 } MyEnum;
overloaded-operator.cpp
59
enum
Enum1
{ };
63
E1(
Enum1
) { }
73
void enum_test(
Enum1
enum1
, Enum2 enum2, E1 e1, E2 e2,
Enum1
next_enum1) {
75
float &f2 = (
enum1
== e2);
77
float &f4 = (
enum1
== next_enum1); // expected-error{{non-const lvalue reference to type 'float' cannot bind to a temporary of type 'bool'}}
/prebuilts/go/darwin-x86/misc/cgo/test/
basic.go
20
Enum1
= 1,
93
if C.
Enum1
!= 1 || C.Enum2 != 2 {
94
t.Error("bad enum", C.
Enum1
, C.Enum2)
/prebuilts/go/linux-x86/misc/cgo/test/
basic.go
20
Enum1
= 1,
93
if C.
Enum1
!= 1 || C.Enum2 != 2 {
94
t.Error("bad enum", C.
Enum1
, C.Enum2)
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
function.pass.cpp
20
enum
Enum1
{};
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py
56
class
Enum1
(messages.Enum):
69
enum_field = messages.EnumField(
Enum1
, 3)
77
enum_field = messages.EnumField(
Enum1
, 3)
99
enums = messages.EnumField(
Enum1
, 3, repeated=True)
261
self.request.enum_field =
Enum1
.VAL1
363
request.enum_field =
Enum1
.VAL1
392
request.enum_field =
Enum1
.VAL1
428
request.enum_field =
Enum1
.VAL1
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py
255
class
Enum1
(messages.Enum):
262
self.assertEquals('
Enum1
',
Enum1
.definition_name())
263
self.assertEquals(None,
Enum1
.outer_definition_name())
264
self.assertEquals(None,
Enum1
.definition_package())
265
self.assertEquals(six.text_type, type(
Enum1
.definition_name()))
315
class
Enum1
(messages.Enum):
322
self.assertEquals(
Enum1
.VAL1,
Enum1
.VAL1)
323
self.assertNotEquals(
Enum1
.VAL1, Enum1.VAL2
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
Completed in 360 milliseconds