Searched refs:PrimitiveTypeName (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h100 const char* PrimitiveTypeName(FieldDescriptor::CppType type);
H A Dcpp_extension.cc86 type_traits_.append(PrimitiveTypeName(descriptor_->cpp_type()));
H A Dcpp_primitive_field.cc86 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type());
H A Dcpp_helpers.cc208 const char* PrimitiveTypeName(FieldDescriptor::CppType type) { function in namespace:google::protobuf::compiler::cpp
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc105 (*variables)["class"] = PrimitiveTypeName(java_type) + "[]";
H A Djavanano_helpers.h136 string PrimitiveTypeName(JavaType type);
H A Djavanano_helpers.cc329 string PrimitiveTypeName(JavaType type) { function in namespace:google::protobuf::compiler::javanano
H A Djavanano_primitive_field.cc200 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor));
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc55 const char* PrimitiveTypeName(JavaType type) { function in namespace:google::protobuf::compiler::javamicro::__anon16324
191 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc58 const char* PrimitiveTypeName(JavaType type) { function in namespace:google::protobuf::compiler::java::__anon16317
86 (*variables)["type"] = PrimitiveTypeName(GetJavaType(descriptor));

Completed in 174 milliseconds