Searched defs:GetType (Results 1 – 5 of 5) sorted by relevance
1076 inline static type_t GetType(int32_t*) { return INT32; } in GetType() function1077 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType() function1078 inline static type_t GetType(c2_cntr32_t*) { return CNTR32; } in GetType() function1079 inline static type_t GetType(int64_t*) { return INT64; } in GetType() function1080 inline static type_t GetType(uint64_t*) { return UINT64; } in GetType() function1081 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType() function1082 inline static type_t GetType(float*) { return FLOAT; } in GetType() function1083 inline static type_t GetType(char*) { return STRING; } in GetType() function1084 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType() function1088 inline static type_t GetType(T*) { in GetType() function[all …]
273 FieldDescriptor::Type GetType(const FieldDescriptor* field) { in GetType() function
702 static PyObject* GetType(PyBaseDescriptor *self, void *closure) { in GetType() function1140 static PyObject* GetType(PyBaseDescriptor *self, void *closure) { in GetType() function
180 def GetType(vt, dimensions, scale=0, zeroPoint=0, extraParams=None): member in Type
162 const google::protobuf::Type* GetType(const Descriptor* descriptor) { in GetType() function in google::protobuf::util::converter::BaseProtoStreamObjectWriterTest