Home
last modified time | relevance | path

Searched refs:takesArg (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/objectivec/
DGPBDescriptor.m44 const char *suffix, BOOL takesArg) {
45 if (prefix == NULL && suffix == NULL && !takesArg) {
53 if (takesArg) {
67 if (takesArg) {
/external/bcc/tests/cc/
Dcatch.hpp4016 virtual bool takesArg() const = 0;
4040 bool takesArg() const { return functionObj->takesArg(); } in takesArg() function in Clara::Detail::BoundArgFunction
4053 virtual bool takesArg() const { return true; } in takesArg() function
4066 virtual bool takesArg() const { return !IsBool<M>::value; } in takesArg() function
4083 virtual bool takesArg() const { return !IsBool<M>::value; } in takesArg() function
4099 virtual bool takesArg() const { return false; } in takesArg() function
4116 virtual bool takesArg() const { return false; } in takesArg() function
4134 virtual bool takesArg() const { return !IsBool<T>::value; } in takesArg() function
4195 bool takesArg() const { in takesArg() function
4523 if( arg.takesArg() ) { in populateOptions()