TYPE_BOOL         571 ppapi/proxy/ppapi_param_traits.cc     case ppapi::SocketOptionData::TYPE_BOOL: {
TYPE_BOOL         604 ppapi/proxy/ppapi_param_traits.cc       type != ppapi::SocketOptionData::TYPE_BOOL &&
TYPE_BOOL         612 ppapi/proxy/ppapi_param_traits.cc     case ppapi::SocketOptionData::TYPE_BOOL: {
TYPE_BOOL          16 ppapi/shared_impl/socket_option_data.cc   if (!out_value || type_ != TYPE_BOOL)
TYPE_BOOL          30 ppapi/shared_impl/socket_option_data.cc   type_ = TYPE_BOOL;
TYPE_BOOL         244 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc     case FieldDescriptor::TYPE_BOOL    : return "Bool";
TYPE_BOOL          67 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc     case FieldDescriptor::TYPE_BOOL    : return WireFormatLite::kBoolSize;
TYPE_BOOL          62 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     case FieldDescriptor::TYPE_BOOL    : return "BOOL";
TYPE_BOOL         231 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc     case FieldDescriptor::TYPE_BOOL:
TYPE_BOOL         110 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_BOOL    : return "Bool"    ;
TYPE_BOOL         142 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_BOOL    : return WireFormatLite::kBoolSize;
TYPE_BOOL          69 third_party/protobuf/src/google/protobuf/compiler/parser.cc   result["bool"    ] = FieldDescriptorProto::TYPE_BOOL;
TYPE_BOOL         862 third_party/protobuf/src/google/protobuf/compiler/parser.cc     case FieldDescriptorProto::TYPE_BOOL:
TYPE_BOOL          62 third_party/protobuf/src/google/protobuf/descriptor.h #ifdef TYPE_BOOL
TYPE_BOOL        2403 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BOOL;
TYPE_BOOL        4553 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        4586 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        4602 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        4618 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        4634 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        4650 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5132 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5148 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5501 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5517 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5533 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5566 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        5943 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL        6910 third_party/protobuf/src/google/protobuf/descriptor.pb.cc                    bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>(
TYPE_BOOL         780 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const Type TYPE_BOOL = FieldDescriptorProto_Type_TYPE_BOOL;
TYPE_BOOL        1585 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("bool"    , GetTypeNameForFieldType(FD::TYPE_BOOL    ));
TYPE_BOOL        1610 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FD::CPPTYPE_BOOL   , GetCppTypeForFieldType(FD::TYPE_BOOL    ));
TYPE_BOOL        1635 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("bool"   , GetCppTypeNameForFieldType(FD::TYPE_BOOL    ));
TYPE_BOOL        1675 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   AddField(message_proto, "bool"  , 7, label, FD::TYPE_BOOL  )
TYPE_BOOL        1699 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   AddField(message_proto, "implicit_bool"  , 27, label, FD::TYPE_BOOL  );
TYPE_BOOL         150 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline bool WireFormatLite::ReadPrimitive<bool, WireFormatLite::TYPE_BOOL>(