Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp313 absl::optional<int32_t> value = GetMapModuleValueFollowingChain(key); in TryBoolean()
348 absl::optional<int32_t> value = GetMapModuleValueFollowingChain(key); in TryInteger()
359 absl::optional<int32_t> value = GetMapModuleValueFollowingChain(key); in TryEnum()
841 absl::optional<int32_t> CJX_Object::GetMapModuleValueFollowingChain( in GetMapModuleValueFollowingChain() function in CJX_Object
H A Dcjx_object.h267 absl::optional<int32_t> GetMapModuleValueFollowingChain(uint32_t key) const;