OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_BOOL
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/python/google/protobuf/
descriptor.py
335
TYPE_BOOL
= 8
/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/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 110 milliseconds