Lines Matching refs:OwningPtr

19 static OwningPtr<Descriptor> CreateEmptyCharDescriptor() {  in CreateEmptyCharDescriptor()
20 OwningPtr<Descriptor> descriptor{Descriptor::Create( in CreateEmptyCharDescriptor()
28 static OwningPtr<Descriptor> CharDescriptor(const char *value) { in CharDescriptor()
30 OwningPtr<Descriptor> descriptor{Descriptor::Create( in CharDescriptor()
40 static OwningPtr<Descriptor> EmptyIntDescriptor() { in EmptyIntDescriptor()
41 OwningPtr<Descriptor> descriptor{Descriptor::Create(TypeCategory::Integer, in EmptyIntDescriptor()
86 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in CheckValue()
89 OwningPtr<Descriptor> length{ in CheckValue()
92 OwningPtr<Descriptor> errmsg{CharDescriptor(expectedErrMsg)}; in CheckValue()
150 OwningPtr<Descriptor> nameDescriptor{CharDescriptor(name)}; in CheckMissingEnvVarValue()
162 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in CheckMissingArgumentValue()
165 OwningPtr<Descriptor> err{errStr ? CreateEmptyCharDescriptor() : nullptr}; in CheckMissingArgumentValue()
179 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in CheckMissingCommandValue()
182 OwningPtr<Descriptor> length{EmptyIntDescriptor()}; in CheckMissingCommandValue()
185 OwningPtr<Descriptor> err{errStr ? CreateEmptyCharDescriptor() : nullptr}; in CheckMissingCommandValue()
297 OwningPtr<Descriptor> tooShort{CreateEmptyCharDescriptor<15>()}; in TEST_F()
302 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor()}; in TEST_F()
313 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor<3>()}; in TEST_F()
324 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in TEST_F()
325 OwningPtr<Descriptor> length{EmptyIntDescriptor()}; in TEST_F()
326 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor<3>()}; in TEST_F()
354 OwningPtr<Descriptor> tooShort{CreateEmptyCharDescriptor<50>()}; in TEST_F()
356 OwningPtr<Descriptor> length{EmptyIntDescriptor()}; in TEST_F()
365 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor()}; in TEST_F()
378 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in TEST_F()
380 OwningPtr<Descriptor> length{EmptyIntDescriptor()}; in TEST_F()
393 OwningPtr<Descriptor> length{EmptyIntDescriptor<sizeof(short)>()}; in TEST_F()
470 OwningPtr<Descriptor> tooShort{CreateEmptyCharDescriptor<2>()}; in TEST_F()
477 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor()}; in TEST_F()
494 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor<3>()}; in TEST_F()