Searched refs:TYPE_BOOL (Results 1 - 20 of 20) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_apple.h40 #ifndef TYPE_BOOL
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
43 #if !TYPE_BOOL
/external/libvpx/vp8/common/
H A Dtype_aliases.h91 #ifndef TYPE_BOOL
92 /*#define TYPE_BOOL*/
/external/v8/src/
H A Dflags.cc55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; enumerator in enum:v8::internal::__anon6366::Flag::FlagType
71 ASSERT(type_ == TYPE_BOOL);
104 ASSERT(type_ == TYPE_BOOL);
131 case TYPE_BOOL:
154 case TYPE_BOOL:
185 case Flag::TYPE_BOOL: return "bool";
200 case Flag::TYPE_BOOL:
243 if (f->type() != Flag::TYPE_BOOL || *(f->bool_variable())) {
249 if (f->type() != Flag::TYPE_BOOL) {
376 if (flag->type() != Flag::TYPE_BOOL
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py181 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize,
204 _FieldDescriptor.TYPE_BOOL: encoder.BoolEncoder,
227 _FieldDescriptor.TYPE_BOOL: encoder.BoolSizer,
250 _FieldDescriptor.TYPE_BOOL: decoder.BoolDecoder,
272 _FieldDescriptor.TYPE_BOOL: wire_format.WIRETYPE_VARINT,
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc109 case FieldDescriptor::TYPE_BOOL : return "Bool" ;
141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
H A Djava_extension.cc61 case FieldDescriptor::TYPE_BOOL : return "BOOL";
H A Djava_helpers.cc208 case FieldDescriptor::TYPE_BOOL:
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc109 case FieldDescriptor::TYPE_BOOL : return "Bool" ;
141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
H A Djavamicro_helpers.cc280 case FieldDescriptor::TYPE_BOOL:
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc228 case FieldDescriptor::TYPE_BOOL : return "Bool";
H A Dcpp_primitive_field.cc67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py335 TYPE_BOOL = 8 variable in class:FieldDescriptor
H A Dtext_format.py253 elif field.type == descriptor.FieldDescriptor.TYPE_BOOL:
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc69 result["bool" ] = FieldDescriptorProto::TYPE_BOOL;
604 case FieldDescriptorProto::TYPE_BOOL:
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h309 TYPE_BOOL = 8, // bool, varint on the wire. enumerator in enum:google::protobuf::FieldDescriptor::Type
336 CPPTYPE_BOOL = 7, // TYPE_BOOL
H A Dwire_format_lite.h106 TYPE_BOOL = 8, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.pb.cc2176 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BOOL; member in class:google::protobuf::FieldDescriptorProto
4314 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
4330 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
4346 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
4362 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
4771 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
4787 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5134 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5150 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
6426 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
[all...]
H A Dwire_format_lite_inl.h151 inline bool WireFormatLite::ReadPrimitive<bool, WireFormatLite::TYPE_BOOL>(
H A Ddescriptor_unittest.cc1566 EXPECT_EQ(FD::CPPTYPE_BOOL , GetCppTypeForFieldType(FD::TYPE_BOOL ));
1606 AddField(message_proto, "bool" , 7, label, FD::TYPE_BOOL )
1630 AddField(message_proto, "implicit_bool" , 27, label, FD::TYPE_BOOL );
2505 " field { name: \"baz\" number: 3 label: LABEL_OPTIONAL type: TYPE_BOOL"
3128 " field { name:\"foo\" number:1 label:LABEL_OPTIONAL type:TYPE_BOOL "
3343 " type: TYPE_BOOL extendee: \"google.protobuf.FileOptions\" }"
H A Ddescriptor.pb.h753 static const Type TYPE_BOOL = FieldDescriptorProto_Type_TYPE_BOOL; member in class:google::protobuf::FieldDescriptorProto

Completed in 342 milliseconds