Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h233 void StartAt(const io::Tokenizer::Token& token);
236 void StartAt(const LocationRecorder& other);
Dparser.cc341 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
346 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
739 group_location.StartAt(field_location); in ParseMessageFieldNoLabel()
750 location.StartAt(name_token); in ParseMessageFieldNoLabel()
760 location.StartAt(name_token); in ParseMessageFieldNoLabel()
1193 end_location.StartAt(start_token); in ParseExtensions()
1243 extendee_location.StartAt(extendee_start); in ParseExtend()
/external/opencv3/3rdparty/include/dshow/
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);
3267 #define IAMStreamControl_StartAt(This,ptStart,dwCookie) (This)->lpVtbl->StartAt(This,ptStart,dwCook…