Searched defs:same_prefix (Results 1 – 3 of 3) sorted by relevance
| /third_party/json/include/nlohmann/detail/output/ |
| D | binary_writer.hpp | 808 const bool same_prefix = std::all_of(j.begin() + 1, j.end(), in write_ubjson() local 906 const bool same_prefix = std::all_of(j.begin(), j.end(), in write_ubjson() local
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 14081 const bool same_prefix = std::all_of(j.begin() + 1, j.end(), in write_ubjson() local 14169 const bool same_prefix = std::all_of(j.begin(), j.end(), in write_ubjson() local
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 15723 const bool same_prefix = std::all_of(j.begin() + 1, j.end(), in write_ubjson() local 15821 const bool same_prefix = std::all_of(j.begin(), j.end(), in write_ubjson() local
|