Searched refs:LookupValue (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree_unittest.cpp | 99 CPDF_Object* pObj = nameTree.LookupValue(matchName); in TEST() 151 ASSERT_TRUE(nameTree.LookupValue(L"4.txt")); in TEST() 152 EXPECT_EQ(444, nameTree.LookupValue(L"4.txt")->GetInteger()); in TEST() 157 ASSERT_TRUE(nameTree.LookupValue(L"6.txt")); in TEST() 158 EXPECT_EQ(666, nameTree.LookupValue(L"6.txt")->GetInteger()); in TEST() 163 ASSERT_TRUE(nameTree.LookupValue(L"99.txt")); in TEST() 164 EXPECT_EQ(99, nameTree.LookupValue(L"99.txt")->GetInteger()); in TEST() 169 ASSERT_TRUE(nameTree.LookupValue(L"0.txt")); in TEST() 170 EXPECT_EQ(-5, nameTree.LookupValue(L"0.txt")->GetInteger()); in TEST() 237 ASSERT_TRUE(nameTree.LookupValue(L"9.txt")); in TEST() [all …]
|
D | cpdf_numbertree.h | 20 const CPDF_Object* LookupValue(int num) const;
|
D | cpdf_nametree.h | 30 CPDF_Object* LookupValue(const WideString& csName) const;
|
D | cpdf_numbertree.cpp | 55 const CPDF_Object* CPDF_NumberTree::LookupValue(int num) const { in LookupValue() function in CPDF_NumberTree
|
D | cpdf_pagelabel.cpp | 100 pValue = numberTree.LookupValue(n); in GetLabel()
|
D | cpdf_nametree.cpp | 405 CPDF_Object* CPDF_NameTree::LookupValue(const WideString& csName) const { in LookupValue() function in CPDF_NameTree 416 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest()
|
D | cpdf_structtree.cpp | 74 const CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id)); in LoadPageTree()
|
/external/libxkbcommon/xkbcommon/src/ |
D | text.c | 48 LookupValue(const LookupEntry tab[], unsigned int value) in LookupValue() function 225 const char *name = LookupValue(actionTypeNames, type); in ActionTypeText() 250 return LookupValue(symInterpretMatchMaskNames, type); in SIMatchText() 305 LookupValue(modComponentMaskNames, 1u << i)); in LedStateMaskText() 337 LookupValue(ctrlMaskNames, 1u << i)); in ControlMaskText()
|
D | text.h | 37 LookupValue(const LookupEntry tab[], unsigned int value);
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.h | 263 RETURN_IF_ERROR(LookupValue(value, &v)); in SetProducer() 291 RETURN_IF_ERROR(LookupValue(value, &v)); in RemoveProducer() 303 RETURN_IF_ERROR(LookupValue(old_value, &v_old)); in ReplaceInput() 306 RETURN_IF_ERROR(LookupValue(new_value, &v_new)); in ReplaceInput() 340 RETURN_IF_ERROR(LookupValue(value, &v)); in AddConsumer() 363 RETURN_IF_ERROR(LookupValue(value, &v)); in RemoveConsumer() 394 RETURN_IF_ERROR(LookupValue(id, &v)); in DeleteValue() 481 Status LookupValue(ValueId id, ValueDef** value_def) { in LookupValue() function
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdoc.cpp | 195 CPDF_Object* pObject = nametree.LookupValue(WideString(wsName)); in GetPDFNamedImage()
|
/external/v8/src/torque/ |
D | declarations.h | 70 static Value* LookupValue(const QualifiedName& name);
|
D | declarations.cc | 107 Value* Declarations::LookupValue(const QualifiedName& name) { in LookupValue() function in v8::internal::torque::Declarations
|
D | implementation-visitor.cc | 2297 Value* value = Declarations::LookupValue(name); in GetLocationReference()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | action.c | 185 return LookupValue(fieldStrings, field); in fieldText()
|