Home
last modified time | relevance | path

Searched refs:TypedFloatConstantGenerator (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/src/
Dcode_generators.cpp191 TypedFloatConstantGenerator::TypedFloatConstantGenerator( in TypedFloatConstantGenerator() function in flatbuffers::TypedFloatConstantGenerator
201 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()
Didl_gen_general.cpp65 static TypedFloatConstantGenerator CSharpFloatGen( in GetLangParams()
68 static TypedFloatConstantGenerator JavaFloatGen( in GetLangParams()
Didl_gen_cpp.cpp2766 const TypedFloatConstantGenerator float_const_gen_;
/external/flatbuffers/include/flatbuffers/
Dcode_generators.h173 class TypedFloatConstantGenerator : public FloatConstantGenerator {
175 TypedFloatConstantGenerator(const char *double_prefix,