Records

Functions

  • std::string ToLowerSnake (std::string_view s)

    Converts camel case to lower snake case. Does not handle acronyms.

    Defined at line 18 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fidl_codec/utils.h

  • std::string NormalizeMemberName (std::string_view s)

    This is a recreation of the "normalize_member_name" function from Python.

    Defined at line 34 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fidl_codec/utils.h

  • uint32_t PyLong_AsU32 (PyObject * py_long)

    Defined at line 241 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fidl_codec/utils.h

  • uint64_t PyLong_AsU64 (PyObject * py_long)

    Defined at line 250 of file ../../src/developer/ffx/lib/fuchsia-controller/cpp/fidl_codec/utils.h