Home
last modified time | relevance | path

Searched refs:JAVATYPE_BOOLEAN (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc63 case JAVATYPE_BOOLEAN: return false; in IsReferenceType()
83 case JAVATYPE_BOOLEAN: return false; in IsArrayType()
166 case JAVATYPE_BOOLEAN: return false; in IsVariableLenType()
566 case JAVATYPE_BOOLEAN: in GenerateHashCodeCode()
695 case JAVATYPE_BOOLEAN: in GenerateEqualsCode()
749 case JAVATYPE_BOOLEAN: in GenerateHashCodeCode()
Djavanano_helpers.cc306 return JAVATYPE_BOOLEAN; in GetJavaType()
335 case JAVATYPE_BOOLEAN: return "boolean"; in PrimitiveTypeName()
355 case JAVATYPE_BOOLEAN: return "java.lang.Boolean"; in BoxedPrimitiveTypeName()
375 case JAVATYPE_BOOLEAN: return "com.google.protobuf.nano.WireFormatNano.EMPTY_BOOLEAN_ARRAY"; in EmptyArrayName()
Djavanano_helpers.h123 JAVATYPE_BOOLEAN, enumerator
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc61 case JAVATYPE_BOOLEAN: return "boolean"; in PrimitiveTypeName()
81 case JAVATYPE_BOOLEAN: return false; in IsReferenceType()
164 case JAVATYPE_BOOLEAN: return false; in IsVariableLenType()
Djavamicro_helpers.cc223 return JAVATYPE_BOOLEAN; in GetJavaType()
252 case JAVATYPE_BOOLEAN: return "java.lang.Boolean"; in BoxedPrimitiveTypeName()
Djavamicro_helpers.h113 JAVATYPE_BOOLEAN, enumerator
/external/protobuf/src/google/protobuf/compiler/java/
Djava_primitive_field.cc64 case JAVATYPE_BOOLEAN: return "boolean"; in PrimitiveTypeName()
351 case JAVATYPE_BOOLEAN: in GenerateEqualsCode()
404 case JAVATYPE_BOOLEAN: in GenerateHashCode()
Djava_helpers.cc286 return JAVATYPE_BOOLEAN; in GetJavaType()
315 case JAVATYPE_BOOLEAN: return "java.lang.Boolean"; in BoxedPrimitiveTypeName()
588 case JAVATYPE_BOOLEAN: return false; in IsReferenceType()
Djava_helpers.h143 JAVATYPE_BOOLEAN, enumerator