OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPPTYPE_BOOL
(Results
1 - 17
of
17
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc
200
case FieldDescriptor::
CPPTYPE_BOOL
: return "bool";
285
case FieldDescriptor::
CPPTYPE_BOOL
:
/external/protobuf/src/google/protobuf/
dynamic_message.cc
104
case FD::
CPPTYPE_BOOL
: return sizeof(RepeatedField<bool >);
124
case FD::
CPPTYPE_BOOL
: return sizeof(bool );
wire_format_lite.cc
75
CPPTYPE_BOOL
, // TYPE_BOOL
text_format.cc
399
case FieldDescriptor::
CPPTYPE_BOOL
: {
[
all
...]
descriptor.h
336
CPPTYPE_BOOL
= 7, // TYPE_BOOL
426
// Get the field default value if cpp_type() ==
CPPTYPE_BOOL
. If no
[
all
...]
wire_format_lite.h
128
CPPTYPE_BOOL
= 7,
descriptor.cc
73
CPPTYPE_BOOL
, // TYPE_BOOL
[
all
...]
extension_set.cc
516
case WireFormatLite::
CPPTYPE_BOOL
:
557
case WireFormatLite::
CPPTYPE_BOOL
:
[
all
...]
generated_message_reflection.cc
102
"
CPPTYPE_BOOL
",
267
case FieldDescriptor::
CPPTYPE_BOOL
:
[
all
...]
descriptor_unittest.cc
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
299
case FieldDescriptor::
CPPTYPE_BOOL
:
/hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp
227
case FieldDescriptor::
CPPTYPE_BOOL
:
228
DBG("Type::ToJs
CPPTYPE_BOOL
");
350
case FieldDescriptor::
CPPTYPE_BOOL
:
351
DBG("Type::ToProto
CPPTYPE_BOOL
");
/external/protobuf/python/google/protobuf/
descriptor.py
358
CPPTYPE_BOOL
= 7
text_format.py
117
elif field.cpp_type == descriptor.FieldDescriptor.
CPPTYPE_BOOL
:
/external/protobuf/python/google/protobuf/internal/
type_checkers.py
163
_FieldDescriptor.
CPPTYPE_BOOL
: TypeChecker(bool, int),
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc
351
case FieldDescriptor::
CPPTYPE_BOOL
:
/external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc
200
case FieldDescriptor::
CPPTYPE_BOOL
:
[
all
...]
Completed in 106 milliseconds