Lines Matching refs:CreateEmptyCharDescriptor
19 static OwningPtr<Descriptor> CreateEmptyCharDescriptor() { in CreateEmptyCharDescriptor() function
86 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in CheckValue()
162 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; in CheckMissingArgumentValue()
165 OwningPtr<Descriptor> err{errStr ? CreateEmptyCharDescriptor() : nullptr}; in CheckMissingArgumentValue()
179 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; 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()
326 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor<3>()}; in TEST_F()
354 OwningPtr<Descriptor> tooShort{CreateEmptyCharDescriptor<50>()}; in TEST_F()
365 OwningPtr<Descriptor> errMsg{CreateEmptyCharDescriptor()}; in TEST_F()
378 OwningPtr<Descriptor> value{CreateEmptyCharDescriptor()}; 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()