Home
last modified time | relevance | path

Searched defs:LookupValue (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_numbertree.cpp58 RetainPtr<const CPDF_Object> CPDF_NumberTree::LookupValue(int num) const { in LookupValue() function in CPDF_NumberTree
Dcpdf_nametree.cpp576 RetainPtr<const CPDF_Object> CPDF_NameTree::LookupValue( in LookupValue() function in CPDF_NameTree
/external/libxkbcommon/src/
Dtext.c50 LookupValue(const LookupEntry tab[], unsigned int value) in LookupValue() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.cc366 absl::Status GraphFloat32::LookupValue(ValueId id, ValueDef** value_def) { in LookupValue() function in tflite::gpu::GraphFloat32