HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_BOOL (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ppapi/shared_impl/
socket_option_data.h 17 TYPE_BOOL = 1,
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 369 TYPE_BOOL = 8
414 TYPE_BOOL: CPPTYPE_BOOL,
  /external/protobuf/python/google/protobuf/
descriptor.py 335 TYPE_BOOL = 8
  /external/chromium_org/base/time/
time.h 35 #undef TYPE_BOOL
  /external/chromium_org/v8/src/
flags.cc 58 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS };
74 ASSERT(type_ == TYPE_BOOL);
107 ASSERT(type_ == TYPE_BOOL);
134 case TYPE_BOOL:
157 case TYPE_BOOL:
188 case Flag::TYPE_BOOL: return "bool";
203 case Flag::TYPE_BOOL:
246 if (f->type() != Flag::TYPE_BOOL || *(f->bool_variable())) {
252 if (f->type() != Flag::TYPE_BOOL) {
381 if (flag->type() != Flag::TYPE_BOOL &
    [all...]
  /external/v8/src/
flags.cc 55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS };
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/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 105 TYPE_BOOL = 8,
descriptor.h 335 TYPE_BOOL = 8, // bool, varint on the wire.
362 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 106 TYPE_BOOL = 8,
descriptor.h 309 TYPE_BOOL = 8, // bool, varint on the wire.
336 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 753 static const Type TYPE_BOOL = FieldDescriptorProto_Type_TYPE_BOOL;
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 893 // 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
    [all...]

Completed in 2287 milliseconds