Home
last modified time | relevance | path

Searched refs:GetValueRef (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_binditems.h20 void GetValueRef(CFX_WideStringC& wsValueRef);
Dcxfa_binditems.cpp17 void CXFA_BindItems::GetValueRef(CFX_WideStringC& wsValueRef) { in GetValueRef() function in CXFA_BindItems
/external/protobuf/src/google/protobuf/
Dmap_test_util.cc1345 iter.GetValueRef().GetInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
1356 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1368 iter.GetValueRef().GetUInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
1380 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1392 iter.GetValueRef().GetInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
1403 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1415 iter.GetValueRef().GetUInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
1427 iter.GetValueRef().GetUInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1439 iter.GetValueRef().GetInt32Value()); in ExpectMapFieldsSetViaReflectionIterator()
1449 iter.GetValueRef().GetFloatValue()); in ExpectMapFieldsSetViaReflectionIterator()
[all …]
Dmap_field.h364 const MapValueRef& GetValueRef() { in GetValueRef() function
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdocview.cpp752 binditems.GetValueRef(wsValueRef); in RunBindItems()