Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/
Dop_or_arg_name_mapper.h63 const llvm::DenseMap<OpOrVal, absl::string_view>& GetMap() const { in GetMap() function
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp50 static inline CountMap GetMap(void *D) { in GetMap() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp49 static inline CountMap GetMap(void *D) { in GetMap() function
/external/protobuf/src/google/protobuf/
Dmap_field_lite.h73 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function
Dmap_field.h254 const Map<Key, T>& GetMap() const override { in GetMap() function
Dmap_field.cc259 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument
/external/mesa3d/include/android_stub/backtrace/
DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function
/external/webrtc/system_wrappers/source/
Dmetrics.cc209 RtcHistogramMap* GetMap() { in GetMap() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_tensors_map_ops.cc130 Status GetMap(OpKernelContext* ctx, bool is_writing, in GetMap() function in tensorflow::SparseTensorAccessingOp
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc307 static MapContainer* GetMap(PyObject* obj) { in GetMap() function