Home
last modified time | relevance | path

Searched defs:MapValue (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DFileEntry.h105 struct MapValue { struct
119 MapValue() = delete; argument
120 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() argument
121 MapValue(MapEntry &ME) : V(&ME) {} in MapValue() function
/external/google-breakpad/src/processor/
Daddress_map.h77 typedef typename AddressToEntryMap::value_type MapValue; typedef
Dcontained_range_map.h116 typedef typename AddressToRangeMap::value_type MapValue; typedef
Drange_map.h159 typedef typename AddressToRangeMap::value_type MapValue; typedef
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp363 struct MapValue { in dropRedundantKnowledge() struct
364 IntrinsicInst *Assume; in dropRedundantKnowledge()
365 unsigned ArgValue; in dropRedundantKnowledge()
366 CallInst::BundleOpInfo *BOI; in dropRedundantKnowledge()
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go410MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue,proto3" … member
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc112 typedef std::pair<int32, thread::ThreadPool*> MapValue; in NewThreadPoolFromThreadPoolOptions() typedef
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp432 int MapValue = (*ParamNumberMap)[nparams++]; in allocParam() local
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3619MapValue map[int64]string `protobuf:"bytes,5,rep,name=map_value,json=mapValue" json:"m… member