OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FieldDescriptorProto_Type
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.h
60
enum
FieldDescriptorProto_Type
{
81
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
82
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
86
inline const ::std::string& FieldDescriptorProto_Type_Name(
FieldDescriptorProto_Type
value) {
91
const ::std::string& name,
FieldDescriptorProto_Type
* value) {
92
return ::google::protobuf::internal::ParseNamedEnum<
FieldDescriptorProto_Type
>(
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h
59
enum
FieldDescriptorProto_Type
{
80
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
81
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
85
inline const ::std::string& FieldDescriptorProto_Type_Name(
FieldDescriptorProto_Type
value) {
90
const ::std::string& name,
FieldDescriptorProto_Type
* value) {
91
return ::google::protobuf::internal::ParseNamedEnum<
FieldDescriptorProto_Type
>(
772
typedef
FieldDescriptorProto_Type
Type;
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h
59
enum
FieldDescriptorProto_Type
{
80
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
81
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
85
inline const ::std::string& FieldDescriptorProto_Type_Name(
FieldDescriptorProto_Type
value) {
90
const ::std::string& name,
FieldDescriptorProto_Type
* value) {
91
return ::google::protobuf::internal::ParseNamedEnum<
FieldDescriptorProto_Type
>(
772
typedef
FieldDescriptorProto_Type
Type;
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h
59
enum
FieldDescriptorProto_Type
{
80
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
81
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
85
inline const ::std::string& FieldDescriptorProto_Type_Name(
FieldDescriptorProto_Type
value) {
90
const ::std::string& name,
FieldDescriptorProto_Type
* value) {
91
return ::google::protobuf::internal::ParseNamedEnum<
FieldDescriptorProto_Type
>(
772
typedef
FieldDescriptorProto_Type
Type;
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h
66
enum
FieldDescriptorProto_Type
{
87
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
88
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
92
inline const ::std::string& FieldDescriptorProto_Type_Name(
FieldDescriptorProto_Type
value) {
97
const ::std::string& name,
FieldDescriptorProto_Type
* value) {
98
return ::google::protobuf::internal::ParseNamedEnum<
FieldDescriptorProto_Type
>(
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h
59
enum
FieldDescriptorProto_Type
{
80
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE;
81
const
FieldDescriptorProto_Type
FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64;
85
inline const ::std::string& FieldDescriptorProto_Type_Name(
FieldDescriptorProto_Type
value) {
90
const ::std::string& name,
FieldDescriptorProto_Type
* value) {
91
return ::google::protobuf::internal::ParseNamedEnum<
FieldDescriptorProto_Type
>(
772
typedef
FieldDescriptorProto_Type
Type;
[
all
...]
Completed in 577 milliseconds