Home
last modified time | relevance | path

Searched refs:StateMap (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc47 StateMap::CondId GetUniqueId(const StateMap::StateMap::CondState& state) { in GetUniqueId()
51 string GetString(const StateMap::StateMap::CondId id) { in GetString()
55 StatusOr<StateMap::CondId> JoinCondStatesNonMerge(StateMap::CondId src, in JoinCondStatesNonMerge()
56 StateMap::CondId dst) { in JoinCondStatesNonMerge()
60 StatusOr<StateMap::CondId> JoinCondStatesMerge(Node* n, StateMap::CondId src, in JoinCondStatesMerge()
61 StateMap::CondId dst) { in JoinCondStatesMerge()
82 StateMap::CondId then_branch; in TEST_F()
84 StateMap::CondState ss; in TEST_F()
88 StateMap::CondId else_branch; in TEST_F()
90 StateMap::CondState ss; in TEST_F()
[all …]
Dfunctionalize_cond.h92 class StateMap {
94 explicit StateMap(Graph* graph);
219 StateMap::CondId StateAlongEdge(const Edge* e);
241 StatusOr<StateMap::CondId> JoinCondStatesMerge(Node* merge,
242 StateMap::CondId src,
243 StateMap::CondId dst);
244 StatusOr<StateMap::CondId> JoinCondStatesNonMerge(StateMap::CondId src,
245 StateMap::CondId dst);
267 StateMap state_map_;
Dfunctionalize_cond.cc68 typedef std::tuple<StateMap::CondId, StateMap::AncestorId, OutputTensor>
78 return StateMap::OutputTensorLess()(std::get<2>(a), std::get<2>(b)); in operator ()()
103 string DebugString(StateMap::CondId cond_state) { in DebugString()
105 using value_type = StateMap::CondState::value_type; in DebugString()
141 bool StateMap::OutputTensorLess::operator()(const OutputTensor& lhs, in operator ()()
148 bool operator()(const StateMap::CondState::value_type& lhs, in operator ()()
149 const StateMap::CondState::value_type& rhs) const { in operator ()()
150 if (StateMap::OutputTensorLess().operator()(lhs.first, rhs.first)) in operator ()()
159 StateMap::StateMap(Graph* graph) { in StateMap() function in tensorflow::functionalize_cond::StateMap
167 bool StateMap::IsDead(StateMap::CondId id) const { return id == dead_id_; } in IsDead()
[all …]
/external/clang/lib/Analysis/
DConsumed.cpp388 ConsumedState getAsState(const ConsumedStateMap *StateMap) const { in getAsState()
392 return StateMap->getState(Var); in getAsState()
394 return StateMap->getState(Tmp); in getAsState()
445 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo, in setStateForVarOrTmp() argument
451 StateMap->setState(PInfo.getVar(), State); in setStateForVarOrTmp()
453 StateMap->setState(PInfo.getTmp(), State); in setStateForVarOrTmp()
465 ConsumedStateMap *StateMap; member in clang::consumed::ConsumedStmtVisitor
514 ConsumedStateMap *StateMap) in ConsumedStmtVisitor() argument
515 : AC(AC), Analyzer(Analyzer), StateMap(StateMap) {} in ConsumedStmtVisitor()
527 StateMap = NewStateMap; in reset()
[all …]
/external/cronet/tot/base/i18n/
Dbuild_utf8_validator_tables.cc306 typedef std::map<StringSet, uint8_t> StateMap; typedef
312 StateMap* state_map) { in MakeState()
316 const StateMap::const_iterator where = state_map->find(rest); in MakeState()
338 StateMap state_map; in GenerateStates()
345 const StateMap::const_iterator where = state_map.find(rest); in GenerateStates()
/external/cronet/stable/base/i18n/
Dbuild_utf8_validator_tables.cc306 typedef std::map<StringSet, uint8_t> StateMap; typedef
312 StateMap* state_map) { in MakeState()
316 const StateMap::const_iterator where = state_map->find(rest); in MakeState()
338 StateMap state_map; in GenerateStates()
345 const StateMap::const_iterator where = state_map.find(rest); in GenerateStates()
/external/libchrome/base/i18n/
Dbuild_utf8_validator_tables.cc302 typedef std::map<StringSet, uint8_t> StateMap; typedef
308 StateMap* state_map) { in MakeState()
312 const StateMap::const_iterator where = state_map->find(rest); in MakeState()
334 StateMap state_map; in GenerateStates()
341 const StateMap::const_iterator where = state_map.find(rest); in GenerateStates()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/
Ddeterminize.rs52 let mut cache = StateMap::default(); in run()
178 cache: StateMap,
207 type StateMap = std::collections::HashMap<State, StateID>; typedef
209 type StateMap = BTreeMap<State, StateID>; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/dfa/
Ddeterminize.rs52 let mut cache = StateMap::default(); in run()
178 cache: StateMap,
207 type StateMap = std::collections::HashMap<State, StateID>; typedef
209 type StateMap = BTreeMap<State, StateID>; typedef
/external/cronet/stable/third_party/googletest/src/googlemock/src/
Dgmock-spec-builders.cc485 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anone198b0b80111::MockObjectRegistry
496 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
540 StateMap& states() { return states_; } in states()
543 StateMap states_;
713 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc485 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anonde898b6f0111::MockObjectRegistry
495 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
539 StateMap& states() { return states_; } in states()
542 StateMap states_;
712 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc485 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anon0ade05d30111::MockObjectRegistry
495 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
539 StateMap& states() { return states_; } in states()
542 StateMap states_;
712 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc485 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anon407511c40111::MockObjectRegistry
496 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
540 StateMap& states() { return states_; } in states()
543 StateMap states_;
713 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()
/external/cronet/tot/third_party/googletest/src/googlemock/src/
Dgmock-spec-builders.cc485 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anon069179540111::MockObjectRegistry
496 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
540 StateMap& states() { return states_; } in states()
543 StateMap states_;
713 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()
/external/clang/include/clang/Analysis/Analyses/
DConsumed.h222 void addInfo(const CFGBlock *Block, ConsumedStateMap *StateMap,
225 std::unique_ptr<ConsumedStateMap> StateMap);
/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs111 compiled: StateMap,
420 compiled: StateMap::new(num_byte_classes), in new()
1594 struct StateMap { struct
1607 impl StateMap { argument
1608 fn new(num_byte_classes: usize) -> StateMap { in new() argument
1609 StateMap { map: HashMap::new(), states: vec![], num_byte_classes } in new()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Ddfa.rs1820 states_to_id: StateMap,
1880 states_to_id: StateMap::new(), in new()
2074 type StateMap = std::collections::HashMap<State, LazyStateID>; typedef
2076 type StateMap = alloc::collections::BTreeMap<State, LazyStateID>; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Ddfa.rs1820 states_to_id: StateMap,
1880 states_to_id: StateMap::new(), in new()
2074 type StateMap = std::collections::HashMap<State, LazyStateID>; typedef
2076 type StateMap = alloc::collections::BTreeMap<State, LazyStateID>; typedef
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/
Dgmock-gtest-all.cc13953 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anon603338401511::MockObjectRegistry
13964 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
14004 StateMap& states() { return states_; } in states()
14007 StateMap states_;
14171 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()
/external/fmtlib/test/gtest/
Dgmock-gtest-all.cc13925 typedef std::map<const void*, MockObjectState> StateMap; typedef in testing::__anona80773781511::MockObjectRegistry
13936 for (StateMap::const_iterator it = states_.begin(); it != states_.end(); in ~MockObjectRegistry()
13976 StateMap& states() { return states_; } in states()
13979 StateMap states_;
14150 for (MockObjectRegistry::StateMap::iterator it = in UnregisterLocked()