HomeSort by relevance Sort by last modified time
    Searched refs:UserOptionsReader (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/edk/system/
options_validation_unittest.cc 35 UserOptionsReader<TestOptions> reader(&kOptions);
44 UserOptionsReader<TestOptions> reader(&kOptions);
54 UserOptionsReader<TestOptions> reader(&kOptions);
64 UserOptionsReader<TestOptions> reader(options);
74 UserOptionsReader<TestOptions> reader(options);
86 UserOptionsReader<TestOptions> reader(&options);
106 { UserOptionsReader<TestOptions> reader((nullptr)); },
112 UserOptionsReader<TestOptions> reader(
127 UserOptionsReader<TestOptions> reader(options);
options_validation.h 28 class UserOptionsReader {
34 explicit UserOptionsReader(const Options* options) {
79 DISALLOW_COPY_AND_ASSIGN(UserOptionsReader);
82 // Macro to invoke |UserOptionsReader<Options>::HasMember()| parametrized by
shared_buffer_dispatcher.cc 59 UserOptionsReader<MojoCreateSharedBufferOptions> reader(in_options);
320 UserOptionsReader<MojoDuplicateBufferHandleOptions> reader(in_options);

Completed in 451 milliseconds