Searched refs:NativeMemoryExpression (Results 1 – 4 of 4) sorted by relevance
17 import { NativeMemoryExpression } from '../../../bean/NativeHook';120 private expressionStruct: NativeMemoryExpression;122 this.expressionStruct = new NativeMemoryExpression();130 public parse(): NativeMemoryExpression | null {
161 export class NativeMemoryExpression { class
15 import { FilterByAnalysis, NativeMemoryExpression } from '../../bean/NativeHook';899 let libTree = paramMap?.get('filterExpression') as NativeMemoryExpression;924 libTree: NativeMemoryExpression,1016 …terExpressionSample(sample: NativeHookStatistics, expressStruct: NativeMemoryExpression): boolean {
26 import { FilterByAnalysis, NativeMemoryExpression } from '../../../../bean/NativeHook';65 private expressionStruct: NativeMemoryExpression | null = null;