Gitiles
Code Review Sign In
gerrit.openfyde.cn / chromium.googlesource.com / openscreen / f5c57186cac3b1fd175670d9e51791f27d727b4d / . / util
tree: 4e1715002926d01be35b6654f56481769b047c40 [path history] [tgz]
  1. crypto/
  2. json/
  3. trace_logging/
  4. alarm.cc
  5. alarm.h
  6. alarm_unittest.cc
  7. base64.cc
  8. base64.h
  9. base64_unittest.cc
  10. big_endian.cc
  11. big_endian.h
  12. big_endian_unittest.cc
  13. BUILD.gn
  14. chrono_helpers.h
  15. DEPS
  16. enum_name_table.h
  17. enum_name_table_unittest.cc
  18. flat_map.h
  19. flat_map_unittest.cc
  20. hashing.h
  21. integer_division.h
  22. integer_division_unittest.cc
  23. osp_logging.h
  24. README.md
  25. saturate_cast.h
  26. saturate_cast_unittest.cc
  27. simple_fraction.cc
  28. simple_fraction.h
  29. simple_fraction_unittest.cc
  30. std_util.h
  31. std_util_unittest.cc
  32. stringprintf.cc
  33. stringprintf.h
  34. stringprintf_unittest.cc
  35. trace_logging.h
  36. trace_logging_unittest.cc
  37. url.cc
  38. url.h
  39. url_unittest.cc
  40. weak_ptr.h
  41. weak_ptr_unittest.cc
  42. yet_another_bit_vector.cc
  43. yet_another_bit_vector.h
  44. yet_another_bit_vector_unittest.cc
util/README.md

Utility Code

The util/ folder is meant to house core utility classes and logic that can be used by everything else in the Open Screen repository. Code here is permitted to include platform/api/ -- same as the rest of the repository. Includes things like string utils, the JSON serializer, our std_util.h header, and the alarm.

Powered by Gitilestxt json