Home | History | Annotate | Download | only in chromium

Lines Matching refs:typeValue

669         TraceValueUnion typeValue; \
670 typeValue.union_member = arg; \
672 *value = typeValue.m_uint; \
708 TraceValueUnion typeValue;
709 typeValue.m_string = arg.data();
711 *value = typeValue.m_uint;