Searched refs:STRING (Results 1 - 8 of 8) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/table/js_memory/ |
H A D | js_heap_string_table.cpp | 20 enum class Index : int32_t { FILE_ID = 0, FILE_INDEX, STRING }; 53 case Index::STRING: in Column()
|
/developtools/global_resource_tool/include/ |
H A D | resource_data.h | 78 STRING = 9, member in OHOS::Global::Restool::ResType 236 { "string", ResType::STRING }, 252 { static_cast<int32_t>(ResType::STRING), ResType::STRING},
|
/developtools/global_resource_tool/src/ |
H A D | reference_parser.cpp | 34 { "^\\$string:", ResType::STRING }, 49 { "^\\$ohos:string:", ResType::STRING }, 217 if (resType == ResType::STRING || in IsStringOfResourceItem()
|
H A D | translatable_parser.cpp | 35 if (fileInfo.fileType == ResType::STRING) { in ParseTranslatable()
|
H A D | resource_pack.cpp | 428 if (it.GetResType() != ResType::STRING) { in HandleLabel() 443 nextId = IdWorker::GetInstance().GenerateId(ResType::STRING, idName); in HandleLabel()
|
H A D | json_compiler.cpp | 91 handles_.emplace(ResType::STRING, bind(&JsonCompiler::HandleString, this, _1, _2)); in InitParser() 337 { ResType::STRING, "\\$(ohos:)?string:" },
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/ |
H A D | ftrace_format_parser.py | 61 INVALID, INTEGER, STRING, BYTES, ARRAY = 0, 1, 2, 3, 4 76 if self.tid == ProtoType.STRING: 113 return ProtoType(ProtoType.STRING) 152 return ProtoType(ProtoType.STRING)
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/ |
H A D | ftrace_cpp_generator.py | 191 if type_info.tid == ProtoType.STRING:
|
Completed in 6 milliseconds