Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45032 method public abstract boolean removeMember(java.security.Principal);
/frameworks/base/api/
Dcurrent.txt64855 method public boolean removeMember(java.security.Principal);