HomeSort by relevance Sort by last modified time
    Searched refs:indentation_ (Results 1 - 5 of 5) sorted by null

  /art/tools/jfuzz/
jfuzz.cc 111 indentation_(0),
656 for (uint32_t i = 0; i < indentation_; i++) {
702 indentation_ += 2;
721 indentation_ -= 2;
742 indentation_ += 2;
754 indentation_ -= 2;
774 indentation_ += 2;
787 indentation_ -= 2;
814 indentation_ += 2;
819 indentation_ -= 2
1284 uint32_t indentation_; member in class:__anon202::JFuzz
    [all...]
  /external/jsoncpp/include/json/
writer.h 189 std::string indentation_; member in class:Json::StyledStreamWriter
  /external/jsoncpp/src/lib_json/
json_writer.cpp 472 : document_(NULL), rightMargin_(74), indentation_(indentation),
634 void StyledStreamWriter::indent() { indentString_ += indentation_; }
637 assert(indentString_.size() >= indentation_.size());
638 indentString_.resize(indentString_.size() - indentation_.size());
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 4828 std::string indentation_; member in struct:Json::BuiltStyledStreamWriter
    [all...]
json.h 1972 std::string indentation_; member in class:Json::StyledStreamWriter
    [all...]

Completed in 150 milliseconds