Home
last modified time | relevance | path

Searched defs:TYPE_BOOL (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.proto107 TYPE_BOOL = 8; enumerator
Dwire_format_lite.h106 TYPE_BOOL = 8, enumerator
Ddescriptor.h309 TYPE_BOOL = 8, // bool, varint on the wire. enumerator
Ddescriptor.pb.cc2176 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BOOL; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h753 static const Type TYPE_BOOL = FieldDescriptorProto_Type_TYPE_BOOL; variable
/external/v8/src/
Dflags.cc55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; enumerator
/external/protobuf/python/google/protobuf/
Ddescriptor.py335 TYPE_BOOL = 8 variable in FieldDescriptor
/external/mdnsresponder/mDNSShared/
DCommonServices.h896 #define TYPE_BOOL 1 macro