Home
last modified time | relevance | path

Searched refs:isJson (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/conformance/
Dconformance_python.py114 isJson = (request.WhichOneof('payload') == 'json_payload')
117 if (not isProto3) and (not isJson) and (not isProto2):
/third_party/typescript/src/harness/
DvpathUtil.ts124 export function isJson(path: string) { function
DharnessIO.ts487 if (vpath.isDeclaration(file.unitName) || vpath.isJson(file.unitName)) {
/third_party/skia/src/ports/skia_ohos/
DHmSymbolConfig_ohos.cpp227 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local
231 if (!isJson || !errs.empty()) { in checkConfigFile()
DFontConfig_ohos.cpp430 bool isJson = jsonReader->parse(data, data + size, &root, &errs); in checkConfigFile() local
434 if (!isJson || !errs.empty()) { in checkConfigFile()
/third_party/chromium/patch/
D0003-ohos-1115.patch81514 + bool isJson = jsonReader->parse(data, data + size, &root, &errs);
81518 + if (!isJson || !errs.empty()) {