Home
last modified time | relevance | path

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

/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/parser/
Dcxfa_binditems.h18 WideString GetValueRef();
Dcxfa_binditems.cpp42 WideString CXFA_BindItems::GetValueRef() { in GetValueRef() function in CXFA_BindItems
/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp749 WideString wsValueRef = item->GetValueRef(); in RunBindItems()