Home
last modified time | relevance | path

Searched refs:same_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/output/
Dbinary_writer.hpp765 const bool same_prefix = std::all_of(j.begin() + 1, j.end(), in write_ubjson() local
771 if (same_prefix) in write_ubjson()
853 const bool same_prefix = std::all_of(j.begin(), j.end(), in write_ubjson() local
859 if (same_prefix) in write_ubjson()
/third_party/json/single_include/nlohmann/
Djson.hpp13490 const bool same_prefix = std::all_of(j.begin() + 1, j.end(), in write_ubjson() local
13496 if (same_prefix) in write_ubjson()
13578 const bool same_prefix = std::all_of(j.begin(), j.end(), in write_ubjson() local
13584 if (same_prefix) in write_ubjson()