HomeSort by relevance Sort by last modified time
    Searched refs:kBoolSize (Results 1 - 5 of 5) 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/java/
java_helpers.cc 650 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 477 static const int kBoolSize = 1;

Completed in 73 milliseconds