Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dcode_generators.cpp229 TypedFloatConstantGenerator::TypedFloatConstantGenerator( in TypedFloatConstantGenerator() function in flatbuffers::TypedFloatConstantGenerator
239 std::string TypedFloatConstantGenerator::MakeNaN( in MakeNaN()
243 std::string TypedFloatConstantGenerator::MakeInf( in MakeInf()
252 std::string TypedFloatConstantGenerator::Value(double v, in Value()
258 std::string TypedFloatConstantGenerator::Inf(double v) const { in Inf()
262 std::string TypedFloatConstantGenerator::NaN(double v) const { in NaN()
267 std::string TypedFloatConstantGenerator::Value(float v, in Value()
273 std::string TypedFloatConstantGenerator::Inf(float v) const { in Inf()
277 std::string TypedFloatConstantGenerator::NaN(float v) const { in NaN()
Didl_gen_java.cpp31 static TypedFloatConstantGenerator JavaFloatGen("Double.", "Float.", "NaN",
Didl_gen_kotlin.cpp35 static TypedFloatConstantGenerator KotlinFloatGen("Double.", "Float.", "NaN",
Didl_gen_csharp.cpp30 static TypedFloatConstantGenerator CSharpFloatGen("Double.", "Single.", "NaN",
Didl_gen_cpp.cpp599 const TypedFloatConstantGenerator float_const_gen_;
/third_party/flatbuffers/include/flatbuffers/
Dcode_generators.h205 class TypedFloatConstantGenerator : public FloatConstantGenerator {
207 TypedFloatConstantGenerator(const char *double_prefix,