Home
last modified time | relevance | path

Searched refs:GetMapModuleValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp515 absl::optional<int32_t> old_value = GetMapModuleValue(key); in SetValue()
819 absl::optional<int32_t> CJX_Object::GetMapModuleValue(uint32_t key) const { in GetMapModuleValue() function in CJX_Object
849 absl::optional<int32_t> result = pNode->JSObject()->GetMapModuleValue(key); in GetMapModuleValueFollowingChain()
H A Dcjx_object.h264 absl::optional<int32_t> GetMapModuleValue(uint32_t key) const;