Searched refs:GenFloatConstantImpl (Results 1 – 2 of 2) sorted by relevance
163 std::string FloatConstantGenerator::GenFloatConstantImpl( in GenFloatConstantImpl() function in flatbuffers::FloatConstantGenerator182 case BASE_TYPE_FLOAT: return GenFloatConstantImpl<float>(field); in GenFloatConstant()183 case BASE_TYPE_DOUBLE: return GenFloatConstantImpl<double>(field); in GenFloatConstant()
148 std::string GenFloatConstantImpl(const FieldDef &field) const;