Searched refs:GetOption (Results 1 - 13 of 13) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.cpp56 Value* Statement::GetOption() function in class:Statement
95 Value* option = GetOption();
104 Value* option = GetOption();
H A DStatement.h48 Value* GetOption();
H A DStatementWrapper.h89 const char* GetOption();
H A DStatementWrapper.cpp81 return GetStatement()->GetOption();
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.h47 bool GetOption(int32 index, BString* string, int32* id) const;
H A DOptionProperty.cpp200 // GetOption
202 OptionProperty::GetOption(int32 index, BString* string, int32* id) const function in class:OptionProperty
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp131 PrintValue(NULL, statement->GetOption(), level);
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp279 if (_statement->GetOption() != NULL &&
280 _statement->GetOption()->GetValue() == NULL) {
H A DParser.cpp125 if (statement->GetOption() != NULL) {
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp140 for (int32 i = 0; fProperty->GetOption(i, &name, &id); i++) {
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h56 status_t GetOption(int option, void* value, int* _length);
H A Dtcp.cpp562 return protocol->GetOption(option, value, _length);
H A DTCPEndpoint.cpp1073 TCPEndpoint::GetOption(int option, void* _value, int* _length) function in class:TCPEndpoint

Completed in 114 milliseconds