Searched refs:TypedFloatConstantGenerator (Results 1 – 4 of 4) sorted by relevance
191 TypedFloatConstantGenerator::TypedFloatConstantGenerator( in TypedFloatConstantGenerator() function in flatbuffers::TypedFloatConstantGenerator201 std::string TypedFloatConstantGenerator::MakeNaN( in MakeNaN()205 std::string TypedFloatConstantGenerator::MakeInf( in MakeInf()214 std::string TypedFloatConstantGenerator::Value(double v, in Value()220 std::string TypedFloatConstantGenerator::Inf(double v) const { in Inf()224 std::string TypedFloatConstantGenerator::NaN(double v) const { in NaN()229 std::string TypedFloatConstantGenerator::Value(float v, in Value()235 std::string TypedFloatConstantGenerator::Inf(float v) const { in Inf()239 std::string TypedFloatConstantGenerator::NaN(float v) const { in NaN()
65 static TypedFloatConstantGenerator CSharpFloatGen( in GetLangParams()68 static TypedFloatConstantGenerator JavaFloatGen( in GetLangParams()
2766 const TypedFloatConstantGenerator float_const_gen_;
173 class TypedFloatConstantGenerator : public FloatConstantGenerator {175 TypedFloatConstantGenerator(const char *double_prefix,