Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Dcode_generators.cpp261 TypedFloatConstantGenerator::TypedFloatConstantGenerator( in TypedFloatConstantGenerator() function in flatbuffers::TypedFloatConstantGenerator
271 std::string TypedFloatConstantGenerator::MakeNaN( in MakeNaN()
275 std::string TypedFloatConstantGenerator::MakeInf( in MakeInf()
284 std::string TypedFloatConstantGenerator::Value(double v, in Value()
290 std::string TypedFloatConstantGenerator::Inf(double v) const { in Inf()
294 std::string TypedFloatConstantGenerator::NaN(double v) const { in NaN()
299 std::string TypedFloatConstantGenerator::Value(float v, in Value()
305 std::string TypedFloatConstantGenerator::Inf(float v) const { in Inf()
309 std::string TypedFloatConstantGenerator::NaN(float v) const { in NaN()
H A Didl_gen_kotlin.cpp35 static TypedFloatConstantGenerator KotlinFloatGen("Double.", "Float.", "NaN",
H A Didl_gen_java.cpp70 static const TypedFloatConstantGenerator JavaFloatGen("Double.", "Float.", "NaN",
H A Didl_gen_csharp.cpp28 static TypedFloatConstantGenerator CSharpFloatGen("Double.", "Single.", "NaN",
H A Didl_gen_cpp.cpp691 const TypedFloatConstantGenerator float_const_gen_;
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dcode_generators.h199 class TypedFloatConstantGenerator : public FloatConstantGenerator {
201 TypedFloatConstantGenerator(const char *double_prefix,
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dcode_generators.h204 class TypedFloatConstantGenerator : public FloatConstantGenerator {
206 TypedFloatConstantGenerator(const char *double_prefix,
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dcode_generators.h204 class TypedFloatConstantGenerator : public FloatConstantGenerator {
206 TypedFloatConstantGenerator(const char *double_prefix,