OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fooenum
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Parser/
cxx-decl.cpp
49
enum {
fooenum
= 1, }; // expected-error {{commas at the end of enumerator lists are a C++11 extension}}
enumerator in enum:__anon8624
52
int Type :
fooenum
;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry.h
101
//
FooEnum
TYPE_ENUM int int
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
177
// enum
FooEnum
{FOO_ENUM_VALUE = 1;}
195
AddEnumValue(AddEnum(&foo_file, "
FooEnum
"), "FOO_ENUM_VALUE", 1);
293
EXPECT_TRUE(foo_file_->FindMessageTypeByName("
FooEnum
") == NULL);
297
EXPECT_EQ(foo_enum_, foo_file_->FindEnumTypeByName("
FooEnum
"));
301
EXPECT_TRUE(bar_file_->FindEnumTypeByName("
FooEnum
") == NULL);
302
EXPECT_TRUE(baz_file_->FindEnumTypeByName("
FooEnum
") == NULL);
[
all
...]
Completed in 183 milliseconds