OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:enum_type
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/include/mcld/ADT/
Flags.h
22
typedef Enum
enum_type
;
typedef in class:mcld::Flags
/external/clang/test/CodeGenCXX/
value-init.cpp
27
enum
enum_type
{ negative_number = -1, magic_number = 42 };
enum
31
enum_type
m_enum;
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
311
// TODO(falk): Also print options and fix the message_type,
enum_type
,
324
const EnumDescriptor& enum_descriptor = *file_->
enum_type
(i);
396
PrintEnum(*descriptor.
enum_type
(i));
560
*message_descriptor.
enum_type
(i));
652
// sets the message_type and
enum_type
of all message and enum fields to point
672
const EnumDescriptor& enum_descriptor = *descriptor.
enum_type
(i);
677
// Sets any necessary message_type and
enum_type
attributes
698
const EnumDescriptor*
enum_type
= field.
enum_type
();
local
699
if (
enum_type
) {
[
all
...]
/external/protobuf/src/google/protobuf/
text_format.cc
420
const EnumDescriptor*
enum_type
= field->
enum_type
();
local
422
=
enum_type
->FindValueByName(value);
[
all
...]
descriptor_unittest.cc
226
foo_enum_ = foo_file_->
enum_type
(0);
237
bar_enum_ = bar_file_->
enum_type
(0);
443
enum_ = foo_file_->
enum_type
(0);
638
EXPECT_TRUE(foo_->
enum_type
() == NULL);
639
EXPECT_TRUE(baz_->
enum_type
() == NULL);
640
EXPECT_TRUE(qux_->
enum_type
() == NULL);
642
EXPECT_EQ(enum_, bar_->
enum_type
());
1642
const EnumDescriptor*
enum_type
= file->
enum_type
(0);
local
[
all
...]
descriptor.cc
4250
const EnumDescriptor*
enum_type
= option_field->
enum_type
();
local
[
all
...]
descriptor.pb.h
348
// repeated .google.protobuf.EnumDescriptorProto
enum_type
= 5;
352
inline const ::google::protobuf::EnumDescriptorProto&
enum_type
(int index) const;
356
enum_type
() const;
627
// repeated .google.protobuf.EnumDescriptorProto
enum_type
= 4;
631
inline const ::google::protobuf::EnumDescriptorProto&
enum_type
(int index) const;
635
enum_type
() const;
2658
inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::
enum_type
(int index) const {
function in class:google::protobuf::FileDescriptorProto
2668
FileDescriptorProto::
enum_type
() const {
function in class:google::protobuf::FileDescriptorProto
2907
inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::
enum_type
(int index) const {
function in class:google::protobuf::DescriptorProto
2917
DescriptorProto::
enum_type
() const {
function in class:google::protobuf::DescriptorProto
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
1197
def
enum_type
(self):
member in class:Cursor
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h
3855
enum_type
, \/* "enum" types. *\/
enumerator in enum:tag_types
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h
3855
enum_type
, \/* "enum" types. *\/
enumerator in enum:tag_types
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h
3855
enum_type
, \/* "enum" types. *\/
enumerator in enum:tag_types
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h
3855
enum_type
, \/* "enum" types. *\/
enumerator in enum:tag_types
[
all
...]
Completed in 744 milliseconds