Lines Matching refs:FieldDef
360 const std::string &PtrType(const FieldDef *field) { in PtrType()
365 std::string GenTypeNativePtr(const std::string &type, const FieldDef *field, in GenTypeNativePtr()
377 std::string GenPtrGet(const FieldDef &field) { in GenPtrGet()
383 const FieldDef &field) { in GenTypeNative()
827 std::string GenUnderlyingCast(const FieldDef &field, bool from, in GenUnderlyingCast()
841 std::string GenFieldOffsetName(const FieldDef &field) { in GenFieldOffsetName()
861 std::string GenDefaultConstant(const FieldDef &field) { in GenDefaultConstant()
867 std::string GetDefaultScalarValue(const FieldDef &field) { in GetDefaultScalarValue()
885 void GenParam(const FieldDef &field, bool direct, const char *prefix) { in GenParam()
903 void GenMember(const FieldDef &field) { in GenMember()
981 void GenVerifyCall(const FieldDef &field, const char* prefix) { in GenVerifyCall()
1394 bool invector, const FieldDef &afield) { in GenUnpackVal()
1423 std::string GenUnpackFieldStatement(const FieldDef &field, in GenUnpackFieldStatement()
1424 const FieldDef *union_field) { in GenUnpackFieldStatement()
1491 std::string GenCreateParam(const FieldDef &field) { in GenCreateParam()
1706 const FieldDef &field, std::string *code_ptr, int *id, in GenPadding()