OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEnumType
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/python/google/protobuf/pyext/
descriptor.cc
792
static PyObject *
GetEnumType
(PyBaseDescriptor *self, void *closure) {
899
{ "enum_type", (getter)
GetEnumType
, (setter)SetEnumType, "Enum type"},
[
all
...]
/external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
485
func (m *FileDescriptorProto)
GetEnumType
() []*EnumDescriptorProto {
599
func (m *DescriptorProto)
GetEnumType
() []*EnumDescriptorProto {
[
all
...]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go
457
func (m *FileDescriptorProto)
GetEnumType
() []*EnumDescriptorProto {
570
func (m *DescriptorProto)
GetEnumType
() []*EnumDescriptorProto {
[
all
...]
Completed in 825 milliseconds