HomeSort by relevance Sort by last modified time
    Searched refs:kBoolSize (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 396 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 670 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 143 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 500 static const int kBoolSize = 1;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 462 static const int kBoolSize = 1;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 462 static const int kBoolSize = 1;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 462 static const int kBoolSize = 1;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 500 static const int kBoolSize = 1;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 462 static const int kBoolSize = 1;

Completed in 161 milliseconds