Searched refs:CType (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h286 template <typename CType, enum FieldType DeclaredType>
287 static inline bool ReadPrimitive(input, CType* value) INL;
292 template <typename CType, enum FieldType DeclaredType>
296 RepeatedField<CType>* value) INL;
300 template <typename CType, enum FieldType DeclaredType>
304 RepeatedField<CType>* value);
311 template <typename CType, enum FieldType DeclaredType>
313 CType* value) INL;
318 template <typename CType, enum FieldType DeclaredType>
320 RepeatedField<CType>* valu
[all...]
H A Dwire_format_lite_inl.h223 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
227 RepeatedField<CType>* values) {
228 CType value;
229 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
233 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
240 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
245 RepeatedField<CType>* values) {
247 CType value;
248 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
275 buffer = ReadPrimitiveFromArray<CType, DeclaredTyp
[all...]
H A Ddescriptor.pb.h1809 typedef FieldOptions_CType CType; typedef in class:google::protobuf::FieldOptions
1810 static const CType STRING = FieldOptions_CType_STRING;
1811 static const CType CORD = FieldOptions_CType_CORD;
1812 static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE;
1816 static const CType CType_MIN =
1818 static const CType CType_MAX =
1826 static inline const ::std::string& CType_Name(CType value) {
1830 CType* value) {
1836 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
5023 // optional .google.protobuf.FieldOptions.CType ctyp
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h244 template <typename CType, enum FieldType DeclaredType>
245 static inline bool ReadPrimitive(input, CType* value) INL;
250 template <typename CType, enum FieldType DeclaredType>
254 RepeatedField<CType>* value) INL;
258 template <typename CType, enum FieldType DeclaredType>
262 RepeatedField<CType>* value);
269 template <typename CType, enum FieldType DeclaredType>
271 CType* value) INL;
276 template <typename CType, enum FieldType DeclaredType>
278 RepeatedField<CType>* valu
[all...]
H A Dwire_format_lite_inl.h224 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
228 RepeatedField<CType>* values) {
229 CType value;
230 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
234 if (!ReadPrimitive<CType, DeclaredType>(input, &value)) return false;
241 template <typename CType, enum WireFormatLite::FieldType DeclaredType>
246 RepeatedField<CType>* values) {
248 CType value;
249 if (!ReadPrimitive<CType, DeclaredType>(input, &value))
276 buffer = ReadPrimitiveFromArray<CType, DeclaredTyp
[all...]
H A Ddescriptor.pb.h1730 typedef FieldOptions_CType CType; typedef in class:google::protobuf::FieldOptions
1731 static const CType STRING = FieldOptions_CType_STRING;
1732 static const CType CORD = FieldOptions_CType_CORD;
1733 static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE;
1737 static const CType CType_MIN =
1739 static const CType CType_MAX =
1747 static inline const ::std::string& CType_Name(CType value) {
1751 CType* value) {
1757 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
3867 // optional .google.protobuf.FieldOptions.CType ctyp
[all...]
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c44 unsigned int CType : 4; member in struct:_Key::__anon16730
/external/valgrind/main/perf/
H A Dtinycc.c2150 typedef struct CType {
2153 } CType;
2172 CType type; /* type */
2185 CType type; /* associated type */
2358 static CType func_vt; /* current function return type (used by return
2376 static CType char_pointer_type, func_old_type, int_type;
5402 static void parse_expr_type(CType *type);
5403 static void expr_type(CType *type);
5404 static void unary_type(CType *type);
5412 static void decl_initializer(CType *typ
2148 typedef struct CType { struct
2151 } CType; typedef in typeref:struct:CType
[all...]
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp133 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); local
134 if (CType == TargetLowering::C_Memory)
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java230 assertEquals(DescriptorProtos.FieldOptions.CType.CORD,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2367 TargetLowering::ConstraintType CType = local
2374 if (CType == TargetLowering::C_Other && Op.getNode()) {
2381 BestType = CType;
2389 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput())
2393 int Generality = getConstraintGenerality(CType);
2395 BestType = CType;
H A DSelectionDAGBuilder.cpp5936 CType = TLI->getConstraintType(OpInfo.Codes[j]); local
5937 if (CType == TargetLowering::C_Memory) {
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java234 assertEquals(DescriptorProtos.FieldOptions.CType.CORD,
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1180 milliseconds