Home
last modified time | relevance | path

Searched refs:removeMember (Results 1 – 23 of 23) sorted by relevance

/external/jsoncpp/include/json/
Dvalue.h524 void removeMember(const char* key);
527 void removeMember(const String& key);
530 bool removeMember(const char* key, Value* removed);
537 bool removeMember(String const& key, Value* removed);
539 bool removeMember(const char* begin, const char* end, Value* removed);
/external/jsoncpp/src/lib_json/
Djson_value.cpp1166 bool Value::removeMember(const char* begin, const char* end, Value* removed) { in removeMember() function in Json::Value
1180 bool Value::removeMember(const char* key, Value* removed) { in removeMember() function in Json::Value
1181 return removeMember(key, key + strlen(key), removed); in removeMember()
1183 bool Value::removeMember(String const& key, Value* removed) { in removeMember() function in Json::Value
1184 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
1186 void Value::removeMember(const char* key) { in removeMember() function in Json::Value
1195 void Value::removeMember(const String& key) { removeMember(key.c_str()); } in removeMember() function in Json::Value
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h821 Value removeMember(const char* key);
825 Value removeMember(const std::string& key);
828 bool removeMember(const char* key, Value* removed);
835 bool removeMember(std::string const& key, Value* removed);
837 bool removeMember(const char* key, const char* end, Value* removed);
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson.h821 Value removeMember(const char* key);
825 Value removeMember(const std::string& key);
828 bool removeMember(const char* key, Value* removed);
835 bool removeMember(std::string const& key, Value* removed);
837 bool removeMember(const char* key, const char* end, Value* removed);
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h821 Value removeMember(const char* key);
825 Value removeMember(const std::string& key);
828 bool removeMember(const char* key, Value* removed);
835 bool removeMember(std::string const& key, Value* removed);
837 bool removeMember(const char* key, const char* end, Value* removed);
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h821 Value removeMember(const char* key);
825 Value removeMember(const std::string& key);
828 bool removeMember(const char* key, Value* removed);
835 bool removeMember(std::string const& key, Value* removed);
837 bool removeMember(const char* key, const char* end, Value* removed);
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h871 Value removeMember(const char* key);
875 Value removeMember(const std::string& key);
878 bool removeMember(const char* key, Value* removed);
885 bool removeMember(std::string const& key, Value* removed);
887 bool removeMember(const char* begin, const char* end, Value* removed);
Djsoncpp.cpp3495 bool Value::removeMember(const char* key, const char* cend, Value* removed) in removeMember() function in Json::Value
3508 bool Value::removeMember(const char* key, Value* removed) in removeMember() function in Json::Value
3510 return removeMember(key, key + strlen(key), removed); in removeMember()
3512 bool Value::removeMember(std::string const& key, Value* removed) in removeMember() function in Json::Value
3514 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
3516 Value Value::removeMember(const char* key) in removeMember() function in Json::Value
3524 removeMember(key, key + strlen(key), &removed); in removeMember()
3527 Value Value::removeMember(const std::string& key) in removeMember() function in Json::Value
3529 return removeMember(key.c_str()); in removeMember()
/external/perfetto/src/trace_processor/
Dexport_json.cc625 args.removeMember("debug"); in PostprocessArgs()
635 args["task"].removeMember("posted_from"); in PostprocessArgs()
644 args.removeMember("task"); in PostprocessArgs()
651 args.removeMember("source"); in PostprocessArgs()
806 event["args"].removeMember(kLegacyEventArgsKey); in ExportSlices()
1109 args.removeMember("name"); in ExportFlows()
1110 args.removeMember("cat"); in ExportFlows()
1205 event["args"].removeMember(kLegacyEventArgsKey); in ConvertLegacyRawEventToJson()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp249 did = object1_.removeMember("some other id", &got); in JSONTEST_FIXTURE_LOCAL()
253 did = object1_.removeMember("some other id", &got); in JSONTEST_FIXTURE_LOCAL()
259 did = object1_.removeMember("some other id", gotPtr); in JSONTEST_FIXTURE_LOCAL()
266 did = object1_.removeMember(key, &got); in JSONTEST_FIXTURE_LOCAL()
270 did = object1_.removeMember(key, &got); in JSONTEST_FIXTURE_LOCAL()
275 object1_.removeMember(key); in JSONTEST_FIXTURE_LOCAL()
1722 JSONTEST_ASSERT_THROWS(intVal.removeMember("test")); in JSONTEST_FIXTURE_LOCAL()
1723 JSONTEST_ASSERT_THROWS(strVal.removeMember("test")); in JSONTEST_FIXTURE_LOCAL()
1724 JSONTEST_ASSERT_THROWS(arrVal.removeMember("test")); in JSONTEST_FIXTURE_LOCAL()
1901 did = root.removeMember(top, top + sizeof(top) - 1U, &removed); in JSONTEST_FIXTURE_LOCAL()
[all …]
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp222 BA.Addr->removeMember(IA, DFG); in erase()
DRDFGraph.h557 void removeMember(NodeAddr<NodeBase*> NA, const DataFlowGraph &G);
783 IA.Addr->removeMember(RA, *this); in removeFromOwner()
DRDFGraph.cpp465 void CodeNode::removeMember(NodeAddr<NodeBase*> NA, const DataFlowGraph &G) { in removeMember() function in CodeNode
1484 BA.Addr->removeMember(PA, *this); in removeUnusedPhis()
/external/llvm-project/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp233 BA.Addr->removeMember(IA, DFG); in erase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp233 BA.Addr->removeMember(IA, DFG); in erase()
DRDFGraph.h603 void removeMember(NodeAddr<NodeBase*> NA, const DataFlowGraph &G);
866 IA.Addr->removeMember(RA, *this); in removeFromOwner()
DRDFGraph.cpp495 void CodeNode::removeMember(NodeAddr<NodeBase*> NA, const DataFlowGraph &G) { in removeMember() function in CodeNode
1558 BA.Addr->removeMember(PA, *this); in removeUnusedPhis()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3462 bool Value::removeMember(const char* key, const char* end, Value* removed) in removeMember() function in Json::Value
3475 bool Value::removeMember(const char* key, Value* removed) in removeMember() function in Json::Value
3477 return removeMember(key, key + strlen(key), removed); in removeMember()
3479 bool Value::removeMember(std::string const& key, Value* removed) in removeMember() function in Json::Value
3481 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
3483 Value Value::removeMember(const char* key) in removeMember() function in Json::Value
3491 removeMember(key, key + strlen(key), &removed); in removeMember()
3494 Value Value::removeMember(const std::string& key) in removeMember() function in Json::Value
3496 return removeMember(key.c_str()); in removeMember()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3462 bool Value::removeMember(const char* key, const char* end, Value* removed) in removeMember() function in Json::Value
3475 bool Value::removeMember(const char* key, Value* removed) in removeMember() function in Json::Value
3477 return removeMember(key, key + strlen(key), removed); in removeMember()
3479 bool Value::removeMember(std::string const& key, Value* removed) in removeMember() function in Json::Value
3481 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
3483 Value Value::removeMember(const char* key) in removeMember() function in Json::Value
3491 removeMember(key, key + strlen(key), &removed); in removeMember()
3494 Value Value::removeMember(const std::string& key) in removeMember() function in Json::Value
3496 return removeMember(key.c_str()); in removeMember()
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3462 bool Value::removeMember(const char* key, const char* end, Value* removed) in removeMember() function in Json::Value
3475 bool Value::removeMember(const char* key, Value* removed) in removeMember() function in Json::Value
3477 return removeMember(key, key + strlen(key), removed); in removeMember()
3479 bool Value::removeMember(std::string const& key, Value* removed) in removeMember() function in Json::Value
3481 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
3483 Value Value::removeMember(const char* key) in removeMember() function in Json::Value
3491 removeMember(key, key + strlen(key), &removed); in removeMember()
3494 Value Value::removeMember(const std::string& key) in removeMember() function in Json::Value
3496 return removeMember(key.c_str()); in removeMember()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3462 bool Value::removeMember(const char* key, const char* end, Value* removed) in removeMember() function in Json::Value
3475 bool Value::removeMember(const char* key, Value* removed) in removeMember() function in Json::Value
3477 return removeMember(key, key + strlen(key), removed); in removeMember()
3479 bool Value::removeMember(std::string const& key, Value* removed) in removeMember() function in Json::Value
3481 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
3483 Value Value::removeMember(const char* key) in removeMember() function in Json::Value
3491 removeMember(key, key + strlen(key), &removed); in removeMember()
3494 Value Value::removeMember(const std::string& key) in removeMember() function in Json::Value
3496 return removeMember(key.c_str()); in removeMember()
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h603 void removeMember(NodeAddr<NodeBase*> NA, const DataFlowGraph &G);
862 IA.Addr->removeMember(RA, *this); in removeFromOwner()
/external/llvm-project/llvm/lib/CodeGen/
DRDFGraph.cpp495 void CodeNode::removeMember(NodeAddr<NodeBase*> NA, const DataFlowGraph &G) { in removeMember() function in CodeNode
1555 BA.Addr->removeMember(PA, *this); in removeUnusedPhis()