Searched refs:Json (Results 1 – 12 of 12) sorted by relevance
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.h | 33 class JsonArray : public Json::Value { 35 JsonArray() : Json::Value(Json::ValueType::arrayValue) {} in JsonArray() 39 class JsonObject : public Json::Value { 41 JsonObject() : Json::Value(Json::ValueType::objectValue) {} in JsonObject() 74 extern const Json::Value json_0; 75 extern const Json::Value json_false; 76 extern const Json::Value json_empty_string;
|
D | ir_reader.h | 35 JsonObjectRef(const Json::Value &json_value, bool &ok); 61 typedef bool (Json::Value::*IsExpectedJsonType)() const; 63 const Json::Value &Get(const std::string &key, 64 const Json::Value &default_value, 67 const Json::Value &object_; 76 Iterator(const Json::Value &json_value, bool &ok, int index) in Iterator() 91 const Json::Value &array_; 97 JsonArrayRef(const Json::Value &json_value, bool &ok) in JsonArrayRef() 105 const Json::Value &array_;
|
D | converter.cpp | 24 const Json::Value json_0(0); 25 const Json::Value json_false(false); 26 const Json::Value json_empty_string(""); 47 SetOmissible<Json::UInt64>(key, value, 0); in Set() 52 SetOmissible<Json::Int64>(key, value, 0); in Set()
|
D | ir_reader.cpp | 53 JsonObjectRef::JsonObjectRef(const Json::Value &json_value, bool &ok) in JsonObjectRef() 60 const Json::Value & 61 JsonObjectRef::Get(const std::string &key, const Json::Value &default_value, in Get() 66 const Json::Value &value = object_[key]; in Get() 75 return Get(key, json_false, &Json::Value::isBool).asBool(); in GetBool() 79 return Get(key, json_0, &Json::Value::isIntegral).asInt64(); in GetInt() 83 return Get(key, json_0, &Json::Value::isIntegral).asUInt64(); in GetUint() 87 return Get(key, json_empty_string, &Json::Value::isString).asString(); in GetString() 91 return JsonObjectRef(Get(key, json_empty_object, &Json::Value::isObject), in GetObject() 98 Get(key, json_empty_array, &Json::Value::isArray), ok_); in GetObjects() [all …]
|
D | ir_dumper.cpp | 206 enum_field["enum_field_value"] = Json::Int64(enum_field_ir->GetValue()); in ConvertEnumFieldIR() 366 Json::StyledStreamWriter writer(/* indentation */ " "); in DumpJson()
|
/development/vndk/tools/header-checker/src/diff/ |
D | header_abi_diff.cpp | 109 clEnumValN(TextFormatIR::Json, "Json", "JSON")), 110 llvm::cl::init(TextFormatIR::Json), 117 clEnumValN(TextFormatIR::Json, "Json", "JSON")), 118 llvm::cl::init(TextFormatIR::Json),
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_reader.cpp | 39 case TextFormatIR::Json: in CreateIRReader()
|
D | ir_dumper.cpp | 37 case TextFormatIR::Json: in CreateIRDumper()
|
D | ir_representation.h | 42 Json = 1, enumerator
|
/development/vndk/tools/header-checker/src/linker/ |
D | header_abi_linker.cpp | 101 clEnumValN(TextFormatIR::Json, "Json", "JSON")), 102 llvm::cl::init(TextFormatIR::Json), 109 clEnumValN(TextFormatIR::Json, "Json", "JSON")), 110 llvm::cl::init(TextFormatIR::Json),
|
/development/vndk/tools/header-checker/src/dumper/ |
D | header_checker.cpp | 91 clEnumValN(TextFormatIR::Json, "Json", "JSON")), 92 llvm::cl::init(TextFormatIR::Json),
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 7750 …st/connectivity,fake_inm8q-bGRVSoUHyf6lOCiw@fakeemail.com,Add total_unhealthy column to Json Output 42001 …_tOydjy1FQV27VNgz7OGetg@fakeemail.com,Add code to convert a CarDiagnosticEvent into Diagnostic Json 42546 …tform/external/google-benchmark,fake_98Ihz9WjQO-avgMaVif-Zg@fakeemail.com,Json reporter: don't cas… 75325 …form/packages/apps/Contacts,fake_Xk69pae9SoihibZmkUDqRg@fakeemail.com,Add Json-encoded uri methods… 89888 …skia,fake_Rxf4iZJhS86qTbj0Oj3CvQfake_-pRe7HvfTh-7H5fXuvLrzQ@fakeemail.com,Json ide script for gn t…
|