CType              77 ppapi/cpp/dev/array_dev.h   typedef typename T::CType CType;
CType             139 ppapi/cpp/dev/array_dev.h       storage_->elements = static_cast<CType*>(
CType             140 ppapi/cpp/dev/array_dev.h           internal::ArrayAllocator::Alloc(size, sizeof(CType)));
CType             159 ppapi/cpp/dev/array_dev.h       storage_->elements = static_cast<CType*>(
CType             160 ppapi/cpp/dev/array_dev.h           internal::ArrayAllocator::Alloc(storage_->size, sizeof(CType)));
CType              15 ppapi/cpp/dev/struct_wrapper_output_traits_dev.h   typedef typename T::CType* APIArgType;
CType              28 ppapi/cpp/dev/to_c_type_converter_dev.h   const typename T::CType* ToCInput() const { return wrapper_.ToStruct(); }
CType             234 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java     assertEquals(DescriptorProtos.FieldOptions.CType.CORD,
CType            1810 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const CType STRING = FieldOptions_CType_STRING;
CType            1811 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const CType CORD = FieldOptions_CType_CORD;
CType            1812 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE;
CType            1816 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const CType CType_MIN =
CType            1818 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const CType CType_MAX =
CType            1826 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static inline const ::std::string& CType_Name(CType value) {
CType            1830 third_party/protobuf/src/google/protobuf/descriptor.pb.h       CType* value) {
CType             286 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             287 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static inline bool ReadPrimitive(input, CType* value) INL;
CType             292 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             296 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                            RepeatedField<CType>* value) INL;
CType             300 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             304 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                             RepeatedField<CType>* value);
CType             311 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             313 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                                     CType* value) INL;
CType             318 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             320 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                          RepeatedField<CType>* value) INL;
CType             324 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             325 third_party/protobuf/src/google/protobuf/wire_format_lite.h   static bool ReadPackedPrimitiveNoInline(input, RepeatedField<CType>* value);
CType             530 third_party/protobuf/src/google/protobuf/wire_format_lite.h   template <typename CType, enum FieldType DeclaredType>
CType             535 third_party/protobuf/src/google/protobuf/wire_format_lite.h       RepeatedField<CType>* value) GOOGLE_ATTRIBUTE_ALWAYS_INLINE;
CType             223 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h template <typename CType, enum WireFormatLite::FieldType DeclaredType>
CType             227 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                RepeatedField<CType>* values) {
CType             228 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   CType value;
CType             229 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
CType             233 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
CType             240 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h template <typename CType, enum WireFormatLite::FieldType DeclaredType>
CType             245 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     RepeatedField<CType>* values) {
CType             247 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   CType value;
CType             248 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   if (!ReadPrimitive<CType, DeclaredType>(input, &value))
CType             275 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h       buffer = ReadPrimitiveFromArray<CType, DeclaredType>(buffer, &value);
CType             311 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h template <typename CType, enum WireFormatLite::FieldType DeclaredType>
CType             316 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     RepeatedField<CType>* value) {
CType             317 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return ReadRepeatedPrimitive<CType, DeclaredType>(
CType             321 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h template <typename CType, enum WireFormatLite::FieldType DeclaredType>
CType             323 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                 RepeatedField<CType>* values) {
CType             328 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     CType value;
CType             329 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
CType             336 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h template <typename CType, enum WireFormatLite::FieldType DeclaredType>
CType             338 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                  RepeatedField<CType>* values) {
CType             339 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return ReadPackedPrimitive<CType, DeclaredType>(input, values);