Searched defs:TYPE_BOOL (Results 1 - 14 of 14) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp44 TYPE_BOOL, enumerator in enum:rsg::VariableType::Type
162 bool isBoolOrVec (void) const { return m_baseType == TYPE_BOOL; }
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor.py369 TYPE_BOOL = 8 variable in class:FieldDescriptor
414 TYPE_BOOL: CPPTYPE_BOOL,
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DExtension.java65 public static final int TYPE_BOOL = 8; field in class:Extension
375 case TYPE_BOOL:
454 case TYPE_BOOL:
514 case TYPE_BOOL:
602 case TYPE_BOOL:
707 case TYPE_BOOL:
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py390 TYPE_BOOL = 8 variable in class:FieldDescriptor
435 TYPE_BOOL: CPPTYPE_BOOL,
/external/libchrome/base/time/
H A Dtime.h65 #undef TYPE_BOOL macro
/external/libweave/third_party/chromium/base/time/
H A Dtime.h65 #undef TYPE_BOOL macro
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h104 TYPE_BOOL = 8, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h358 TYPE_BOOL = 8, // bool, varint on the wire. enumerator in enum:google::protobuf::FieldDescriptor::Type
385 CPPTYPE_BOOL = 7, // TYPE_BOOL
H A Ddescriptor.pb.cc2533 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BOOL; member in class:google::protobuf::FieldDescriptorProto
5082 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5114 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5129 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5144 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5159 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5174 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5189 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5204 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
5756 bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
[all...]
H A Ddescriptor.pb.h781 static const Type TYPE_BOOL = FieldDescriptorProto_Type_TYPE_BOOL; member in class:google::protobuf::FieldDescriptorProto
/external/v8/src/
H A Dflags.cc36 enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT, enumerator in enum:v8::internal::__anon18146::Flag::FlagType
53 DCHECK(type_ == TYPE_BOOL);
91 DCHECK(type_ == TYPE_BOOL);
118 case TYPE_BOOL:
143 case TYPE_BOOL:
177 case Flag::TYPE_BOOL: return "bool";
191 case Flag::TYPE_BOOL:
238 bool disabled = f->type() == Flag::TYPE_BOOL && !*f->bool_variable();
243 if (f->type() != Flag::TYPE_BOOL) {
374 if (flag->type() != Flag::TYPE_BOOL
[all...]
/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp125 TYPE_BOOL, enumerator in enum:glu::DataType
212 inline bool isDataTypeBoolOrBVec (DataType dataType) { return (dataType >= TYPE_BOOL) && (dataType <= TYPE_BOOL_VEC4); }
213 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType == TYPE_INT) || (dataType == TYPE_UINT) || (dataType == TYPE_BOOL); }
215 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_INT, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL, TYPE_BOOL_VEC4); }
234 template <> struct DataTypeTraits<bool> { enum { DATATYPE = TYPE_BOOL }; };
253 DE_STATIC_ASSERT(TYPE_BOOL_VEC4 == TYPE_BOOL + 3);
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h893 // IOKit IOTypes.h typedef's bool if TYPE_BOOL is not defined so define it here to prevent redefinition by IOTypes.h.
896 #define TYPE_BOOL 1 macro
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 378 milliseconds