OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeEOL
(Results
1 - 10
of
10
) sorted by null
/external/jsoncpp/include/json/
writer.h
118
static std::string
normalizeEOL
(const std::string& text);
181
static std::string
normalizeEOL
(const std::string& text);
/external/jsoncpp/src/lib_json/
json_writer.cpp
419
std::string normalizedComment =
normalizeEOL
(root.getComment(commentBefore));
434
document_ += " " +
normalizeEOL
(root.getComment(commentAfterOnSameLine));
438
document_ +=
normalizeEOL
(root.getComment(commentAfter));
449
std::string StyledWriter::
normalizeEOL
(const std::string& text) {
644
*document_ <<
normalizeEOL
(root.getComment(commentBefore));
650
*document_ << " " +
normalizeEOL
(root.getComment(commentAfterOnSameLine));
654
*document_ <<
normalizeEOL
(root.getComment(commentAfter));
665
std::string StyledStreamWriter::
normalizeEOL
(const std::string& text) {
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
json.h
[
all
...]
/external/protobuf/conformance/third_party/jsoncpp/
json.h
[
all
...]
jsoncpp.cpp
556
static std::string
normalizeEOL
(Reader::Location begin, Reader::Location end) {
578
const std::string& normalized =
normalizeEOL
(begin, end);
[
all
...]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
json.h
[
all
...]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
json.h
[
all
...]
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
541
static std::string
normalizeEOL
(Reader::Location begin, Reader::Location end) {
563
const std::string& normalized =
normalizeEOL
(begin, end);
[
all
...]
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
541
static std::string
normalizeEOL
(Reader::Location begin, Reader::Location end) {
563
const std::string& normalized =
normalizeEOL
(begin, end);
[
all
...]
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
jsoncpp.cpp
541
static std::string
normalizeEOL
(Reader::Location begin, Reader::Location end) {
563
const std::string& normalized =
normalizeEOL
(begin, end);
[
all
...]
Completed in 168 milliseconds