Home
last modified time | relevance | path

Searched defs:set_base (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie/
H A Dcache.h35 void set_base(UInt8 base) { in set_base() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DLoadedModuleInfoList.h47 void set_base(const lldb::addr_t base) { in set_base() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DLoadedModuleInfoList.h47 void set_base(const lldb::addr_t base) { in set_base() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DLoadedModuleInfoList.h47 void set_base(const lldb::addr_t base) { in set_base() function
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/fel/
H A Dfeature-types.h66 void set_base(Predicate base) { base_ = base; } in set_base() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DLoadedModuleInfoList.h47 void set_base(const lldb::addr_t base) { in set_base() function
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator_tests.cc127 size_t set_base = machine_code.install_size(); in TEST() local
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A Dregistration.py77 def set_base(self, key: _K, value: _V) -> None: member in OverrideDict
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dmatch_results.hpp491 void set_base(BidiIterator pos) in set_base() function in boost::match_results
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dmatch_results.hpp524 void BOOST_REGEX_CALL set_base(BidiIterator pos) in set_base() function in boost::match_results
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir.h420 void set_base(ExprPtr base) { in set_base() function