Home
last modified time | relevance | path

Searched defs:ref_map (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.cc80 absl::flat_hash_map<Regexp*, int> ref_map; member
88 static inline absl::flat_hash_map<Regexp*, int>* ref_map() { in ref_map() function
/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.cc78 static std::map<Regexp*, int>* ref_map; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc79 static std::map<Regexp*, int>* ref_map; variable
/aosp_15_r20/external/pytorch/torch/_export/
H A Dconverter.py255 def construct_fqn(ir, ref_map, name_map): argument