Searched refs:StartAt (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h231 // the time the LocationRecorder is created. StartAt() sets the start
233 void StartAt(const io::Tokenizer::Token& token);
236 void StartAt(const LocationRecorder& other);
H A Dparser.cc341 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { function in class:google::protobuf::compiler::Parser::LocationRecorder
346 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { function in class:google::protobuf::compiler::Parser::LocationRecorder
739 group_location.StartAt(field_location);
750 location.StartAt(name_token);
760 location.StartAt(name_token);
1193 end_location.StartAt(start_token);
1243 extendee_location.StartAt(extendee_start);
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h3245 virtual HRESULT WINAPI StartAt(const REFERENCE_TIME *ptStart,DWORD dwCookie) = 0;
3255 HRESULT (WINAPI *StartAt)(IAMStreamControl *This,const REFERENCE_TIME *ptStart,DWORD dwCookie); member in struct:IAMStreamControlVtbl
3267 #define IAMStreamControl_StartAt(This,ptStart,dwCookie) (This)->lpVtbl->StartAt(This,ptStart,dwCookie)

Completed in 385 milliseconds