Home
last modified time | relevance | path

Searched defs:CreateMap (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/
Dcel_value.h76 static CelValue CreateMap(const CelMap* /*value*/) { return CreateNull(); } in CreateMap() function
/external/cpu_features/src/utils/
Dlist_cpu_features.c132 static Node* CreateMap() { return BA_CreateNode(NT_MAP); } in CreateMap() function
/external/rappor/analysis/R/
Dsimulation.R97 CreateMap <- function(strs, params, generate_pos = TRUE, basic = FALSE) { function
/external/webrtc/system_wrappers/source/
Dmetrics.cc195 void CreateMap() { in CreateMap() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1164 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateMap( in CreateMap() function in xla::HloInstruction