Accept Emitter::operator<<(std::string_view). ABI remains C++11 compatible by exposing new method Emitter::Write(const char*, size_t). All affected calls optimized to pass std::string values as pointer + size tuple into appropriate routines. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| emitter_test.cpp | ||
| encoding_test.cpp | ||
| error_messages_test.cpp | ||
| gen_emitter_test.cpp | ||
| handler_spec_test.cpp | ||
| handler_test.cpp | ||
| handler_test.h | ||
| load_node_test.cpp | ||
| node_spec_test.cpp | ||