Home
last modified time | relevance | path

Searched refs:valueType (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/parsers/perfetto/
Dfake_proto_builder.ts27 valueType: string,
38 const value = this.makeValue(valueType, intValue, realValue, stringValue);
48 valueType: string,
53 switch (valueType) {
67 throw new Error(`Unsupported type ${valueType}`);
Dutils.ts94 const valueType = it.get('value_type') as string; constant
96 valueType === 'uint' || valueType === 'int',