Searched refs:LookupValue (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree_unittest.cpp | 98 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 …]
|
D | cpdf_numbertree.h | 20 CPDF_Object* LookupValue(int num) const;
|
D | cpdf_nametree.h | 31 CPDF_Object* LookupValue(const WideString& csName) const;
|
D | cpdf_docjsactions.cpp | 31 return CPDF_Action(ToDictionary(name_tree.LookupValue(csName))); in GetJSAction()
|
D | cpdf_numbertree.cpp | 54 CPDF_Object* CPDF_NumberTree::LookupValue(int num) const { in LookupValue() function in CPDF_NumberTree
|
D | cpdf_nametree.cpp | 417 CPDF_Object* CPDF_NameTree::LookupValue(const WideString& csName) const { in LookupValue() function in CPDF_NameTree 428 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest()
|
D | cpdf_structtree.cpp | 73 CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id)); in LoadPageTree()
|
D | cpdf_pagelabel.cpp | 100 pValue = numberTree.LookupValue(n); in GetLabel()
|
/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/v8/src/torque/ |
D | implementation-visitor.cc | 277 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 …]
|
D | declarations.h | 56 Value* LookupValue(const std::string& name);
|
D | implementation-visitor.h | 44 return LocationReference(declarations()->LookupValue(expr->name), {}, {}); in GetLocationReference()
|
D | declarations.cc | 114 Value* Declarations::LookupValue(const std::string& name) { in LookupValue() function in v8::internal::torque::Declarations
|
D | declaration-visitor.cc | 594 const Value* value = declarations()->LookupValue(id->name); in MarkLocationModified()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdoc.cpp | 367 CPDF_Object* pObject = nametree.LookupValue(WideString(wsName)); in GetPDFNamedImage()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | action.c | 185 return LookupValue(fieldStrings, field); in fieldText()
|