HomeSort by relevance Sort by last modified time
    Searched refs:kBoolSize (Results 1 - 4 of 4) 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/java/
java_primitive_field.cc 141 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/
wire_format_lite.h 464 static const int kBoolSize = 1;

Completed in 232 milliseconds