Home
last modified time | relevance | path

Searched refs:LookupValue (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_nametree_unittest.cpp98 CPDF_Object* pObj = nameTree.LookupValue(matchName); in TEST()
150 ASSERT_TRUE(nameTree.LookupValue(L"4.txt")); in TEST()
151 EXPECT_EQ(444, nameTree.LookupValue(L"4.txt")->GetInteger()); in TEST()
156 ASSERT_TRUE(nameTree.LookupValue(L"6.txt")); in TEST()
157 EXPECT_EQ(666, nameTree.LookupValue(L"6.txt")->GetInteger()); in TEST()
162 ASSERT_TRUE(nameTree.LookupValue(L"99.txt")); in TEST()
163 EXPECT_EQ(99, nameTree.LookupValue(L"99.txt")->GetInteger()); in TEST()
168 ASSERT_TRUE(nameTree.LookupValue(L"0.txt")); in TEST()
169 EXPECT_EQ(-5, nameTree.LookupValue(L"0.txt")->GetInteger()); in TEST()
236 ASSERT_TRUE(nameTree.LookupValue(L"9.txt")); in TEST()
[all …]
Dcpdf_numbertree.h20 CPDF_Object* LookupValue(int num) const;
Dcpdf_nametree.h31 CPDF_Object* LookupValue(const WideString& csName) const;
Dcpdf_docjsactions.cpp31 return CPDF_Action(ToDictionary(name_tree.LookupValue(csName))); in GetJSAction()
Dcpdf_numbertree.cpp54 CPDF_Object* CPDF_NumberTree::LookupValue(int num) const { in LookupValue() function in CPDF_NumberTree
Dcpdf_nametree.cpp417 CPDF_Object* CPDF_NameTree::LookupValue(const WideString& csName) const { in LookupValue() function in CPDF_NameTree
428 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest()
Dcpdf_structtree.cpp73 CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id)); in LoadPageTree()
Dcpdf_pagelabel.cpp100 pValue = numberTree.LookupValue(n); in GetLabel()
/external/libxkbcommon/xkbcommon/src/
Dtext.c48 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()
Dtext.h37 LookupValue(const LookupEntry tab[], unsigned int value);
/external/v8/src/torque/
Dimplementation-visitor.cc277 declarations()->LookupValue(decl->signature->parameters.names[0]); in Visit()
289 ExternConstant::cast(declarations()->LookupValue( in Visit()
299 declarations()->LookupValue(decl->signature->parameters.names[1]); in Visit()
828 Variable::cast(declarations()->LookupValue(kReturnValueVariable)); in Visit()
1131 const Value* parameter = declarations()->LookupValue(name); in GenerateFunctionDeclaration()
1292 Variable::cast(declarations()->LookupValue(field_var_name)), vars); in GetFlattenedStructsVars()
1394 declarations()->LookupValue((*result.declarable())->name() + "." + in GetLocationReference()
1413 Variable::cast(declarations()->LookupValue(field_declaration)); in RValueFlattenStructs()
1470 Variable::cast(declarations()->LookupValue(field_declaration)); in GenerateAssignToVariable()
1472 Variable* source_field = Variable::cast(declarations()->LookupValue( in GenerateAssignToVariable()
[all …]
Ddeclarations.h56 Value* LookupValue(const std::string& name);
Dimplementation-visitor.h44 return LocationReference(declarations()->LookupValue(expr->name), {}, {}); in GetLocationReference()
Ddeclarations.cc114 Value* Declarations::LookupValue(const std::string& name) { in LookupValue() function in v8::internal::torque::Declarations
Ddeclaration-visitor.cc594 const Value* value = declarations()->LookupValue(id->name); in MarkLocationModified()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp367 CPDF_Object* pObject = nametree.LookupValue(WideString(wsName)); in GetPDFNamedImage()
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Daction.c185 return LookupValue(fieldStrings, field); in fieldText()