Records

Functions

  • template <typename T>
    std::string ToString (const T & x)

    Defined at line 32 of file ../../src/camera/lib/formatting/formatting.h

  • std::ostream & operator<< (std::ostream & os, const PropertyList & p)

    Defined at line 50 of file ../../src/camera/lib/formatting/formatting.cc

  • std::ostream & operator<< (std::ostream & os, const PropertyListPtr & p)

    Defined at line 55 of file ../../src/camera/lib/formatting/formatting.cc

  • template <typename T>
    PropertyListPtr Dump (const std::vector<T> & x)

    Defined at line 65 of file ../../src/camera/lib/formatting/formatting.cc

  • template <typename T, size_t N>
    PropertyListPtr Dump (const std::array<T, N> & x)

    Defined at line 74 of file ../../src/camera/lib/formatting/formatting.cc

  • template <typename T>
    PropertyListPtr Dump (const T & x)

    Defined at line 83 of file ../../src/camera/lib/formatting/formatting.cc

  • template <>
    PropertyListPtr Dump<std::string> (const std::string & x)

    Defined at line 89 of file ../../src/camera/lib/formatting/formatting.cc

  • template <>
    PropertyListPtr Dump<bool> (const bool & x)

    Defined at line 96 of file ../../src/camera/lib/formatting/formatting.cc

  • zx_koid_t GetKoid (zx_handle_t handle)

    Defined at line 103 of file ../../src/camera/lib/formatting/formatting.cc

  • template <>
    PropertyListPtr Dump<zx::vmo> (const zx::vmo & x)

    Defined at line 110 of file ../../src/camera/lib/formatting/formatting.cc